diff --git a/Cargo.toml b/Cargo.toml index 7591ab74..be762f17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ arrow = { version = "40", default-features = false, features = ["prettyprint", " rust_decimal = "1.14" strum = { version = "0.24", features = ["derive"] } r2d2 = { version = "0.8.9", optional = true } -calamine = { version = "0.19.1", optional = true } +calamine = { version = "0.20.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 }