Skip to content

Commit c6dff98

Browse files
build(deps): bump rusqlite from 0.37.0 to 0.38.0
Bumps [rusqlite](https://github.com/rusqlite/rusqlite) from 0.37.0 to 0.38.0. - [Release notes](https://github.com/rusqlite/rusqlite/releases) - [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md) - [Commits](rusqlite/rusqlite@v0.37.0...v0.38.0) --- updated-dependencies: - dependency-name: rusqlite dependency-version: 0.38.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 764fa10 commit c6dff98

File tree

2 files changed

+129
-13
lines changed

2 files changed

+129
-13
lines changed

Cargo.lock

Lines changed: 128 additions & 12 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
@@ -17,7 +17,7 @@ serde_json = "1"
1717
log = { version = "0.4.17" }
1818
env_logger = { version = "0.11.6" }
1919
hex = { version = "0.4" }
20-
rusqlite = { version = "0.37.0", features = ["bundled"] }
20+
rusqlite = { version = "0.38.0", features = ["bundled"] }
2121
tokio = { version = "1.49", features = [ "rt-multi-thread", "time", "sync", "macros" ] }
2222
minreq = { version = "2.14.0", features = ["json-using-serde", "https"] }
2323
tokio-stream = { version = "0.1.17", features = ["sync"] }

0 commit comments

Comments
 (0)