diff --git a/Cargo.toml b/Cargo.toml index 3771e48..d31af25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] tokio = { version = "1", features = ["macros", "rt-multi-thread"] } -reqwest = "0.11.14" +reqwest = "0.12.0" serde = "1.0.171" toml = "0.8.8" log = "0.4.19"