cargo upgrade
This commit is contained in:
parent
3c35357b2e
commit
792c57a01d
1 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@ edition = "2021"
|
|||
aes = { version = "0.8.4", optional = true }
|
||||
byteorder = "1.5.0"
|
||||
bzip2 = { version = "0.4.4", optional = true }
|
||||
chrono = { version = "0.4.34", optional = true }
|
||||
chrono = { version = "0.4.37", optional = true }
|
||||
constant_time_eq = { version = "0.3.0", optional = true }
|
||||
crc32fast = "1.4.0"
|
||||
flate2 = { version = "1.0.28", default-features = false, optional = true }
|
||||
|
@ -24,7 +24,7 @@ hmac = { version = "0.12.1", optional = true, features = ["reset"] }
|
|||
pbkdf2 = {version = "0.12.2", optional = true }
|
||||
sha1 = {version = "0.10.6", optional = true }
|
||||
time = { version = "0.3.34", optional = true, default-features = false, features = ["std"] }
|
||||
zstd = { version = "0.13.0", optional = true, default-features = false }
|
||||
zstd = { version = "0.13.1", optional = true, default-features = false }
|
||||
zopfli = { version = "0.8.0", optional = true }
|
||||
deflate64 = { version = "0.1.8", optional = true }
|
||||
|
||||
|
@ -36,8 +36,8 @@ arbitrary = { version = "1.3.2", features = ["derive"] }
|
|||
|
||||
[dev-dependencies]
|
||||
bencher = "0.1.5"
|
||||
getrandom = { version = "0.2.12", features = ["js"] }
|
||||
walkdir = "2.4.0"
|
||||
getrandom = { version = "0.2.14", features = ["js"] }
|
||||
walkdir = "2.5.0"
|
||||
time = { version = "0.3.34", features = ["formatting", "macros"] }
|
||||
|
||||
[features]
|
||||
|
|
Loading…
Add table
Reference in a new issue