From 5c55130917574d6ed5c70131d4f16e13844a0753 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 23:24:15 +0000 Subject: [PATCH] build(deps): bump filetime_creation from 0.1.7 to 0.2.0 Bumps [filetime_creation](https://github.com/czy-29/filetime_creation) from 0.1.7 to 0.2.0. - [Release notes](https://github.com/czy-29/filetime_creation/releases) - [Commits](https://github.com/czy-29/filetime_creation/compare/0.1.7...0.2.0) --- updated-dependencies: - dependency-name: filetime_creation dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 15 +++++++++++++-- Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b230371..5957860 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -465,6 +465,17 @@ dependencies = [ "windows-sys 0.52.0", ] +[[package]] +name = "filetime_creation" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c25b5d475550e559de5b0c0084761c65325444e3b6c9e298af9cefe7a9ef3a5f" +dependencies = [ + "cfg-if", + "filetime", + "windows-sys 0.52.0", +] + [[package]] name = "flate2" version = "1.0.28" @@ -832,7 +843,7 @@ dependencies = [ "clap", "clap_complete", "clap_mangen", - "filetime_creation", + "filetime_creation 0.2.0", "flate2", "fs-err", "gzp", @@ -1176,7 +1187,7 @@ dependencies = [ "bit-set", "byteorder", "crc", - "filetime_creation", + "filetime_creation 0.1.7", "js-sys", "lzma-rust", "nt-time", diff --git a/Cargo.toml b/Cargo.toml index 0f0d4a0..1feb7c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ atty = "0.2.14" bstr = { version = "1.9.0", default-features = false, features = ["std"] } bzip2 = "0.4.4" clap = { version = "4.4.18", features = ["derive", "env"] } -filetime_creation = "0.1" +filetime_creation = "0.2" flate2 = { version = "1.0.28", default-features = false } fs-err = "2.11.0" gzp = { version = "0.11.3", default-features = false, features = ["snappy_default"] }