diff options
| author | Rafael Ávila de Espíndola <espindola@chiselstrike.com> | 2022-03-25 11:32:50 -0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-25 13:32:50 +0100 |
| commit | 3511b7602b619357174001555e961964c9a63e33 (patch) | |
| tree | b24598bd62e5aaa845d6ec8143a88a6e1d7b0b60 /ext | |
| parent | 4691bde42935582a217ce1453d4c8a495ed4af86 (diff) | |
chore: update rusqlite (#14117)
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/webstorage/Cargo.toml | 2 |
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"] } |
