Skip to content

Commit 026f179

Browse files
committed
Update dependencies
1 parent 01df5f5 commit 026f179

File tree

2 files changed

+21
-32
lines changed

2 files changed

+21
-32
lines changed

Cargo.lock

Lines changed: 17 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ bench = true
2222
crc = "3"
2323
digest = { version = "0.10", features = ["alloc"] }
2424
rand = "0.9"
25-
libc = "0.2.171"
26-
regex = "1.11.1"
25+
libc = "0.2"
26+
regex = "1.11"
2727

2828
[dev-dependencies]
29-
criterion = "0.5"
30-
cbindgen = "0.28"
29+
criterion = "0.6"
30+
cbindgen = "0.29"
3131

3232
# lto=true has a big improvement in performance
3333
[profile.release]

0 commit comments

Comments
 (0)