Skip to content

Commit 1795198

Browse files
fix(deps): update rust crate reqwest to 0.12.0
1 parent 8b65e78 commit 1795198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ axum = "0.7.4"
1010
axum-macros = "0.4.1"
1111
dotenv = "0.15.0"
1212
http = "1.1.0"
13-
reqwest = { version = "0.11.25", features = ["json", "stream"] }
13+
reqwest = { version = "0.12.0", features = ["json", "stream"] }
1414
serde = { version = "1.0.196", features = ["derive"] }
1515
tokio = { version = "1.36.0", features = ["full"] }
1616
toml = "0.8.10"

0 commit comments

Comments
 (0)