Skip to content

Commit

Permalink
Merge pull request #22 from nick42d/dependabot/cargo/ytmapi-rs/reqwes…
Browse files Browse the repository at this point in the history
…t-0.12.1

Update reqwest requirement from 0.11.18 to 0.12.1 in /ytmapi-rs
  • Loading branch information
nick42d authored Mar 25, 2024
2 parents cf9765e + 8608cfd commit f92fecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ytmapi-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ readme = "README.md"

[dependencies]
tokio = {version = "1.29.1", features = ["full"]}
reqwest = {version = "0.11.18", features = ["json"]}
reqwest = {version = "0.12.1", features = ["json"]}
serde = {version = "1.0.164", features = ["derive"]}
serde_json = "1.0.99"
sha1 = "0.10.5"
Expand Down

0 comments on commit f92fecc

Please sign in to comment.