Skip to content

Commit

Permalink
Merge pull request #2491 from hannobraun/dependabot/cargo/cargo-b7f94…
Browse files Browse the repository at this point in the history
…2fcca

Bump the cargo group with 2 updates
  • Loading branch information
hannobraun authored Dec 30, 2024
2 parents 16b1ddb + 4141a8e commit a9c0a77
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 a9c0a77

Please sign in to comment.