Skip to content

Commit

Permalink
Merge pull request #28 from heroesofcode/dependabot/cargo/reqwest-0.12.8
Browse files Browse the repository at this point in the history
Bump reqwest from 0.12.7 to 0.12.8
  • Loading branch information
joaolfp authored Oct 13, 2024
2 parents 4fe50bf + 48e9c79 commit e3da627
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
reqwest = { version = "0.12.7", features = ["json"] }
reqwest = { version = "0.12.8", features = ["json"] }
tokio = { version = "1.40.0", features = ["full"] }
scraper = "0.20.0"
regex = "1.11.0"
Expand Down

0 comments on commit e3da627

Please sign in to comment.