Skip to content

Commit

Permalink
chore(deps): bump the dependencies group across 1 directory with 3 up…
Browse files Browse the repository at this point in the history
…dates

Bumps the dependencies group with 3 updates in the / directory: [clap](https://github.com/clap-rs/clap), [tokio](https://github.com/tokio-rs/tokio) and [rug](https://gitlab.com/tspiteri/rug).


Updates `clap` from 4.5.16 to 4.5.17
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.16...clap_complete-v4.5.17)

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

Updates `rug` from 1.25.0 to 1.26.0
- [Changelog](https://gitlab.com/tspiteri/rug/blob/master/RELEASES.md)
- [Commits](https://gitlab.com/tspiteri/rug/compare/v1.25.0...v1.26.0)

---
updated-dependencies:
- dependency-name: clap
  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
- dependency-name: rug
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 8, 2024
1 parent d9e946a commit eada4ea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ openssl = "0.10"
base-x = "0.2"
display_bytes = "0.2"
ssh-key = { version = "0.6", features = ["encryption"] }
tokio = { version = "1.39", features = ["rt", "rt-multi-thread"], optional = true }
tokio = { version = "1.40", features = ["rt", "rt-multi-thread"], optional = true }
mpsc = { version = "0.2", optional = true }
num_cpus = { version = "1.15", optional = true }
update-informer = "1"
Expand Down

0 comments on commit eada4ea

Please sign in to comment.