Skip to content

Commit

Permalink
chore: Bump reqwest from 0.11.11 to 0.11.12 (#1182)
Browse files Browse the repository at this point in the history
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.11 to 0.11.12.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.11...v0.11.12)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 5, 2022
1 parent 6a26035 commit bc67a28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ log = "0.4.17"
mailchecker = "5.0.1"
rand = { version = "0.8.5", features = ["small_rng"] }
regex = "1.6.0"
reqwest = { version = "0.11.11", features = ["json", "socks"] }
reqwest = { version = "0.11.12", features = ["json", "socks"] }
serde = { version = "1.0.145", features = ["derive"] }
serde_json = "1.0.85"
trust-dns-proto = "0.21.2"
Expand Down

0 comments on commit bc67a28

Please sign in to comment.