diff --git a/Cargo.toml b/Cargo.toml index 3f24e55..acc3ef7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" strum = "0.24.1" strum_macros = "0.24.1" envy = "0.4.1" -reqwest = { version = "0.11", features = ["json", "blocking"] } +reqwest = { version = "0.12", features = ["json", "blocking"] } serde = { version = "1.0.159", features = ["derive"] } serde_json = "1.0.95" whatlang = { version = "0.16.2", optional = true }