Skip to content

Commit b935e22

Browse files
dependabot[bot]2bndy5
authored andcommitted
build(deps): 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.101` | `1.0.102` | | [chrono](https://github.com/chronotope/chrono) | `0.4.43` | `0.4.44` | | [clap](https://github.com/clap-rs/clap) | `4.5.57` | `4.5.60` | | [futures](https://github.com/rust-lang/futures-rs) | `0.3.31` | `0.3.32` | | [quick-xml](https://github.com/tafia/quick-xml) | `0.39.0` | `0.39.2` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.25.0` | `3.26.0` | | [napi](https://github.com/napi-rs/napi-rs) | `3.8.2` | `3.8.3` | Updates `anyhow` from 1.0.101 to 1.0.102 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.101...1.0.102) Updates `chrono` from 0.4.43 to 0.4.44 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.43...v0.4.44) Updates `clap` from 4.5.57 to 4.5.60 - [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.57...clap_complete-v4.5.60) Updates `futures` from 0.3.31 to 0.3.32 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.31...0.3.32) Updates `quick-xml` from 0.39.0 to 0.39.2 - [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.39.0...v0.39.2) Updates `tempfile` from 3.25.0 to 3.26.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/commits/v3.26.0) Updates `napi` from 3.8.2 to 3.8.3 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](napi-rs/napi-rs@napi-v3.8.2...napi-v3.8.3) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.102 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: chrono dependency-version: 0.4.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: clap dependency-version: 4.5.60 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: futures dependency-version: 0.3.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: quick-xml dependency-version: 0.39.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: tempfile dependency-version: 3.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: napi dependency-version: 3.8.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6f488d5 commit b935e22

File tree

4 files changed

+49
-50
lines changed

4 files changed

+49
-50
lines changed

Cargo.lock

Lines changed: 40 additions & 41 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
@@ -17,10 +17,10 @@ bench = false
1717

1818
[dependencies]
1919
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
20-
napi = { version = "3.8.2", default-features = false, features = ["napi4", "async"] }
20+
napi = { version = "3.8.3", default-features = false, features = ["napi4", "async"] }
2121
napi-derive = "3.5.2"
2222
cpp-linter = { path = "../../cpp-linter" }
23-
anyhow = "1.0.101"
23+
anyhow = "1.0.102"
2424

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

cpp-linter/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ 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.101"
18-
chrono = "0.4.43"
19-
clap = { version = "4.5.57", features = ["derive"] }
17+
anyhow = "1.0.102"
18+
chrono = "0.4.44"
19+
clap = { version = "4.5.60", features = ["derive"] }
2020
colored = "3.1.1"
2121
fast-glob = "1.0.0"
22-
futures = "0.3.31"
22+
futures = "0.3.32"
2323
git2 = "0.20.4"
2424
log = { version = "0.4.29", features = ["std"] }
25-
quick-xml = { version = "0.39.0", features = ["serialize"] }
25+
quick-xml = { version = "0.39.2", features = ["serialize"] }
2626
regex = "1.12.3"
2727
reqwest = { version = "0.13.2", default-features = false, features = ["native-tls", "http2", "charset"] }
2828
semver = "1.0.27"
@@ -35,7 +35,7 @@ which = "8.0.0"
3535

3636
[dev-dependencies]
3737
mockito = "1.7.2"
38-
tempfile = "3.25.0"
38+
tempfile = "3.26.0"
3939
git2 = { version = "0.20.4", features = ["https"]}
4040

4141
[features]

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
[dependencies]
1212
cpp-linter = { path = "../cpp-linter" }
1313
pyo3 = {version = "0.28.2", features = ["extension-module"] }
14-
clap = { version = "4.5.57", features = ["derive"] }
14+
clap = { version = "4.5.60", features = ["derive"] }
1515

1616
[lib]
1717
name = "cli_gen"

0 commit comments

Comments
 (0)