From 0a254046bba26cee5ae8b6240e7e1603a763c513 Mon Sep 17 00:00:00 2001 From: wangfenjin Date: Sat, 30 Sep 2023 11:55:07 +0800 Subject: [PATCH] upgrade crate --- Cargo.toml | 6 +++--- libduckdb-sys/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b2a88126..4ba70b5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,10 +56,10 @@ arrow = { version = "47", default-features = false, features = ["prettyprint", " rust_decimal = "1.14" strum = { version = "0.25", features = ["derive"] } r2d2 = { version = "0.8.9", optional = true } -calamine = { version = "0.21.0", optional = true } +calamine = { version = "0.22.0", optional = true } num = { version = "0.4", optional = true, default-features = false, features = ["std"] } duckdb-loadable-macros = { version = "0.1.0", path="./duckdb-loadable-macros", optional = true } -polars = { version = "0.31.1", features = ["dtype-full"], optional = true} +polars = { version = "0.33.2", features = ["dtype-full"], optional = true} [dev-dependencies] doc-comment = "0.3" @@ -70,7 +70,7 @@ uuid = { version = "1.0", features = ["v4"] } unicase = "2.6.0" rand = "0.8.3" tempdir = "0.3.7" -polars-core = "*" +polars-core = "0.33.2" # criterion = "0.3" # [[bench]] diff --git a/libduckdb-sys/Cargo.toml b/libduckdb-sys/Cargo.toml index d3f80482..888b76dc 100644 --- a/libduckdb-sys/Cargo.toml +++ b/libduckdb-sys/Cargo.toml @@ -29,7 +29,7 @@ extensions-full = ["httpfs", "json", "parquet"] [build-dependencies] autocfg = "1.0" -bindgen = { version = "0.66", optional = true, default-features = false, features = ["runtime"] } +bindgen = { version = "0.68", optional = true, default-features = false, features = ["runtime"] } flate2 = "1.0" pkg-config = { version = "0.3.24", optional = true } cc = { version = "1.0", features = ["parallel"], optional = true }