chore: ran cargo outdated. (#3722)

* chore: ran cargo outdated fixed issues.

In bumping the rand crate, calls to thread_rng() becomes rng().

* backed out changes to rand.
This commit is contained in:
martin frances
2025-04-17 00:42:01 +01:00
committed by GitHub
parent 00e474599f
commit 410aedbba8
14 changed files with 59 additions and 36 deletions

View File

@@ -28,7 +28,7 @@ send_wrapper = "0.6"
# serialization formats
serde = { version = "1.0" }
js-sys = { version = "0.3.74", optional = true }
wasm-bindgen = { version = "0.2.100", optional = true }
wasm-bindgen = { workspace = true, optional = true }
serde_json = { workspace = true }
[features]