diff --git a/Cargo.toml b/Cargo.toml index 2315977..d6bd0a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,16 +20,16 @@ csv = "1.4" derivative = "2.2" serde = { version = "1.0", features = ["rc"] } serde_derive = "1.0" -chrono = "0.4.42" +chrono = "0.4.43" itertools = "0.14" sha2 = "0.10" -zip = { version = "6.0", default-features = false, features = ["deflate"] } +zip = { version = "7.2", default-features = false, features = ["deflate"] } thiserror = "2" rgb = "0.8" web-time = "1.1.0" futures = { version = "0.3", optional = true } -reqwest = { version = "0.12", optional = true, features = ["blocking"] } +reqwest = { version = "0.13", optional = true, features = ["blocking"] } [dev-dependencies] serde_json = "1.0"