Skip to content

Commit 2d01f8a

Browse files
chore(deps): bump rusqlite from 0.36.0 to 0.37.0
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] <support@github.com>
1 parent cc602a4 commit 2d01f8a

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
@@ -89,7 +89,7 @@ reqwest = { version = "0.13.2", features = [
8989
"query",
9090
"default-tls",
9191
] }
92-
rusqlite = { version = "0.36", features = ["bundled"] }
92+
rusqlite = { version = "0.37", features = ["bundled"] }
9393
rustyline = "17.0.2"
9494
urlencoding = "2.1.3"
9595
uuid = { version = "1.21.0", features = ["v4", "js"] }

0 commit comments

Comments
 (0)