Skip to content

Commit ca2efe7

Browse files
Bump the cargo group across 1 directory with 7 updates
Bumps the cargo group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.94` | `1.0.95` | | [colored](https://github.com/mackwic/colored) | `2.1.0` | `2.2.0` | | [fast-glob](https://github.com/shulaoda/fast-glob) | `0.4.0` | `0.4.1` | | [semver](https://github.com/dtolnay/semver) | `1.0.23` | `1.0.24` | | [serde_json](https://github.com/serde-rs/json) | `1.0.133` | `1.0.134` | | [which](https://github.com/harryfei/which-rs) | `7.0.0` | `7.0.1` | | [napi-build](https://github.com/napi-rs/napi-rs) | `2.1.3` | `2.1.4` | Updates `anyhow` from 1.0.94 to 1.0.95 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.94...1.0.95) Updates `colored` from 2.1.0 to 2.2.0 - [Release notes](https://github.com/mackwic/colored/releases) - [Changelog](https://github.com/colored-rs/colored/blob/master/CHANGELOG.md) - [Commits](colored-rs/colored@v2.1.0...v2.2.0) Updates `fast-glob` from 0.4.0 to 0.4.1 - [Commits](https://github.com/shulaoda/fast-glob/commits) Updates `semver` from 1.0.23 to 1.0.24 - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](dtolnay/semver@1.0.23...1.0.24) Updates `serde_json` from 1.0.133 to 1.0.134 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.133...v1.0.134) Updates `which` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/harryfei/which-rs/releases) - [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md) - [Commits](harryfei/which-rs@7.0.0...7.0.1) Updates `napi-build` from 2.1.3 to 2.1.4 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](https://github.com/napi-rs/napi-rs/commits/[email protected]) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: colored dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: fast-glob dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: semver 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: which dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: napi-build dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5757648 commit ca2efe7

File tree

3 files changed

+56
-116
lines changed

3 files changed

+56
-116
lines changed

Cargo.lock

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

bindings/node/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ crate-type = ["cdylib"]
1919
napi = { version = "2.16.13", default-features = false, features = ["napi4", "async"] }
2020
napi-derive = "2.16.13"
2121
cpp-linter = { path = "../../cpp-linter" }
22-
anyhow = "1.0.94"
22+
anyhow = "1.0.95"
2323

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

2727
[build-dependencies]
28-
napi-build = "2.0.1"
28+
napi-build = "2.1.4"

cpp-linter/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ 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.94"
17+
anyhow = "1.0.95"
1818
chrono = "0.4.39"
1919
clap = "4.5.23"
20-
colored = "2.1.0"
21-
fast-glob = "0.4.0"
20+
colored = "2.2.0"
21+
fast-glob = "0.4.1"
2222
futures = "0.3.31"
2323
git2 = "0.19.0"
2424
lenient_semver = "0.4.2"
@@ -27,14 +27,14 @@ openssl = { version = "0.10", features = ["vendored"], optional = true }
2727
openssl-probe = { version = "0.1", optional = true }
2828
regex = "1.11.1"
2929
reqwest = "0.12.9"
30-
semver = "1.0.23"
30+
semver = "1.0.24"
3131
serde = { version = "1.0.216", features = ["derive"] }
3232
serde-xml-rs = "0.6.0"
33-
serde_json = "1.0.133"
33+
serde_json = "1.0.134"
3434
tokio = { version = "1.42.0", features = ["macros", "rt-multi-thread"]}
3535
tokio-macros = "2.4.0"
3636
tokio-stream = "0.1.17"
37-
which = "7.0.0"
37+
which = "7.0.1"
3838

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

0 commit comments

Comments
 (0)