Skip to content

Commit 4848b2a

Browse files
build(deps): bump the cargo group with 3 updates
Bumps the cargo group with 3 updates: [clap](https://github.com/clap-rs/clap), [tokio](https://github.com/tokio-rs/tokio) and [tokio-macros](https://github.com/tokio-rs/tokio). Updates `clap` from 4.5.50 to 4.5.51 - [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.50...clap_complete-v4.5.51) Updates `tokio` from 1.47.2 to 1.48.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.47.2...tokio-1.48.0) Updates `tokio-macros` from 2.5.0 to 2.6.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-macros-2.5.0...tokio-macros-2.6.0) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.51 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: tokio dependency-version: 1.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: tokio-macros dependency-version: 2.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 106a0e9 commit 4848b2a

File tree

4 files changed

+22
-87
lines changed

4 files changed

+22
-87
lines changed

Cargo.lock

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

bindings/python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ bench = false
1919
[dependencies]
2020
pyo3 = { version = "0.27.1", features = ["extension-module", "abi3-py39"] }
2121
cpp-linter = { path = "../../cpp-linter" }
22-
tokio = "1.47.2"
22+
tokio = "1.48.0"
2323

2424
[features]
2525
openssl-vendored = ["cpp-linter/openssl-vendored"]

cpp-linter/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ license.workspace = true
1616
[dependencies]
1717
anyhow = "1.0.100"
1818
chrono = "0.4.42"
19-
clap = { version = "4.5.50", features = ["derive"] }
19+
clap = { version = "4.5.51", features = ["derive"] }
2020
colored = "3.0.0"
2121
fast-glob = "1.0.0"
2222
futures = "0.3.31"
@@ -29,7 +29,7 @@ reqwest = "0.12.24"
2929
semver = "1.0.27"
3030
serde = { version = "1.0.228", features = ["derive"] }
3131
serde_json = "1.0.145"
32-
tokio = { version = "1.47.2", features = ["macros", "rt-multi-thread"] }
32+
tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread"] }
3333
tokio-macros = "2.5.0"
3434
tokio-stream = "0.1.17"
3535
which = "8.0.0"

docs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license.workspace = true
1111
[dependencies]
1212
cpp-linter = { path = "../cpp-linter" }
1313
pyo3 = {version = "0.27.1", features = ["extension-module"] }
14-
clap = { version = "4.5.50", features = ["derive"] }
14+
clap = { version = "4.5.51", features = ["derive"] }
1515

1616
[lib]
1717
name = "cli_gen"

0 commit comments

Comments
 (0)