Skip to content

Commit

Permalink
Bump the dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 3 updates: [clap](https://github.com/clap-rs/clap), [image](https://github.com/image-rs/image) and [tokio](https://github.com/tokio-rs/tokio).


Updates `clap` from 4.3.19 to 4.3.21
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.3.19...v4.3.21)

Updates `image` from 0.24.6 to 0.24.7
- [Changelog](https://github.com/image-rs/image/blob/master/CHANGES.md)
- [Commits](image-rs/image@v0.24.6...v0.24.7)

Updates `tokio` from 1.29.1 to 1.30.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.29.1...tokio-1.30.0)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: image
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 11, 2023
1 parent 2d7cef8 commit 57864cb
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 57864cb

Please sign in to comment.