diff --git a/Cargo.toml b/Cargo.toml index 759fea5..6e0ddd7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ name = "python_calamine" crate-type = ["cdylib"] [dependencies] -calamine = {git = "https://github.com/tafia/calamine.git", rev = "c860397432e39cf6566bba3e148ece3632ba88d7", features = ["dates"]} +calamine = {git = "https://github.com/tafia/calamine.git", rev = "7c12f62e469e47f07dc41d08b6fde4f02635aa4b", features = ["dates"]} pyo3 = {version = "0.19.2", features = ["extension-module", "chrono"]} chrono = {version = "0.4.28", features = ["serde"]} pyo3-file = "0.7.0"