Skip to content

Commit 527f629

Browse files
Bump the cargo group across 1 directory with 4 updates
Bumps the cargo group with 4 updates in the / directory: [clap](https://github.com/clap-rs/clap), [serde_json](https://github.com/serde-rs/json), [tokio](https://github.com/tokio-rs/tokio) and [tokio-stream](https://github.com/tokio-rs/tokio). 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 `serde_json` from 1.0.127 to 1.0.128 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@1.0.127...1.0.128) 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 `tokio-stream` from 0.1.15 to 0.1.16 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-stream-0.1.15...tokio-stream-0.1.16) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: tokio-stream dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1d3522a commit 527f629

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

Cargo.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cpp-linter-lib/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation.workspace = true
99

1010
[dependencies]
1111
chrono = "0.4.38"
12-
clap = "4.5.16"
12+
clap = "4.5.17"
1313
fast-glob = "0.4.0"
1414
futures = "0.3.30"
1515
git2 = "0.19.0"
@@ -22,10 +22,10 @@ reqwest = { version = "0.12.7", features = ["json"]}
2222
semver = "1.0.23"
2323
serde = { version = "1.0.209", features = ["derive"] }
2424
serde-xml-rs = "0.6.0"
25-
serde_json = "1.0.127"
26-
tokio = { version = "1.39.3", features = ["macros", "rt-multi-thread"]}
25+
serde_json = "1.0.128"
26+
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"]}
2727
tokio-macros = "2.4.0"
28-
tokio-stream = "0.1.15"
28+
tokio-stream = "0.1.16"
2929
which = "6.0.3"
3030

3131
[dev-dependencies]

cpp-linter-py/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ crate-type = ["cdylib"]
1414
[dependencies]
1515
pyo3 = { version = "0.22.2", features = ["extension-module"] }
1616
cpp-linter-lib = { path = "../cpp-linter-lib", version = "*" }
17-
tokio = "1.39.3"
17+
tokio = "1.40.0"
1818

1919
[features]
2020
openssl-vendored = ["cpp-linter-lib/openssl-vendored"]

docs/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ documentation.workspace = true
88

99
[dependencies]
1010
cpp-linter-lib = { path = "../cpp-linter-lib", version = "*" }
11-
clap = "4.5.16"
11+
clap = "4.5.17"
1212
mdbook = "0.4.40"
1313
semver = "1.0.23"
14-
serde_json = "1.0.127"
14+
serde_json = "1.0.128"
1515

1616
[[bin]]
1717
name = "cli-gen"

0 commit comments

Comments
 (0)