Skip to content

Commit

Permalink
Merge pull request #174 from friendbear/dependabot/cargo/develop/reqw…
Browse files Browse the repository at this point in the history
…est-0.12.7

[Cargo]: Bump reqwest from 0.12.5 to 0.12.7
  • Loading branch information
friendbear committed Sep 14, 2024
2 parents f48907b + 6544778 commit 9e1713f
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 47 deletions.
120 changes: 75 additions & 45 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ edition = "2021"

[dependencies]
image = "0.25.2"
reqwest = { version = "0.12.5", features = ["blocking", "json", "multipart"] }
reqwest = { version = "0.12.7", features = ["blocking", "json", "multipart"] }
2 changes: 1 addition & 1 deletion practice_collection/youtube_to_mp3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tokio = { version = "1", features = ["full"] }
dotenv = "0.15"
hyper = "1.4"
hyper-rustls = "0.27"
reqwest = { version = "0.12.5", features = ["json", "blocking"] }
reqwest = { version = "0.12.7", features = ["json", "blocking"] }
serde = { version = "1.0", features = ["derive"] }
serde_derive = "1.0"
serde_json = "1.0"
Expand Down

0 comments on commit 9e1713f

Please sign in to comment.