From 1fdcaf019609cdebf4a9d727be3bddf719c75ccc Mon Sep 17 00:00:00 2001 From: Takeru Ohta Date: Sat, 23 Sep 2023 13:27:49 +0900 Subject: [PATCH 1/2] Update libflate version to v2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 991e321..5a3aa71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,6 @@ coveralls = {repository = "sile/eetf"} [dependencies] num = "0.4" byteorder = "1" -libflate = "1" +libflate = "2" ordered-float = "2" thiserror = "1" \ No newline at end of file From 275590fb40016754f506a402866b76ee5a533af2 Mon Sep 17 00:00:00 2001 From: Takeru Ohta Date: Sat, 23 Sep 2023 13:29:44 +0900 Subject: [PATCH 2/2] Update ordered-float to v3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5a3aa71..73bf57b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,5 +18,5 @@ coveralls = {repository = "sile/eetf"} num = "0.4" byteorder = "1" libflate = "2" -ordered-float = "2" +ordered-float = "3" thiserror = "1" \ No newline at end of file