Skip to content

Commit 3f5b000

Browse files
chore(deps): bump rusqlite from 0.31.0 to 0.32.0
Bumps [rusqlite](https://github.com/rusqlite/rusqlite) from 0.31.0 to 0.32.0. - [Release notes](https://github.com/rusqlite/rusqlite/releases) - [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md) - [Commits](rusqlite/rusqlite@v0.31.0...v0.32.0) --- updated-dependencies: - dependency-name: rusqlite dependency-version: 0.32.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f847d48 commit 3f5b000

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

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.

sqlshield-introspect/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ sqlshield.workspace = true
1818
thiserror = "1.0"
1919
url = "2.5"
2020
postgres = { version = "0.19", optional = true }
21-
rusqlite = { version = "0.31", optional = true, features = ["bundled"] }
21+
rusqlite = { version = "0.32", optional = true, features = ["bundled"] }
2222

2323
[dev-dependencies]
2424
tempfile = "3"

0 commit comments

Comments
 (0)