Skip to content

Commit 65040d4

Browse files
chore(deps): bump the cargo-dependencies group with 2 updates (#75)
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>
1 parent cdacd22 commit 65040d4

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ version = "0.1.8"
99
edition = "2021"
1010

1111
[dependencies]
12-
clap = { version = "4.5.21", features = ["derive"] }
12+
clap = { version = "4.5.23", features = ["derive"] }
1313
color-eyre = { version = "0.6.3", features = ["issue-url"] }
1414
crossterm = "0.27.0"
1515
directories = "5.0.1"
@@ -19,7 +19,7 @@ himalaya = "1.0.0-beta.3"
1919
ratatui = "0.27.0"
2020
serde = "1.0.215"
2121
serde_with = "3.11.0"
22-
tokio = { version = "1.41.1", features = ["rt-multi-thread"] }
22+
tokio = { version = "1.42.0", features = ["rt-multi-thread"] }
2323
toml = "0.8.19"
2424
tracing = "0.1.41"
2525
tracing-appender = "0.2.3"

0 commit comments

Comments
 (0)