diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2022-03-24 12:47:35 +1100 |
---|---|---|
committer | Kitson Kelly <me@kitsonkelly.com> | 2022-03-24 14:47:06 +1100 |
commit | cff1e92ecf17933a4fcd2ea6a18abfdf89316e37 (patch) | |
tree | b9dc3685eda53147214af8232c30c1e08eb9d1b2 /ext/webstorage | |
parent | c755548e0212ea6f4fc211adc85bfdc581e6045e (diff) |
1.20.2
Diffstat (limited to 'ext/webstorage')
-rw-r--r-- | ext/webstorage/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/webstorage/Cargo.toml b/ext/webstorage/Cargo.toml index 9c0d0033a..ab8e029d8 100644 --- a/ext/webstorage/Cargo.toml +++ b/ext/webstorage/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_webstorage" -version = "0.37.0" +version = "0.38.0" authors = ["the Deno authors"] edition = "2021" license = "MIT" @@ -14,7 +14,7 @@ description = "Implementation of WebStorage API for Deno" path = "lib.rs" [dependencies] -deno_core = { version = "0.124.0", path = "../../core" } -deno_web = { version = "0.73.0", path = "../web" } +deno_core = { version = "0.125.0", path = "../../core" } +deno_web = { version = "0.74.0", path = "../web" } rusqlite = { version = "0.25.3", features = ["unlock_notify", "bundled"] } serde = { version = "1.0.129", features = ["derive"] } |