diff --git a/graphql/Cargo.toml b/graphql/Cargo.toml index 2041c6b..5176411 100644 --- a/graphql/Cargo.toml +++ b/graphql/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" chrono = { version = "0.4.24", default-features = false, features = ["std"] } graphql_client = { version = "0.14.0", features = ["reqwest-blocking", "reqwest"]} log = "0.4.17" -reqwest = { version = "0.11", default-features = false, features = ["json", "blocking", "rustls-tls"]} +reqwest = { version = "0.13", default-features = false, features = ["json", "blocking", "rustls-tls"]} serde = { version = "1.0", features = ["derive"]} perro = {git = "https://github.com/getlipa/perro", tag = "v1.2.0" }