Skip to content

Commit 2849e4f

Browse files
committed
Update to rusqlite 0.35
1 parent 9e88b0c commit 2849e4f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ui/Cargo.lock

+4-4
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
@@ -19,7 +19,7 @@ openssl-probe = "0.1.2"
1919
orchestrator = { path = "../compiler/base/orchestrator" }
2020
prometheus = { version = "0.14.0", default-features = false }
2121
regex = "1.0.0"
22-
rusqlite = { version = "0.34.0", default-features = false, features = ["bundled"] }
22+
rusqlite = { version = "0.35.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)