mirror of
https://github.com/leptos-rs/leptos.git
synced 2025-12-27 09:54:41 -05:00
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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user