Skip to content

Commit ea39aa9

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

File tree

2 files changed

+54
-102
lines changed

2 files changed

+54
-102
lines changed

Cargo.lock

+53-101
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
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.4", 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)