Skip to content

Commit 3029a99

Browse files
fix(deps): update rust crate rand_core to 0.9 (#963)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 07cbdc0 commit 3029a99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ resolver = "2"
2020
once_cell = "1"
2121
quickcheck = "1.0"
2222
rand = "0.9"
23-
rand_core = { version = "0.6", features = ["getrandom"] }
23+
rand_core = { version = "0.9", features = ["getrandom"] }
2424
serde = "1.0"
2525
serde_json = "1.0"
2626
xxhash-rust = { version = "0.8", features = ["xxh32", "const_xxh32", "xxh64", "const_xxh64", "xxh3", "const_xxh3"] }

packages/jsonwebtoken/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ indexmap = { workspace = true, features = ["serde"] }
1313
jsonwebtoken = { workspace = true }
1414
napi = { workspace = true, default-features = false, features = ["napi3", "serde-json-ordered", "object_indexmap"] }
1515
napi-derive = { workspace = true }
16-
rand_core = { version = "0.6", features = ["std"] }
16+
rand_core = { version = "0.9", features = ["std"] }
1717
serde = { workspace = true }
1818
serde_json = { workspace = true }
1919

0 commit comments

Comments
 (0)