We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b65e78 commit 1795198Copy full SHA for 1795198
Cargo.toml
@@ -10,7 +10,7 @@ axum = "0.7.4"
10
axum-macros = "0.4.1"
11
dotenv = "0.15.0"
12
http = "1.1.0"
13
-reqwest = { version = "0.11.25", features = ["json", "stream"] }
+reqwest = { version = "0.12.0", features = ["json", "stream"] }
14
serde = { version = "1.0.196", features = ["derive"] }
15
tokio = { version = "1.36.0", features = ["full"] }
16
toml = "0.8.10"
0 commit comments