Update dependencies

This commit is contained in:
Chris Hennick 2023-05-10 13:06:15 -07:00
parent ab302b20b7
commit bb85ef1de1
No known key found for this signature in database
GPG key ID: 25653935CC8B6C74

View file

@ -22,7 +22,7 @@ flate2 = { version = "1.0.26", default-features = false, optional = true }
hmac = { version = "0.12.1", optional = true, features = ["reset"] }
pbkdf2 = {version = "0.12.1", optional = true }
sha1 = {version = "0.10.5", optional = true }
time = { version = "0.3.20", optional = true, default-features = false, features = ["std"] }
time = { version = "0.3.21", optional = true, default-features = false, features = ["std"] }
zstd = { version = "0.12.3", optional = true }
[target.'cfg(any(all(target_arch = "arm", target_pointer_width = "32"), target_arch = "mips", target_arch = "powerpc"))'.dependencies]
@ -35,7 +35,7 @@ arbitrary = { version = "1.3.0", features = ["derive"] }
bencher = "0.1.5"
getrandom = "0.2.9"
walkdir = "2.3.3"
time = { version = "0.3.20", features = ["formatting", "macros"] }
time = { version = "0.3.21", features = ["formatting", "macros"] }
[features]
aes-crypto = [ "aes", "constant_time_eq", "hmac", "pbkdf2", "sha1" ]