Skip to content

Commit eed7dda

Browse files
authored
Merge pull request #581 from ionut-arm/bump-rusqlite
Bump SQLite dependency
2 parents 6c8df64 + fa5fff0 commit eed7dda

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ anyhow = "1.0.38"
4444
rust-cryptoauthlib = { version = "0.4.4", optional = true }
4545
spiffe = { version = "0.2.0", optional = true }
4646
prost = { version = "0.8.0", optional = true }
47-
rusqlite = { version = "0.25.3", features = ["bundled"] }
47+
rusqlite = { version = "0.26.3", features = ["bundled"] }
4848
num-traits = "0.2.14"
4949

5050
[dev-dependencies]

0 commit comments

Comments
 (0)