Skip to content

Commit 9901cec

Browse files
chore(deps): bump the cargo group with 2 updates (#20)
Bumps the cargo group with 2 updates: [tokio](https://github.com/tokio-rs/tokio) and [clap](https://github.com/clap-rs/clap). Updates `tokio` from 1.51.0 to 1.52.3 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.51.0...tokio-1.52.3) Updates `clap` from 4.6.0 to 4.6.1 - [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.6.0...clap_complete-v4.6.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.52.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: clap dependency-version: 4.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 78f1791 commit 9901cec

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

Cargo.lock

Lines changed: 6 additions & 6 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
@@ -16,13 +16,13 @@ license = "MIT OR PMPL-1.0-or-later"
1616
repository = "https://github.com/Hyperpolymath/vext"
1717

1818
[workspace.dependencies]
19-
tokio = { version = "1.35", features = ["full"] }
19+
tokio = { version = "1.52", features = ["full"] }
2020
serde = { version = "1.0", features = ["derive"] }
2121
serde_json = "1.0"
2222
tracing = "0.1"
2323
anyhow = "1.0"
2424
thiserror = "2.0"
25-
clap = { version = "4.4", features = ["derive", "env"] }
25+
clap = { version = "4.6", features = ["derive", "env"] }
2626

2727
[profile.release]
2828
lto = true

vext-core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ readme = "../README.adoc"
1717

1818
[dependencies]
1919
# Async runtime
20-
tokio = { version = "1.35", features = ["full"] }
20+
tokio = { version = "1.52", features = ["full"] }
2121

2222
# IRC protocol
2323
irc = "1.1"
@@ -35,7 +35,7 @@ tracing = "0.1"
3535
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
3636

3737
# CLI
38-
clap = { version = "4.4", features = ["derive", "env"] }
38+
clap = { version = "4.6", features = ["derive", "env"] }
3939

4040
# Error handling
4141
thiserror = "2.0"

0 commit comments

Comments
 (0)