Skip to content

Commit 9c229bd

Browse files
authored
Update rusqlite from 0.32.1 to 0.33.0 (#15163)
Changes: https://github.com/rusqlite/rusqlite/releases/tag/v0.33.0
2 parents abf1338 + 0d2ddc9 commit 9c229bd

File tree

3 files changed

+27
-11
lines changed

3 files changed

+27
-11
lines changed

Cargo.lock

Lines changed: 25 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ proptest = "1.5.0"
8080
pulldown-cmark = { version = "0.12.0", default-features = false, features = ["html"] }
8181
rand = "0.9.0"
8282
regex = "1.10.5"
83-
rusqlite = { version = "0.32.0", features = ["bundled"] }
83+
rusqlite = { version = "0.33.0", features = ["bundled"] }
8484
rustc-hash = "2.0.0"
8585
rustc-stable-hash = "0.1.1"
8686
rustfix = { version = "0.9.0", path = "crates/rustfix" }

deny.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ allow = [
100100
"Unicode-DFS-2016",
101101
"CC0-1.0",
102102
"ISC",
103+
"Zlib",
103104
]
104105
# The confidence threshold for detecting a license from license text.
105106
# The higher the value, the more closely the license text must be to the

0 commit comments

Comments
 (0)