Skip to content

Commit db35006

Browse files
chore: bump duckdb from 0.7.1 to 0.8.0 (#2754)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4e4e643 commit db35006

File tree

2 files changed

+57
-37
lines changed

2 files changed

+57
-37
lines changed

Cargo.lock

+56-36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

prql-compiler/Cargo.toml

+1-1
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)