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

@@ -14,13 +14,13 @@ throw_error = { workspace = true }
server_fn_macro_default = { workspace = true }
# used for hashing paths in #[server] macro
const_format = "0.2.33"
const-str = "0.5.7"
const-str = "0.6.2"
xxhash-rust = { version = "0.8.12", features = ["const_xxh64"] }
rustversion = { workspace = true}
# used across multiple features
serde = { version = "1.0", features = ["derive"] }
send_wrapper = { version = "0.6.0", features = ["futures"], optional = true }
thiserror = "2.0"
thiserror = { workspace = true }
# registration system
inventory = { version = "0.3.15", optional = true }
@@ -40,7 +40,7 @@ tower = { version = "0.5.1", optional = true }
tower-layer = { version = "0.3.3", optional = true }
## input encodings
serde_qs = { version = "0.13.0" }
serde_qs = { version = "0.14.0" }
multer = { version = "3.1", optional = true }
## output encodings
@@ -61,7 +61,7 @@ base64 = { version = "0.22.1" }
# client
gloo-net = { version = "0.6.0", optional = true }
js-sys = { version = "0.3.74", optional = true }
wasm-bindgen = { version = "0.2.100", optional = true }
wasm-bindgen = { workspace = true, optional = true }
wasm-bindgen-futures = { version = "0.4.50", optional = true }
wasm-streams = { version = "0.4.2", optional = true }
web-sys = { version = "0.3.72", optional = true, features = [