Skip to content

Commit 3a427c4

Browse files
committed
deps: Update dependencies with cargo upgrade
1 parent beab418 commit 3a427c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,20 @@ bzip2 = { version = "0.4.4", optional = true }
3131
chrono = { version = "0.4.38", optional = true }
3232
constant_time_eq = { version = "0.3.0", optional = true }
3333
crc32fast = "1.4.2"
34-
displaydoc = { version = "0.2.4", default-features = false }
34+
displaydoc = { version = "0.2.5", default-features = false }
3535
flate2 = { version = "1.0.30", default-features = false, optional = true }
3636
indexmap = "2"
3737
hmac = { version = "0.12.1", optional = true, features = ["reset"] }
38-
memchr = "2.7.2"
38+
memchr = "2.7.4"
3939
pbkdf2 = { version = "0.12.2", optional = true }
4040
rand = { version = "0.8.5", optional = true }
4141
sha1 = { version = "0.10.6", optional = true }
42-
thiserror = "1.0.61"
42+
thiserror = "1.0.63"
4343
time = { workspace = true, optional = true, features = [
4444
"std",
4545
] }
4646
zeroize = { version = "1.8.1", optional = true, features = ["zeroize_derive"] }
47-
zstd = { version = "0.13.1", optional = true, default-features = false }
47+
zstd = { version = "0.13.2", optional = true, default-features = false }
4848
zopfli = { version = "0.8.1", optional = true }
4949
deflate64 = { version = "0.1.9", optional = true }
5050
lzma-rs = { version = "0.3.0", default-features = false, optional = true }

0 commit comments

Comments
 (0)