diff --git a/Cargo.toml b/Cargo.toml index b5988ce..3d3854a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,10 +15,10 @@ readme = "README.md" [dependencies] base64 = "0.21.6" chrono = "0.4.23" -http = "0.2.8" +http = "1" lazy_static = "1.4.0" regex = "1.7.0" -reqwest = { version = "0.11", features = ["json"] } +reqwest = { version = "0.12", features = ["json"] } serde = { version = "1.0", features = ["derive"] } serde_json = { version = "1.0", features = ["float_roundtrip"] } sha2 = "0.10.6"