summaryrefslogtreecommitdiff
path: root/ext/webstorage
diff options
context:
space:
mode:
authorLuca Casonato <hello@lcas.dev>2022-05-05 12:41:59 +0200
committerGitHub <noreply@github.com>2022-05-05 12:41:59 +0200
commit242273e69b5f5add23393e8e96e241696eae88fb (patch)
tree2605cc3d7728c14c8c81c0a79337658577825fbf /ext/webstorage
parente04f1f1f34656aed0faac88d63314726235cf4b8 (diff)
chore: update deps (#14416)
Diffstat (limited to 'ext/webstorage')
-rw-r--r--ext/webstorage/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/webstorage/Cargo.toml b/ext/webstorage/Cargo.toml
index 206e364d5..9b7e636aa 100644
--- a/ext/webstorage/Cargo.toml
+++ b/ext/webstorage/Cargo.toml
@@ -17,4 +17,4 @@ path = "lib.rs"
deno_core = { version = "0.132.0", path = "../../core" }
deno_web = { version = "0.81.0", path = "../web" }
rusqlite = { version = "0.27.0", features = ["unlock_notify", "bundled"] }
-serde = { version = "1.0.129", features = ["derive"] }
+serde = { version = "1.0.136", features = ["derive"] }