Skip to content

Commit 2c77a90

Browse files
authored
deps: Remove dependency on getrandom wasm backend (#336) (#372)
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
1 parent f5963e3 commit 2c77a90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ chrono = { version = "0.4", optional = true }
3333
constant_time_eq = { version = "0.3.1", optional = true }
3434
crc32fast = "1.4"
3535
flate2 = { version = "1.1.1", default-features = false, optional = true }
36-
getrandom = { version = "0.3.1", features = ["wasm_js", "std"], optional = true }
36+
getrandom = { version = "0.3.1", features = ["std"], optional = true }
3737
hmac = { version = "0.12", optional = true, features = ["reset"] }
3838
indexmap = "2"
3939
jiff = { version = "0.2.4", optional = true }

0 commit comments

Comments
 (0)