Skip to content

Commit

Permalink
chore(deps): bump rusqlite from 0.32.0 to 0.32.1
Browse files Browse the repository at this point in the history
Bumps [rusqlite](https://github.com/rusqlite/rusqlite) from 0.32.0 to 0.32.1.
- [Release notes](https://github.com/rusqlite/rusqlite/releases)
- [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md)
- [Commits](rusqlite/rusqlite@v0.32.0...v0.32.1)

---
updated-dependencies:
- dependency-name: rusqlite
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and cljoly committed Sep 30, 2024
1 parent 905af18 commit ee59983
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/async/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ path = "../../rusqlite_migration"
features = ["alpha-async-tokio-rusqlite"]

[dependencies.rusqlite]
version = "=0.32.0"
version = "=0.32.1"
default-features = false
features = []
2 changes: 1 addition & 1 deletion examples/from-directory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ path = "../../rusqlite_migration"
features = ["from-directory"]

[dependencies.rusqlite]
version = "0.32.0"
version = "0.32.1"
default-features = false
features = []
2 changes: 1 addition & 1 deletion examples/simple/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ lazy_static = "1.5.0"
mktemp = "0.5"

[dependencies.rusqlite]
version = "0.32.0"
version = "0.32.1"
features = ["extra_check"] # A realistic use case
2 changes: 1 addition & 1 deletion rusqlite_migration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ features = ["macros"]
optional = true

[dependencies.rusqlite]
version = "0.32.0"
version = "0.32.1"
default-features = false
features = []

Expand Down
2 changes: 1 addition & 1 deletion rusqlite_migration_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ path = "../rusqlite_migration"
features = ["alpha-async-tokio-rusqlite", "from-directory"]

[dependencies.rusqlite]
version = "0.32.0"
version = "0.32.1"
features = ["extra_check"]

[dev-dependencies]
Expand Down

0 comments on commit ee59983

Please sign in to comment.