Update dependencies

This commit is contained in:
Chris Hennick 2023-06-07 16:03:33 -07:00
parent 52db1d03a6
commit b0687378fd
No known key found for this signature in database
GPG key ID: 25653935CC8B6C74

View file

@ -23,7 +23,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.21", optional = true, default-features = false, features = ["std"] }
time = { version = "0.3.22", optional = true, default-features = false, features = ["std"] }
zstd = { version = "0.12.3", optional = true, default-features = false }
zopfli = { version = "0.7.4", optional = true }
@ -35,9 +35,9 @@ arbitrary = { version = "1.3.0", features = ["derive"] }
[dev-dependencies]
bencher = "0.1.5"
getrandom = { version = "0.2.9", features = ["js"] }
getrandom = { version = "0.2.10", features = ["js"] }
walkdir = "2.3.3"
time = { version = "0.3.21", features = ["formatting", "macros"] }
time = { version = "0.3.22", features = ["formatting", "macros"] }
[features]
aes-crypto = [ "aes", "constant_time_eq", "hmac", "pbkdf2", "sha1" ]