Skip to content

Commit

Permalink
Merge pull request hannobraun#1993 from hannobraun/dependabot/cargo/d…
Browse files Browse the repository at this point in the history
…ependencies-c295e68962

Bump the dependencies group with 3 updates
  • Loading branch information
hannobraun authored Aug 12, 2023
2 parents 2d7cef8 + 57864cb commit 173c8d3
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 15 deletions.
31 changes: 20 additions & 11 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 @@ -21,5 +21,5 @@ fj-window.workspace = true
thiserror = "1.0.44"

[dependencies.clap]
version = "4.3.19"
version = "4.3.21"
features = ["derive"]
4 changes: 2 additions & 2 deletions tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ url = "2.4.0"
path = "../autolib"

[dependencies.clap]
version = "4.3.19"
version = "4.3.21"
features = ["derive"]

[dependencies.tokio]
version = "1.29.1"
version = "1.30.0"
features = ["full"]
2 changes: 1 addition & 1 deletion tools/release-operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ version = "0.11.18"
features = ["blocking"]

[dependencies.clap]
version = "4.3.19"
version = "4.3.21"
features = ["std", "derive", "env"]
default_features = false

Expand Down

0 comments on commit 173c8d3

Please sign in to comment.