Skip to content

Commit 54a862c

Browse files
committed
Updated a few dependencies.
1 parent 9d767d3 commit 54a862c

2 files changed

Lines changed: 58 additions & 69 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ log = "0.4.33"
2222
[build-dependencies]
2323
bindgen = "0.72.1"
2424
pkg-config = "0.3.33"
25-
regex = "1.12.4"
25+
regex = "1.13.0"
2626

2727
[dev-dependencies]
2828
const-random = "0.1.18"
@@ -32,14 +32,14 @@ env_logger = "0.11.11"
3232
function_name = "0.3.0"
3333
hex = "0.4.3"
3434
memory-stats = "1.2.0"
35-
p256 = "=0.14.0-rc.13"
36-
rand = "0.10.1"
35+
p256 = "0.14.0"
36+
rand = "0.10.2"
3737
rand_chacha = "0.10.0"
38-
regex = "1.12.4"
38+
regex = "1.13.0"
3939
rsa = "=0.10.0-rc.18"
4040
serial_test = "3.5.0"
4141
sha2 = "0.11.0"
42-
uuid = "1.23.4"
42+
uuid = "1.23.5"
4343

4444
[lints.rust]
4545
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fapi_sys_have_fn_DigestAndSign)'] }

0 commit comments

Comments
 (0)