diff options
| author | denobot <33910674+denobot@users.noreply.github.com> | 2022-08-11 16:47:03 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-11 16:47:03 -0400 |
| commit | e4a5f9952f404e10f1b577b1477b89b155092b67 (patch) | |
| tree | 2abf81f7486babdec9d450dbacb1586a6f103bcd /ext/webstorage | |
| parent | 10ce2e9e80916a77e9f1f1da74cd1feec087b51f (diff) | |
chore: forward v1.24.3 release commit to main (#15462)
Co-authored-by: David Sherret <dsherret@gmail.com>
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 a96ed7049..47f65c27d 100644 --- a/ext/webstorage/Cargo.toml +++ b/ext/webstorage/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_webstorage" -version = "0.59.0" +version = "0.60.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.146.0", path = "../../core" } -deno_web = { version = "0.95.0", path = "../web" } +deno_core = { version = "0.147.0", path = "../../core" } +deno_web = { version = "0.96.0", path = "../web" } rusqlite = { version = "0.27.0", features = ["unlock_notify", "bundled"] } serde = { version = "1.0.136", features = ["derive"] } |
