Skip to content

Commit 72aeebd

Browse files
Bump rusqlite from 0.32.1 to 0.37.0 (#158)
Bumps [rusqlite](https://github.com/rusqlite/rusqlite) from 0.32.1 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.32.1...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 eed6421 commit 72aeebd

File tree

2 files changed

+13
-31
lines changed

2 files changed

+13
-31
lines changed

Cargo.lock

Lines changed: 12 additions & 30 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
@@ -20,7 +20,7 @@ serde = { version = "^1.0.147", features = ["derive"] }
2020
clap = { version = "^4.5.6", features = ["string", "env"] }
2121
log = "^0.4.17"
2222
env_logger = "^0.11.7"
23-
rusqlite = { version = "0.32", features = ["bundled"] }
23+
rusqlite = { version = "0.37", features = ["bundled"] }
2424
chrono = { version = "^0.4.38", features = ["serde"] }
2525
actix-rt = "2"
2626
tempfile = "3"

0 commit comments

Comments
 (0)