Skip to content

Commit 14c31cb

Browse files
Merge pull request #662 from gowthamsk-arm/fix_security_report
Update rusqlite to fix security issue
2 parents 838e93a + cca76aa commit 14c31cb

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
@@ -43,7 +43,7 @@ anyhow = "1.0.38"
4343
rust-cryptoauthlib = { version = "0.4.4", optional = true }
4444
spiffe = { version = "0.2.1", optional = true }
4545
prost = { version = "0.8.0", optional = true }
46-
rusqlite = { version = "0.26.3", features = ["bundled"] }
46+
rusqlite = { version = "0.28.0", features = ["bundled"] }
4747
num-traits = "0.2.14"
4848

4949
[dev-dependencies]

0 commit comments

Comments
 (0)