Skip to content

Commit 8bbba2d

Browse files
Bump rusqlite from 0.36.0 to 0.37.0 (#594)
Bumps [rusqlite](https://github.com/rusqlite/rusqlite) from 0.36.0 to 0.37.0. - [Release notes](https://github.com/rusqlite/rusqlite/releases) - [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md) - [Commits](rusqlite/rusqlite@v0.36.0...v0.37.0) --- updated-dependencies: - dependency-name: rusqlite dependency-version: 0.37.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 88413aa commit 8bbba2d

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
@@ -57,7 +57,7 @@ flate2 = "1"
5757
google-cloud-storage = { version = "0.24.0", default-features = false, features = ["rustls-tls", "auth"], optional = true }
5858
log = "^0.4.17"
5959
ring = { version = "0.17", optional = true }
60-
rusqlite = { version = "0.36", optional = true}
60+
rusqlite = { version = "0.37", optional = true}
6161
serde_json = "^1.0"
6262
serde = { version = "^1.0.147", features = ["derive"] }
6363
strum = "0.27"

0 commit comments

Comments
 (0)