diff --git a/Cargo.lock b/Cargo.lock index 4576b8b..8c91f9b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1253,9 +1253,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.22" +version = "0.3.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea9e1b3cf1243ae005d9e74085d4d542f3125458f3a81af210d901dcd7411efd" +checksum = "59e399c068f43a5d116fedaf73b203fa4f9c519f17e2b34f63221d3792f81446" dependencies = [ "serde", "time-core", diff --git a/Cargo.toml b/Cargo.toml index bb2788a..c31d873 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ same-file = "1.0.6" snap = "1.1.0" tar = "0.4.38" tempfile = "3.6.0" -time = { version = "0.3.22", default-features = false } +time = { version = "0.3.23", default-features = false } ubyte = { version = "0.10.3", default-features = false } xz2 = "0.1.7" zip = { version = "0.6.6", default-features = false, features = ["time"] }