Skip to content

Commit 883ea71

Browse files
chore: bump duckdb from 0.7.1 to 0.8.0
Bumps [duckdb](https://github.com/wangfenjin/duckdb-rs) from 0.7.1 to 0.8.0. - [Release notes](https://github.com/wangfenjin/duckdb-rs/releases) - [Commits](duckdb/duckdb-rs@v0.7.1...v0.8.0) --- updated-dependencies: - dependency-name: duckdb dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent de0c39a commit 883ea71

File tree

2 files changed

+57
-37
lines changed

2 files changed

+57
-37
lines changed

Cargo.lock

Lines changed: 56 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

prql-compiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ insta = {version = "1.29", features = ["colors", "glob", "yaml"]}
4848
chrono = {version = "0.4", features = [], default-features = false}
4949
criterion = "0.5.1"
5050
csv = "1.2"
51-
duckdb = {version = "0.7.0", features = ["bundled", "chrono"]}
51+
duckdb = {version = "0.8.0", features = ["bundled", "chrono"]}
5252
mysql = "24"
5353
pg_bigdecimal = "0.1"
5454
postgres = "0.19"

0 commit comments

Comments
 (0)