Skip to content

Commit dfd4e52

Browse files
committed
Update deps
1 parent 3f3f33c commit dfd4e52

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ readme = "README.md"
1313

1414
[dependencies]
1515
anyhow = "1.0.100"
16-
blake2b_simd = "1.0.3"
16+
blake2b_simd = "1.0.4"
1717
binstring = "0.1.7"
1818
ciborium = { version = "0.2.2", optional = true }
19-
coarsetime = "0.1.36"
19+
coarsetime = "0.1.37"
2020
ct-codecs = "1.1.6"
2121
ed25519-compact = { version = "2.2.0", features = ["pem"] }
2222
hmac-sha1-compact = "1.1.6"
@@ -28,11 +28,11 @@ p384 = { version = "0.13.1", features = ["ecdsa", "std", "pkcs8", "pem"] }
2828
rand = "=0.8.5"
2929
serde = { version = "1.0.228", features = ["derive"] }
3030
serde_json = "1.0.149"
31-
thiserror = "2.0.17"
31+
thiserror = "2.0.18"
3232
zeroize = "1.8.2"
3333

3434
[target.'cfg(not(any(target_arch = "wasm32", target_arch = "wasm64")))'.dependencies]
35-
boring = { version = "4.19.0", optional = true }
35+
boring = { version = "4.20.0", optional = true }
3636
superboring = { version = "0.1.6", optional = true }
3737

3838
[target.'cfg(any(target_arch = "wasm32", target_arch = "wasm64"))'.dependencies]

0 commit comments

Comments
 (0)