diff --git a/Cargo.lock b/Cargo.lock index ffbad8a3f..891d71da1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -895,7 +895,7 @@ checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0" [[package]] name = "calamine" version = "0.25.0" -source = "git+https://github.com/jqnatividad/calamine?branch=bump_zip_from_1_to_2#5cec3b3c46bf88e50078973445e31121a5e2cb4c" +source = "git+https://github.com/tafia/calamine?rev=6b41309#6b4130992bdfc0f06914d84b53fe3ec6b0cd8fc4" dependencies = [ "byteorder", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 5ae0c97b3..cbb154933 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -247,9 +247,8 @@ serial_test = { version = "3.1", features = ["file_locks"] } dynfmt = { git = "https://github.com/jqnatividad/dynfmt", branch = "2021-clippy_ptr_as_ptr-bumpdeps" } # needed to get latest dependencies and unreleased fixes grex = { git = "https://github.com/pemistahl/grex", rev = "0c8ab87" } -# use our fork of calamine to use latest zip 2.1 crate -# which has better performance and several bug fixes -calamine = { git = "https://github.com/jqnatividad/calamine", branch = "bump_zip_from_1_to_2" } +# calamine 0.25.0 with unreleased fixes +calamine = { git = "https://github.com/tafia/calamine", rev = "6b41309" } # polars 0.40.0 with unreleased fixes polars = { git = "https://github.com/pola-rs/polars", rev = "d7b4f72" } polars-ops = { git = "https://github.com/pola-rs/polars", rev = "d7b4f72" }