Skip to content

Commit 245858f

Browse files
committed
Bump some dep
1 parent 122c2ed commit 245858f

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 10.3.0 (unreleased)
4+
5+
- Export everything needed to define your own CryptoProvider
6+
37
## 10.2.0 (2025-11-06)
48

59
- Remove `Clone` bound from decode functions

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ sha2 = { version = "0.10.7", optional = true, features = ["oid"] }
4646

4747
[target.'cfg(target_arch = "wasm32")'.dependencies]
4848
js-sys = "0.3"
49-
getrandom = "0.2"
49+
getrandom = "0.3"
5050

5151
[dev-dependencies]
5252
wasm-bindgen-test = "0.3.1"
@@ -56,12 +56,12 @@ rand_core = "0.6.4"
5656
[target.'cfg(not(all(target_arch = "wasm32", not(any(target_os = "emscripten", target_os = "wasi")))))'.dev-dependencies]
5757
# For the custom time example
5858
time = "0.3"
59-
criterion = "0.4"
59+
criterion = "0.8"
6060

6161
[target.'cfg(all(target_arch = "wasm32", not(any(target_os = "emscripten", target_os = "wasi"))))'.dev-dependencies]
6262
# For the custom time example
6363
time = { version = "0.3", features = ["wasm-bindgen"] }
64-
criterion = { version = "0.4", default-features = false }
64+
criterion = { version = "0.8", default-features = false }
6565

6666
[features]
6767
default = ["use_pem"]

0 commit comments

Comments
 (0)