deps: Update dependencies with cargo upgrade
This commit is contained in:
parent
beab418695
commit
3a427c4f78
1 changed files with 4 additions and 4 deletions
|
@ -31,20 +31,20 @@ bzip2 = { version = "0.4.4", optional = true }
|
|||
chrono = { version = "0.4.38", optional = true }
|
||||
constant_time_eq = { version = "0.3.0", optional = true }
|
||||
crc32fast = "1.4.2"
|
||||
displaydoc = { version = "0.2.4", default-features = false }
|
||||
displaydoc = { version = "0.2.5", default-features = false }
|
||||
flate2 = { version = "1.0.30", default-features = false, optional = true }
|
||||
indexmap = "2"
|
||||
hmac = { version = "0.12.1", optional = true, features = ["reset"] }
|
||||
memchr = "2.7.2"
|
||||
memchr = "2.7.4"
|
||||
pbkdf2 = { version = "0.12.2", optional = true }
|
||||
rand = { version = "0.8.5", optional = true }
|
||||
sha1 = { version = "0.10.6", optional = true }
|
||||
thiserror = "1.0.61"
|
||||
thiserror = "1.0.63"
|
||||
time = { workspace = true, optional = true, features = [
|
||||
"std",
|
||||
] }
|
||||
zeroize = { version = "1.8.1", optional = true, features = ["zeroize_derive"] }
|
||||
zstd = { version = "0.13.1", optional = true, default-features = false }
|
||||
zstd = { version = "0.13.2", optional = true, default-features = false }
|
||||
zopfli = { version = "0.8.1", optional = true }
|
||||
deflate64 = { version = "0.1.9", optional = true }
|
||||
lzma-rs = { version = "0.3.0", default-features = false, optional = true }
|
||||
|
|
Loading…
Add table
Reference in a new issue