From 1bf7b90ca8ad8e2bf62e455c24d5498c9ee74a46 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Thu, 2 Sep 2021 23:38:44 +0200 Subject: chore: update dependencies (#11856) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bartek IwaƄczuk --- ext/webstorage/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/webstorage') diff --git a/ext/webstorage/Cargo.toml b/ext/webstorage/Cargo.toml index 7083ee00b..058e2ae19 100644 --- a/ext/webstorage/Cargo.toml +++ b/ext/webstorage/Cargo.toml @@ -17,4 +17,4 @@ path = "lib.rs" deno_core = { version = "0.98.0", path = "../../core" } deno_web = { version = "0.47.0", path = "../web" } rusqlite = { version = "0.25.3", features = ["unlock_notify", "bundled"] } -serde = { version = "1.0.126", features = ["derive"] } +serde = { version = "1.0.129", features = ["derive"] } -- cgit v1.2.3