We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
getrandom
RUSTFLAGS
1 parent 5801280 commit 4b96c72Copy full SHA for 4b96c72
1 file changed
sdks/rust/Cargo.toml
@@ -44,7 +44,7 @@ once_cell.workspace = true
44
prometheus.workspace = true
45
rand.workspace = true
46
47
-getrandom = { version = "0.3.2", features = ["wasm_js"], optional = true }
+getrandom = { version = "0.3.4", features = ["wasm_js"], optional = true }
48
gloo-console = { version = "0.3.0", optional = true }
49
gloo-net = { version = "0.6.0", optional = true }
50
gloo-storage = { version = "0.3.0", optional = true }
0 commit comments