From 48ac72f29650c6fe7eadd2f4fae2e41cac5f4140 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 07:24:39 +1000 Subject: [PATCH] Bump filetime from 0.2.18 to 0.2.19 (#1248) Bumps [filetime](https://github.com/alexcrichton/filetime) from 0.2.18 to 0.2.19. - [Release notes](https://github.com/alexcrichton/filetime/releases) - [Commits](https://github.com/alexcrichton/filetime/compare/0.2.18...0.2.19) --- updated-dependencies: - dependency-name: filetime dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f409575a6..d7f1b34ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1458,9 +1458,9 @@ dependencies = [ [[package]] name = "filetime" -version = "0.2.18" +version = "0.2.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b9663d381d07ae25dc88dbdf27df458faa83a9b25336bcac83d5e452b5fc9d3" +checksum = "4e884668cd0c7480504233e951174ddc3b382f7c2666e3b7310b5c4e7b0c37f9" dependencies = [ "cfg-if 1.0.0", "libc", diff --git a/Cargo.toml b/Cargo.toml index f2f16171a..3243ef47a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ csv = "1.1.6" dialoguer = "0.10.1" dyn-clone = "^1.0.9" fernet = "^0.2.0" -filetime = "^0.2.18" +filetime = "^0.2.19" futures = "^0.3.25" futures-concurrency = "^3.1.0" futures-util = "^0.3.21"