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: [serde](https://github.com/serde-rs/serde) and [reqwest](https://github.com/seanmonstar/reqwest).


Updates `serde` from 1.0.216 to 1.0.217
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.216...v1.0.217)

Updates `reqwest` from 0.12.9 to 0.12.11
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.9...v0.12.11)

---
updated-dependencies:
- dependency-name: serde
  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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent 16b1ddb commit 4141a8e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
13 changes: 7 additions & 6 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 tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chrono = "0.4.39"
map-macro = "0.3.0"
octocrab = "0.42.1"
semver = "1.0.24"
serde = "1.0.216"
serde = "1.0.217"
serde_json = "1.0.134"
tracing = "0.1.41"
url = "2.5.4"
Expand Down
4 changes: 2 additions & 2 deletions tools/release-operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ thiserror = "2.0.9"
path = "../autolib"

[dependencies.reqwest]
version = "0.12.7"
version = "0.12.11"
features = ["blocking"]

[dependencies.clap]
Expand All @@ -29,5 +29,5 @@ features = ["std", "derive", "env"]
default-features = false

[dependencies.serde]
version = "1.0.216"
version = "1.0.217"
features = ["derive"]

0 comments on commit 4141a8e

Please sign in to comment.