Merge pull request #439 from ouch-org/dependabot/cargo/time-0.3.22

This commit is contained in:
figsoda 2023-06-07 20:36:57 -04:00 committed by GitHub
commit 639a1f885a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1242,9 +1242,9 @@ dependencies = [
[[package]]
name = "time"
version = "0.3.21"
version = "0.3.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f3403384eaacbca9923fa06940178ac13e4edb725486d70e8e15881d0c836cc"
checksum = "ea9e1b3cf1243ae005d9e74085d4d542f3125458f3a81af210d901dcd7411efd"
dependencies = [
"serde",
"time-core",

View File

@ -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.21", default-features = false }
time = { version = "0.3.22", 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"] }