We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5963e3 commit 2c77a90Copy full SHA for 2c77a90
1 file changed
Cargo.toml
@@ -33,7 +33,7 @@ chrono = { version = "0.4", optional = true }
33
constant_time_eq = { version = "0.3.1", optional = true }
34
crc32fast = "1.4"
35
flate2 = { version = "1.1.1", default-features = false, optional = true }
36
-getrandom = { version = "0.3.1", features = ["wasm_js", "std"], optional = true }
+getrandom = { version = "0.3.1", features = ["std"], optional = true }
37
hmac = { version = "0.12", optional = true, features = ["reset"] }
38
indexmap = "2"
39
jiff = { version = "0.2.4", optional = true }
0 commit comments