Skip to content

Commit b3e37ca

Browse files
Bump the cargo group with 5 updates
Bumps the cargo group with 5 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.89` | `1.0.90` | | [openssl](https://github.com/sfackler/rust-openssl) | `0.10.66` | `0.10.68` | | [serde_json](https://github.com/serde-rs/json) | `1.0.128` | `1.0.132` | | [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.90 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.89...1.0.90) 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 `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 `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/napi@2.16.12...napi@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: serde_json dependency-type: direct:production update-type: version-update:semver-patch 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] <support@github.com>
1 parent 6ab773d commit b3e37ca

File tree

5 files changed

+26
-26
lines changed

5 files changed

+26
-26
lines changed

Cargo.lock

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

cpp-linter/Cargo.toml

Lines changed: 2 additions & 2 deletions
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.90"
1818
chrono = "0.4.38"
1919
clap = "4.5.20"
2020
colored = "2.1.0"
@@ -30,7 +30,7 @@ reqwest = "0.12.8"
3030
semver = "1.0.23"
3131
serde = { version = "1.0.210", features = ["derive"] }
3232
serde-xml-rs = "0.6.0"
33-
serde_json = "1.0.128"
33+
serde_json = "1.0.132"
3434
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"]}
3535
tokio-macros = "2.4.0"
3636
tokio-stream = "0.1.16"

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

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

Lines changed: 2 additions & 2 deletions
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.90"
2323

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

py-binding/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ 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" }
2121
tokio = "1.40.0"
2222

0 commit comments

Comments
 (0)