Skip to content

Commit

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

---
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 Jan 23, 2023
1 parent 1d20003 commit 971080f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
26 changes: 16 additions & 10 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.6"
rand = { version = "0.8.5", features = ["small_rng"] }
regex = "1.7.1"
reqwest = { version = "0.11.13", features = ["json", "socks"] }
reqwest = { version = "0.11.14", features = ["json", "socks"] }
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.91"
trust-dns-proto = "0.21.2"
Expand Down

0 comments on commit 971080f

Please sign in to comment.