Skip to content

Commit 99f8734

Browse files
committed
Update to rusqlite 0.34
1 parent e297e11 commit 99f8734

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ui/Cargo.lock

Lines changed: 4 additions & 4 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.33.0", default-features = false, features = ["bundled"] }
22+
rusqlite = { version = "0.34.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)