Skip to content

Commit

Permalink
chore: update rusqlite (denoland#14117)
Browse files Browse the repository at this point in the history
  • Loading branch information
espindola authored and lucacasonato committed Mar 25, 2022
1 parent a5c0deb commit 8c3f4c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ext/webstorage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }

0 comments on commit 8c3f4c9

Please sign in to comment.