We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eae4e30 commit a2d4a79Copy full SHA for a2d4a79
frameworks/Rust/xitca-web/Cargo.toml
@@ -89,7 +89,7 @@ simd-json-derive = { version = "0.15", default-features = false, optional = tru
89
# stuff can not be used or not needed in wasi target
90
[target.'cfg(not(target_family = "wasm"))'.dependencies]
91
futures-core = { version = "0.3", default-features = false }
92
-rand = { version = "0.9", features = ["small_rng"], default-features = false }
+rand = { version = "0.9", features = ["os_rng", "small_rng"], default-features = false }
93
tokio = "1.41"
94
95
[profile.release]
0 commit comments