Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 008ad89

Browse files
authoredSep 4, 2024··
Bump the cargo group across 1 directory with 3 updates
Bumps the cargo group with 3 updates in the / directory: [clap](https://github.com/clap-rs/clap), [serde_json](https://github.com/serde-rs/json) and [tokio](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) --- 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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1d3522a commit 008ad89

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
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.

‎cpp-linter-lib/Cargo.toml

Lines changed: 3 additions & 3 deletions
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,8 +22,8 @@ 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"
2828
tokio-stream = "0.1.15"
2929
which = "6.0.3"

‎cpp-linter-py/Cargo.toml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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)
Please sign in to comment.