summaryrefslogtreecommitdiff
path: root/ext/webstorage
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-10-05 21:40:39 +0200
committerGitHub <noreply@github.com>2021-10-05 21:40:39 +0200
commitd67e85850688117e116bbf7054e80f30fe07afe6 (patch)
tree9a4e0049166436a6e1668cc9468bbb49c334c589 /ext/webstorage
parent80aee99c9e2eba879a0981235bee740088c6fbad (diff)
chore: merge v1.14.3 into main (#12327)
Diffstat (limited to 'ext/webstorage')
-rw-r--r--ext/webstorage/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/webstorage/Cargo.toml b/ext/webstorage/Cargo.toml
index 153f556c2..547b6d74e 100644
--- a/ext/webstorage/Cargo.toml
+++ b/ext/webstorage/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_webstorage"
-version = "0.14.0"
+version = "0.15.0"
authors = ["the Deno authors"]
edition = "2018"
license = "MIT"
@@ -14,7 +14,7 @@ description = "Implementation of WebStorage API for Deno"
path = "lib.rs"
[dependencies]
-deno_core = { version = "0.101.0", path = "../../core" }
-deno_web = { version = "0.50.0", path = "../web" }
+deno_core = { version = "0.102.0", path = "../../core" }
+deno_web = { version = "0.51.0", path = "../web" }
rusqlite = { version = "0.25.3", features = ["unlock_notify", "bundled"] }
serde = { version = "1.0.129", features = ["derive"] }