Skip to content

Commit

Permalink
chore(deps): bump the cargo-dependencies group with 2 updates (#75)
Browse files Browse the repository at this point in the history
Bumps the cargo-dependencies group with 2 updates: [clap](https://github.com/clap-rs/clap) and [tokio](https://github.com/tokio-rs/tokio).


Updates `clap` from 4.5.21 to 4.5.23
- [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.21...clap_complete-v4.5.23)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent cdacd22 commit 65040d4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version = "0.1.8"
edition = "2021"

[dependencies]
clap = { version = "4.5.21", features = ["derive"] }
clap = { version = "4.5.23", features = ["derive"] }
color-eyre = { version = "0.6.3", features = ["issue-url"] }
crossterm = "0.27.0"
directories = "5.0.1"
Expand All @@ -19,7 +19,7 @@ himalaya = "1.0.0-beta.3"
ratatui = "0.27.0"
serde = "1.0.215"
serde_with = "3.11.0"
tokio = { version = "1.41.1", features = ["rt-multi-thread"] }
tokio = { version = "1.42.0", features = ["rt-multi-thread"] }
toml = "0.8.19"
tracing = "0.1.41"
tracing-appender = "0.2.3"
Expand Down

0 comments on commit 65040d4

Please sign in to comment.