summaryrefslogtreecommitdiff
path: root/ext/webstorage
diff options
context:
space:
mode:
authorRafael Ávila de Espíndola <espindola@chiselstrike.com>2022-03-25 11:32:50 -0100
committerGitHub <noreply@github.com>2022-03-25 13:32:50 +0100
commit3511b7602b619357174001555e961964c9a63e33 (patch)
treeb24598bd62e5aaa845d6ec8143a88a6e1d7b0b60 /ext/webstorage
parent4691bde42935582a217ce1453d4c8a495ed4af86 (diff)
chore: update rusqlite (#14117)
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 ab8e029d8..036df03bb 100644
--- a/ext/webstorage/Cargo.toml
+++ b/ext/webstorage/Cargo.toml
@@ -16,5 +16,5 @@ path = "lib.rs"
[dependencies]
deno_core = { version = "0.125.0", path = "../../core" }
deno_web = { version = "0.74.0", path = "../web" }
-rusqlite = { version = "0.25.3", features = ["unlock_notify", "bundled"] }
+rusqlite = { version = "0.27.0", features = ["unlock_notify", "bundled"] }
serde = { version = "1.0.129", features = ["derive"] }