Skip to content

Commit

Permalink
Merge pull request #2122 from hannobraun/dependabot/cargo/cargo-7dace…
Browse files Browse the repository at this point in the history
…6ea60

Bump the cargo group with 3 updates
  • Loading branch information
hannobraun authored Dec 4, 2023
2 parents d66d20e + 7dd39d7 commit 78919aa
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 63 deletions.
117 changes: 59 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-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ iter_fixed = "0.3.1"
itertools = "0.12.0"
parking_lot = "0.12.0"
robust = "1.1.0"
spade = "2.4.0"
spade = "2.4.1"
thiserror = "1.0.50"
type-map = "0.5.0"

Expand Down
2 changes: 1 addition & 1 deletion crates/fj/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ thiserror = "1.0.50"
tracing = "0.1.40"

[dependencies.clap]
version = "4.4.8"
version = "4.4.10"
features = ["derive"]

[dependencies.tracing-subscriber]
Expand Down
2 changes: 1 addition & 1 deletion tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ url = "2.5.0"
path = "../autolib"

[dependencies.clap]
version = "4.4.8"
version = "4.4.10"
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 @@ -8,7 +8,7 @@ publish = false
[dependencies]
anyhow = "1.0.75"
cargo_metadata = "0.18.1"
cmd_lib = "1.9.0"
cmd_lib = "1.9.3"
env_logger = "0.10.1"
log = "0.4.20"
secstr = "0.5.0"
Expand All @@ -24,7 +24,7 @@ version = "0.11.20"
features = ["blocking"]

[dependencies.clap]
version = "4.4.8"
version = "4.4.10"
features = ["std", "derive", "env"]
default_features = false

Expand Down

0 comments on commit 78919aa

Please sign in to comment.