Skip to content

Commit dab6f32

Browse files
committed
Upgrade to rusqlite 0.33
1 parent 09217db commit dab6f32

File tree

2 files changed

+18
-30
lines changed

2 files changed

+18
-30
lines changed

ui/Cargo.lock

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

ui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ openssl-probe = "0.1.2"
1919
orchestrator = { path = "../compiler/base/orchestrator" }
2020
prometheus = "0.13.0"
2121
regex = "1.0.0"
22-
rusqlite = { version = "0.32.0", default-features = false, features = ["bundled"] }
22+
rusqlite = { version = "0.33.0", default-features = false, features = ["bundled"] }
2323
serde = { version = "1.0", features = ["rc"] }
2424
serde_derive = "1.0"
2525
serde_json = "1.0"

0 commit comments

Comments
 (0)