Skip to content

Commit

Permalink
Bump rusqlite from 0.28.0 to 0.29.0
Browse files Browse the repository at this point in the history
Bumps [rusqlite](https://github.com/rusqlite/rusqlite) from 0.28.0 to 0.29.0.
- [Release notes](https://github.com/rusqlite/rusqlite/releases)
- [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md)
- [Commits](rusqlite/rusqlite@v0.28.0...v0.29.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 29, 2023
1 parent 496d4c6 commit 446e7b5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions dozer-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ mongodb = { version = "2.6.1", optional = true }
futures = { version = "0.3.28", optional = true }
env_logger = "0.10.0"
clap = { version = "4.4.1", features = ["derive"] }
rusqlite = { version = "0.28.0", features = ["bundled", "column_decltype", "hooks"] }
rusqlite = { version = "0.29.0", features = ["bundled", "column_decltype", "hooks"] }
async-trait = "0.1.53"
dozer-core = { path = "../dozer-core" }
dozer-sql = { path = "../dozer-sql" }
Expand All @@ -52,7 +52,7 @@ dozer-sql = { path = "../dozer-sql" }
dozer-cache = { path = "../dozer-cache" }

sqlparser = {git = "https://github.com/getdozer/sqlparser-rs.git" }
rusqlite = { version = "0.28.0", features = ["bundled", "column_decltype"] }
rusqlite = { version = "0.29.0", features = ["bundled", "column_decltype"] }
csv = "1.2"
tempdir = "0.3.7"
sqllogictest = "0.17.1"
Expand Down

0 comments on commit 446e7b5

Please sign in to comment.