diff --git a/Cargo.toml b/Cargo.toml index 18287978..45ab3a6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ arrow = { version = "44", 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}