Skip to content

Commit 986b488

Browse files
fix(deps): update rust crate reqwest to 0.11.25
1 parent 33038e2 commit 986b488

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

+7-7
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
@@ -7,7 +7,7 @@ edition = "2021"
77

88
[dependencies]
99
hyper = { version = "1.1.0", features = ["full"] }
10-
reqwest = { version = "0.11.24", features = ["json"] }
10+
reqwest = { version = "0.11.25", features = ["json"] }
1111
serde = { version = "1.0.196", features = ["derive"] }
1212
tokio = { version = "1.36.0", features = ["full"] }
1313
toml = "0.8.10"

0 commit comments

Comments
 (0)