From 916598f8a77d1fb7b7feb577e600ead2bc45045f Mon Sep 17 00:00:00 2001 From: denobot <33910674+denobot@users.noreply.github.com> Date: Sun, 13 Nov 2022 15:31:36 -0500 Subject: 1.28.0 (#16620) Co-authored-by: David Sherret --- ext/webstorage/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ext/webstorage/Cargo.toml') diff --git a/ext/webstorage/Cargo.toml b/ext/webstorage/Cargo.toml index e61f03088..d95374453 100644 --- a/ext/webstorage/Cargo.toml +++ b/ext/webstorage/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_webstorage" -version = "0.71.0" +version = "0.72.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.158.0", path = "../../core" } -deno_web = { version = "0.107.0", path = "../web" } +deno_core = { version = "0.159.0", path = "../../core" } +deno_web = { version = "0.108.0", path = "../web" } rusqlite = { version = "0.28.0", features = ["unlock_notify", "bundled"] } serde = { version = "1.0.136", features = ["derive"] } -- cgit v1.2.3