diff options
| author | Leo K <crowlkats@toaxl.com> | 2021-06-05 19:30:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-05 19:30:20 +0200 |
| commit | 083f5c345445af4e434281c37817e12249d7553d (patch) | |
| tree | 2db46d622283ab37182ca988ecb0712dc11af6e8 /extensions/webstorage/Cargo.toml | |
| parent | 706b75d7421a33a54f51ceafc0747be4a646c707 (diff) | |
refactor(crypto): validate max random bytes in Rust (#10857)
Diffstat (limited to 'extensions/webstorage/Cargo.toml')
| -rw-r--r-- | extensions/webstorage/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/webstorage/Cargo.toml b/extensions/webstorage/Cargo.toml index b72970bbd..86018e97b 100644 --- a/extensions/webstorage/Cargo.toml +++ b/extensions/webstorage/Cargo.toml @@ -15,5 +15,6 @@ path = "lib.rs" [dependencies] deno_core = { version = "0.88.1", path = "../../core" } +deno_web = { version = "0.38.1", path = "../web" } rusqlite = { version = "0.25.3", features = ["unlock_notify", "bundled"] } serde = { version = "1.0.125", features = ["derive"] } |
