Skip to content

Commit d20fe7d

Browse files
committed
Update to rusqlite 0.36
1 parent 3cc1b1e commit d20fe7d

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 = { version = "0.14.0", default-features = false }
2121
regex = "1.0.0"
22-
rusqlite = { version = "0.35.0", default-features = false, features = ["bundled"] }
22+
rusqlite = { version = "0.36.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)