Skip to content

Commit

Permalink
Merge pull request #2030 from hannobraun/dependabot/cargo/cargo-ad299…
Browse files Browse the repository at this point in the history
…57173

Bump the cargo group with 2 updates
  • Loading branch information
hannobraun authored Sep 25, 2023
2 parents d4e1a4b + eccef89 commit 85e3529
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 64 deletions.
112 changes: 54 additions & 58 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 crates/fj/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ thiserror = "1.0.48"
tracing = "0.1.37"

[dependencies.clap]
version = "4.4.3"
version = "4.4.4"
features = ["derive"]

[dependencies.tracing-subscriber]
Expand Down
2 changes: 1 addition & 1 deletion tools/autolib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ edition = "2021"
anyhow = "1.0.75"
log = "0.4.20"
regex = "1.9.5"
semver = "1.0.18"
semver = "1.0.19"
4 changes: 2 additions & 2 deletions tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ anyhow = "1.0.75"
chrono = "0.4.31"
map-macro = "0.2.6"
octocrab = "0.30.1"
semver = "1.0.18"
semver = "1.0.19"
serde = "1.0.188"
serde_json = "1.0.107"
url = "2.4.1"
Expand All @@ -18,7 +18,7 @@ url = "2.4.1"
path = "../autolib"

[dependencies.clap]
version = "4.4.3"
version = "4.4.4"
features = ["derive"]

[dependencies.tokio]
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 @@ -12,7 +12,7 @@ cmd_lib = "1.3.0"
env_logger = "0.10.0"
log = "0.4.20"
secstr = "0.5.0"
semver = "1.0.18"
semver = "1.0.19"
serde_json = "1.0.107"
thiserror = "1.0.48"

Expand All @@ -24,7 +24,7 @@ version = "0.11.20"
features = ["blocking"]

[dependencies.clap]
version = "4.4.3"
version = "4.4.4"
features = ["std", "derive", "env"]
default_features = false

Expand Down

0 comments on commit 85e3529

Please sign in to comment.