Skip to content

Commit db98418

Browse files
Bump the cargo group across 1 directory with 4 updates
Bumps the cargo group with 4 updates in the / directory: [anyhow](https://github.com/dtolnay/anyhow), [clap](https://github.com/clap-rs/clap), [quick-xml](https://github.com/tafia/quick-xml) and [pyo3](https://github.com/pyo3/pyo3). Updates `anyhow` from 1.0.97 to 1.0.98 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.97...1.0.98) Updates `clap` from 4.5.35 to 4.5.37 - [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.35...clap_complete-v4.5.37) Updates `quick-xml` from 0.37.4 to 0.37.5 - [Release notes](https://github.com/tafia/quick-xml/releases) - [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md) - [Commits](tafia/quick-xml@v0.37.4...v0.37.5) Updates `pyo3` from 0.24.1 to 0.24.2 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.24.1...v0.24.2) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.98 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: clap dependency-version: 4.5.37 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: quick-xml dependency-version: 0.37.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: pyo3 dependency-version: 0.24.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dfa4767 commit db98418

File tree

5 files changed

+24
-24
lines changed

5 files changed

+24
-24
lines changed

Cargo.lock

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

bindings/node/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ bench = false
2020
napi = { version = "2.16.17", default-features = false, features = ["napi4", "async"] }
2121
napi-derive = "2.16.13"
2222
cpp-linter = { path = "../../cpp-linter" }
23-
anyhow = "1.0.97"
23+
anyhow = "1.0.98"
2424

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

bindings/python/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ crate-type = ["cdylib"]
1717
bench = false
1818

1919
[dependencies]
20-
pyo3 = { version = "0.24.1", features = ["extension-module"] }
20+
pyo3 = { version = "0.24.2", features = ["extension-module"] }
2121
cpp-linter = { path = "../../cpp-linter" }
2222
tokio = "1.44.2"
2323

cpp-linter/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ license.workspace = true
1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

1616
[dependencies]
17-
anyhow = "1.0.97"
17+
anyhow = "1.0.98"
1818
chrono = "0.4.40"
19-
clap = "4.5.35"
19+
clap = "4.5.37"
2020
colored = "3.0.0"
2121
fast-glob = "0.4.5"
2222
futures = "0.3.31"
@@ -25,7 +25,7 @@ lenient_semver = "0.4.2"
2525
log = { version = "0.4.27", features = ["std"] }
2626
openssl = { version = "0.10", features = ["vendored"], optional = true }
2727
openssl-probe = { version = "0.1", optional = true }
28-
quick-xml = {version = "0.37.4", features = ["serialize"]}
28+
quick-xml = {version = "0.37.5", features = ["serialize"]}
2929
regex = "1.11.1"
3030
reqwest = "0.12.15"
3131
semver = "1.0.26"

docs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license.workspace = true
1111

1212
[dependencies]
1313
cpp-linter = { path = "../cpp-linter" }
14-
pyo3 = "0.24.1"
14+
pyo3 = "0.24.2"
1515

1616
[lib]
1717
name = "cli_gen"

0 commit comments

Comments
 (0)