Skip to content

Commit 157d1df

Browse files
committed
Update rusqlite to fix security issue
The libsqlite3-sys crate has a security issue as reported here https://github.com/parallaxsecond/parsec/security/dependabot/17 Signed-off-by: Gowtham Suresh Kumar <gowtham.sureshkumar@arm.com>
1 parent da820b5 commit 157d1df

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

Cargo.lock

Lines changed: 14 additions & 9 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.1", optional = true }
4646
prost = { version = "0.8.0", optional = true }
47-
rusqlite = { version = "0.26.3", features = ["bundled"] }
47+
rusqlite = { version = "0.28.0", features = ["bundled"] }
4848
num-traits = "0.2.14"
4949

5050
[dev-dependencies]

0 commit comments

Comments
 (0)