Skip to content

Commit

Permalink
Bump the cargo group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the cargo group with 2 updates: [reqwest](https://github.com/seanmonstar/reqwest) and [serde](https://github.com/serde-rs/serde).


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

Updates `serde` from 1.0.204 to 1.0.209
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.204...v1.0.209)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: serde
  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 Sep 1, 2024
1 parent 7d02d28 commit 7f5c52a
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 44 deletions.
114 changes: 72 additions & 42 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ edition = "2018"
anyhow = "1.0.86"
chrono = "0.4.38"
log = { version = "0.4.22", features = ["std"] }
reqwest = { version = "0.12.5", default-features = false, features = [
reqwest = { version = "0.12.7", default-features = false, features = [
"blocking",
"json",
"rustls-tls",
] }
serde = { version = "1.0.204", features = ["derive"] }
serde = { version = "1.0.209", features = ["derive"] }
trust-dns-client = "0.23.2"
url = "2.5.2"

0 comments on commit 7f5c52a

Please sign in to comment.