Skip to content

Commit e2a27d2

Browse files
Bump the cargo group across 1 directory with 10 updates
Bumps the cargo group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.89` | `1.0.92` | | [openssl](https://github.com/sfackler/rust-openssl) | `0.10.66` | `0.10.68` | | [regex](https://github.com/rust-lang/regex) | `1.11.0` | `1.11.1` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.8` | `0.12.9` | | [serde](https://github.com/serde-rs/serde) | `1.0.210` | `1.0.214` | | [serde_json](https://github.com/serde-rs/json) | `1.0.128` | `1.0.132` | | [tokio](https://github.com/tokio-rs/tokio) | `1.40.0` | `1.41.0` | | [which](https://github.com/harryfei/which-rs) | `6.0.3` | `7.0.0` | | [pyo3](https://github.com/pyo3/pyo3) | `0.22.4` | `0.22.5` | | [napi](https://github.com/napi-rs/napi-rs) | `2.16.12` | `2.16.13` | Updates `anyhow` from 1.0.89 to 1.0.92 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.89...1.0.92) Updates `openssl` from 0.10.66 to 0.10.68 - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](sfackler/rust-openssl@openssl-v0.10.66...openssl-v0.10.68) Updates `regex` from 1.11.0 to 1.11.1 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.11.0...1.11.1) Updates `reqwest` from 0.12.8 to 0.12.9 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.8...v0.12.9) Updates `serde` from 1.0.210 to 1.0.214 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.210...v1.0.214) Updates `serde_json` from 1.0.128 to 1.0.132 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@1.0.128...1.0.132) Updates `tokio` from 1.40.0 to 1.41.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.40.0...tokio-1.41.0) Updates `which` from 6.0.3 to 7.0.0 - [Release notes](https://github.com/harryfei/which-rs/releases) - [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md) - [Commits](harryfei/which-rs@6.0.3...7.0.0) Updates `pyo3` from 0.22.4 to 0.22.5 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.22.4...v0.22.5) Updates `napi` from 2.16.12 to 2.16.13 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](https://github.com/napi-rs/napi-rs/compare/[email protected]@2.16.13) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: openssl dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: serde 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: which dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo - dependency-name: pyo3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: napi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6ab773d commit e2a27d2

File tree

5 files changed

+46
-46
lines changed

5 files changed

+46
-46
lines changed

Cargo.lock

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

cpp-linter/Cargo.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ 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.89"
17+
anyhow = "1.0.92"
1818
chrono = "0.4.38"
1919
clap = "4.5.20"
2020
colored = "2.1.0"
@@ -25,16 +25,16 @@ lenient_semver = "0.4.2"
2525
log = { version = "0.4.22", features = ["std"] }
2626
openssl = { version = "0.10", features = ["vendored"], optional = true }
2727
openssl-probe = { version = "0.1", optional = true }
28-
regex = "1.10.6"
29-
reqwest = "0.12.8"
28+
regex = "1.11.1"
29+
reqwest = "0.12.9"
3030
semver = "1.0.23"
31-
serde = { version = "1.0.210", features = ["derive"] }
31+
serde = { version = "1.0.214", features = ["derive"] }
3232
serde-xml-rs = "0.6.0"
33-
serde_json = "1.0.128"
34-
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"]}
33+
serde_json = "1.0.132"
34+
tokio = { version = "1.41.0", features = ["macros", "rt-multi-thread"]}
3535
tokio-macros = "2.4.0"
3636
tokio-stream = "0.1.16"
37-
which = "6.0.3"
37+
which = "7.0.0"
3838

3939
[dev-dependencies]
4040
mockito = "1.5.0"

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.22.4"
14+
pyo3 = "0.22.5"
1515

1616
[lib]
1717
name = "cli_gen"

node-binding/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ crate-type = ["cdylib"]
1616

1717
[dependencies]
1818
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
19-
napi = { version = "2.16.12", default-features = false, features = ["napi4", "async"] }
19+
napi = { version = "2.16.13", default-features = false, features = ["napi4", "async"] }
2020
napi-derive = "2.12.2"
2121
cpp-linter = { path = "../cpp-linter" }
22-
anyhow = "1.0.89"
22+
anyhow = "1.0.92"
2323

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

py-binding/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ name = "cpp_linter"
1616
crate-type = ["cdylib"]
1717

1818
[dependencies]
19-
pyo3 = { version = "0.22.4", features = ["extension-module"] }
19+
pyo3 = { version = "0.22.5", features = ["extension-module"] }
2020
cpp-linter = { path = "../cpp-linter" }
21-
tokio = "1.40.0"
21+
tokio = "1.41.0"
2222

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

0 commit comments

Comments
 (0)