mirror of
https://github.com/tlsnotary/tlsn.git
synced 2026-01-11 14:28:03 -05:00
Compare commits
1 Commits
plot_py
...
wasm_getra
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
57e6b6935a |
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -6382,7 +6382,6 @@ dependencies = [
|
||||
"console_error_panic_hook",
|
||||
"enum-try-as-inner",
|
||||
"futures",
|
||||
"getrandom 0.2.16",
|
||||
"getrandom 0.3.3",
|
||||
"http-body-util",
|
||||
"hyper",
|
||||
|
||||
@@ -53,7 +53,4 @@ web-spawn = { workspace = true }
|
||||
ws_stream_wasm = { git = "https://github.com/tlsnotary/ws_stream_wasm", rev = "2ed12aad9f0236e5321f577672f309920b2aef51" }
|
||||
|
||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||
getrandom = { version = "0.2", features = ["js"] }
|
||||
getrandom_03 = { package = "getrandom", version = "0.3", features = [
|
||||
"wasm_js",
|
||||
] }
|
||||
getrandom = { version = "0.3", features = ["wasm_js"] }
|
||||
|
||||
Reference in New Issue
Block a user