Skip to content

Commit

Permalink
Merge pull request #2112 from hannobraun/dependabot/cargo/cargo-3726e…
Browse files Browse the repository at this point in the history
…317a4

Bump the cargo group with 3 updates
  • Loading branch information
hannobraun authored Nov 27, 2023
2 parents 0b33079 + a327b3f commit da350a6
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 37 deletions.
132 changes: 99 additions & 33 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,9 +10,9 @@ chrono = "0.4.31"
map-macro = "0.2.6"
octocrab = "0.32.0"
semver = "1.0.20"
serde = "1.0.192"
serde = "1.0.193"
serde_json = "1.0.108"
url = "2.4.1"
url = "2.5.0"

[dependencies.autolib]
path = "../autolib"
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 @@ -8,7 +8,7 @@ publish = false
[dependencies]
anyhow = "1.0.75"
cargo_metadata = "0.18.1"
cmd_lib = "1.8.1"
cmd_lib = "1.9.0"
env_logger = "0.10.1"
log = "0.4.20"
secstr = "0.5.0"
Expand All @@ -29,5 +29,5 @@ features = ["std", "derive", "env"]
default_features = false

[dependencies.serde]
version = "1.0.192"
version = "1.0.193"
features = ["derive"]

0 comments on commit da350a6

Please sign in to comment.