Skip to content

Commit

Permalink
Bump the cargo group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the cargo group with 3 updates: [log](https://github.com/rust-lang/log), [reqwest](https://github.com/seanmonstar/reqwest) and [url](https://github.com/servo/rust-url).


Updates `log` from 0.4.21 to 0.4.22
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.21...0.4.22)

Updates `reqwest` from 0.12.4 to 0.12.5
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.4...v0.12.5)

Updates `url` from 2.5.0 to 2.5.2
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.5.0...v2.5.2)

---
updated-dependencies:
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: url
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 1987828 commit 678652b
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 24 deletions.
97 changes: 76 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ edition = "2018"
[dependencies]
anyhow = "1.0.86"
chrono = "0.4.38"
log = { version = "0.4.21", features = ["std"] }
reqwest = { version = "0.12.4", default-features = false, features = [
log = { version = "0.4.22", features = ["std"] }
reqwest = { version = "0.12.5", default-features = false, features = [
"blocking",
"json",
"rustls-tls",
] }
serde = { version = "1.0.203", features = ["derive"] }
trust-dns-client = "0.23.2"
url = "2.5.0"
url = "2.5.2"

0 comments on commit 678652b

Please sign in to comment.