Skip to content

Commit

Permalink
Merge pull request hannobraun#2462 from hannobraun/dependabot/cargo/c…
Browse files Browse the repository at this point in the history
…argo-10e246865e

Bump the cargo group with 3 updates
  • Loading branch information
hannobraun authored Aug 26, 2024
2 parents 258e639 + 7e073b6 commit 08e067b
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 48 deletions.
101 changes: 58 additions & 43 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 tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ chrono = "0.4.38"
map-macro = "0.3.0"
octocrab = "0.39.0"
semver = "1.0.23"
serde = "1.0.208"
serde_json = "1.0.125"
serde = "1.0.209"
serde_json = "1.0.127"
tracing = "0.1.40"
url = "2.5.2"

Expand Down
6 changes: 3 additions & 3 deletions tools/release-operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ env_logger = "0.11.5"
log = "0.4.22"
secstr = "0.5.0"
semver = "1.0.23"
serde_json = "1.0.125"
serde_json = "1.0.127"
thiserror = "1.0.63"

[dependencies.autolib]
path = "../autolib"

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

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

[dependencies.serde]
version = "1.0.208"
version = "1.0.209"
features = ["derive"]

0 comments on commit 08e067b

Please sign in to comment.