Skip to content

Commit 61dfa7c

Browse files
committed
Upgrade to rusqlite 0.31
1 parent 591a84d commit 61dfa7c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

ui/Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ openssl-probe = "0.1.2"
2121
orchestrator = { path = "../compiler/base/orchestrator" }
2222
prometheus = "0.13.0"
2323
regex = "1.0.0"
24-
rusqlite = { version = "0.30.0", default-features = false, features = ["bundled"] }
24+
rusqlite = { version = "0.31.0", default-features = false, features = ["bundled"] }
2525
serde = { version = "1.0", features = ["rc"] }
2626
serde_derive = "1.0"
2727
serde_json = "1.0"

0 commit comments

Comments
 (0)