From 94751c941bc31f1a349bd1a768045cbe2379f770 Mon Sep 17 00:00:00 2001 From: Dmitriy Date: Mon, 4 Sep 2023 10:49:56 +0600 Subject: [PATCH] fix: bump calamine to master (fix bug in xls) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ca44fac..cbbd084 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 = "a54bd9cddc61a4a30475c4454efbbb2eecf9f975", features = ["dates"]} +calamine = {git = "https://github.com/tafia/calamine.git", rev = "c860397432e39cf6566bba3e148ece3632ba88d7", features = ["dates"]} pyo3 = {version = "0.19.0", features = ["extension-module", "chrono"]} chrono = {version = "0.4.26", features = ["serde"]} pyo3-file = "0.7.0"