Skip to content

Commit c411904

Browse files
authored
feat: update to duckdb v1.3.0 (#769)
1 parent a591cf2 commit c411904

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Cargo.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ bytes = "1.7"
4848
chrono = "0.4.39"
4949
clap = "4.5"
5050
cql2 = "0.3.7"
51-
duckdb = "1.2.2"
51+
duckdb = "1.3.0"
5252
fluent-uri = "0.3.2"
5353
futures = "0.3.31"
5454
futures-core = "0.3.31"
@@ -64,7 +64,7 @@ getrandom = { version = "0.3.3", features = ["wasm_js"] }
6464
http = "1.1"
6565
indexmap = { version = "2.9.0", features = ["serde"] }
6666
jsonschema = { version = "0.30.0", default-features = false }
67-
libduckdb-sys = "1.2.1"
67+
libduckdb-sys = "1.3.0"
6868
log = "0.4.25"
6969
mime = "0.3.17"
7070
mockito = "1.5"
@@ -106,6 +106,3 @@ tracing-subscriber = { version = "0.3.18", features = [
106106
tracing-indicatif = "0.3.9"
107107
url = "2.3"
108108
webpki-roots = "1.0.0"
109-
110-
[patch.crates-io]
111-
duckdb = { git = "https://github.com/gadomski/duckdb-rs/", branch = "arrow-v55" }

0 commit comments

Comments
 (0)