Skip to content

Commit 0c8f6d4

Browse files
Merge pull request #79 from nchain-innovation/78-bump-crates
Bump crates
2 parents ad9c0db + 6b2577c commit 0c8f6d4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ byteorder = "1.2"
1313
dns-lookup = "3.0.1"
1414
hex = "0.4.3"
1515
linked-hash-map = "0.5"
16-
log = { version = "0.4.28", features = ["max_level_trace", "release_max_level_warn"] }
16+
log = { version = "0.4.29", features = ["max_level_trace", "release_max_level_warn"] }
1717
db-key = "0.0.5" # this is a non-trival update
1818
thiserror = "2.0.17"
19-
url = "2.5.7"
19+
url = "2.5.8"
2020

2121

2222
# Crypto
@@ -36,16 +36,16 @@ pbkdf2 = "0.12.2"
3636

3737
# Used by the interface feature
3838
serde = { version = "1.0.228", features = ["derive"], optional = true }
39-
serde_json = { version = "1.0.145", optional = true }
40-
reqwest = { version = "0.12.24", features = ["json"], optional = true }
39+
serde_json = { version = "1.0.149", optional = true }
40+
reqwest = { version = "0.13.1", features = ["json"], optional = true }
4141
async-mutex = { version = "1.4.1", optional = true }
4242
async-trait = { version = "0.1.89", optional = true }
4343

4444
# For python feature
45-
pyo3 = { version = "0.27.1", optional = true }
45+
pyo3 = { version = "0.27.2", optional = true }
4646
regex = "^1.12.2"
4747
lazy_static = "1.5.0"
48-
rand_core = "0.9.3"
48+
rand_core = "0.9.5"
4949
typenum = "1.19.0"
5050

5151

0 commit comments

Comments
 (0)