Skip to content

Commit

Permalink
Bump reqwest from 0.11.21 to 0.11.22 (#250)
Browse files Browse the repository at this point in the history
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.21 to 0.11.22.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.21...v0.11.22)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 3, 2023
1 parent 766b1a3 commit e3fe8aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 lib/rss-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"

[dependencies]
quick-xml = { version = "0.30.0", features = [ "serialize" ] }
reqwest = { version = "0.11.21", default-features = false }
reqwest = { version = "0.11.22", default-features = false }
serde = { version = "1.0.188", features = ["derive"] }
thiserror = "1.0.49"
tokio = { version = "1.32.0", features = [ "rt" ] }
Expand Down
2 changes: 1 addition & 1 deletion lib/twitter-scraper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cookie_store = "0.19"
form_urlencoded = "1.1.0"
once_cell = "1.17.1"
regex = "1.8.1"
reqwest = { version = "0.11.17", default-features = false, features = [ "cookies", "json" ] }
reqwest = { version = "0.11.22", default-features = false, features = [ "cookies", "json" ] }
reqwest_cookie_store = "0.5.0"
serde = { version = "1.0.163", features = [ "derive" ] }
serde_json = "1.0.96"
Expand Down

0 comments on commit e3fe8aa

Please sign in to comment.