Skip to content

Commit 868da92

Browse files
build(deps): bump the cargo group across 1 directory with 9 updates
Bumps the cargo group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.13.2` | `0.13.3` | | [serde_json](https://github.com/serde-rs/json) | `1.0.149` | `1.0.150` | | [tokio](https://github.com/tokio-rs/tokio) | `1.52.0` | `1.52.3` | | [git2](https://github.com/rust-lang/git2-rs) | `0.20.4` | `0.21.0` | | [quick-xml](https://github.com/tafia/quick-xml) | `0.39.2` | `0.40.1` | | [napi](https://github.com/napi-rs/napi-rs) | `3.8.4` | `3.8.6` | | [napi-derive](https://github.com/napi-rs/napi-rs) | `3.5.3` | `3.5.6` | | [napi-build](https://github.com/napi-rs/napi-rs) | `2.3.1` | `2.3.2` | | [zip](https://github.com/zip-rs/zip2) | `8.5.1` | `8.6.0` | Updates `reqwest` from 0.13.2 to 0.13.3 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.13.2...v0.13.3) Updates `serde_json` from 1.0.149 to 1.0.150 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.149...v1.0.150) Updates `tokio` from 1.52.0 to 1.52.3 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.52.0...tokio-1.52.3) Updates `git2` from 0.20.4 to 0.21.0 - [Changelog](https://github.com/rust-lang/git2-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/git2-rs@git2-0.20.4...git2-0.21.0) Updates `quick-xml` from 0.39.2 to 0.40.1 - [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.2...v0.40.1) Updates `napi` from 3.8.4 to 3.8.6 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](napi-rs/napi-rs@napi-v3.8.4...napi-v3.8.6) Updates `napi-derive` from 3.5.3 to 3.5.6 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](napi-rs/napi-rs@napi-derive-v3.5.3...napi-derive-v3.5.6) Updates `napi-build` from 2.3.1 to 2.3.2 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](napi-rs/napi-rs@napi-build-v2.3.1...napi-build-v2.3.2) Updates `zip` from 8.5.1 to 8.6.0 - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](zip-rs/zip2@v8.5.1...v8.6.0) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: serde_json dependency-version: 1.0.150 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: tokio dependency-version: 1.52.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: git2 dependency-version: 0.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: quick-xml dependency-version: 0.40.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: napi dependency-version: 3.8.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: napi-derive dependency-version: 3.5.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: napi-build dependency-version: 2.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: zip dependency-version: 8.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b59085b commit 868da92

5 files changed

Lines changed: 39 additions & 73 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ log = { version = "0.4.29", features = ["std"] }
2727
mockito = "1.7.2"
2828
pyo3 = {version = "0.28.3", features = ["extension-module"] }
2929
regex = "1.12.3"
30-
reqwest = { version = "0.13.2", default-features = false, features = ["http2", "charset"] }
30+
reqwest = { version = "0.13.3", default-features = false, features = ["http2", "charset"] }
3131
thiserror = "2.0.18"
3232
semver = "1.0.28"
3333
serde = { version = "1.0.228", features = ["derive"] }
34-
serde_json = "1.0.149"
34+
serde_json = "1.0.150"
3535
tempfile = "3.27.0"
36-
tokio = "1.51.1"
36+
tokio = "1.52.3"

bindings/node/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ 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.4", default-features = false, features = ["napi4", "async"] }
21-
napi-derive = "3.5.3"
20+
napi = { version = "3.8.6", default-features = false, features = ["napi4", "async"] }
21+
napi-derive = "3.5.6"
2222
cpp-linter = { path = "../../cpp-linter", features = ["bin"] }
2323
anyhow = { workspace = true }
2424

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

2828
[build-dependencies]
29-
napi-build = "2.3.1"
29+
napi-build = "2.3.2"

clang-installer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ thiserror = { workspace = true }
3535
tokio = { workspace = true, features = ["macros"], optional = true }
3636
url = "2.5.8"
3737
which = "8.0.2"
38-
zip = { version = "8.5.1", default-features = false, features = ["deflate"] }
38+
zip = { version = "8.6.0", default-features = false, features = ["deflate"] }
3939
tempfile = { workspace = true }
4040

4141
[dev-dependencies]

cpp-linter/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ clap = { workspace = true, optional = true }
2121
colored = { workspace = true, optional = true }
2222
fast-glob = "1.0.1"
2323
futures = "0.3.32"
24-
git2 = "0.20.4"
24+
git2 = "0.21.0"
2525
log = { workspace = true }
26-
quick-xml = { version = "0.39.2", features = ["serialize"] }
26+
quick-xml = { version = "0.40.1", features = ["serialize"] }
2727
regex = { workspace = true }
2828
reqwest = { workspace = true }
2929
semver = { workspace = true }
@@ -35,7 +35,7 @@ tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
3535
[dev-dependencies]
3636
mockito = { workspace = true }
3737
tempfile = { workspace = true }
38-
git2 = { version = "0.20.4", features = ["https"]}
38+
git2 = { version = "0.21.0", features = ["https"]}
3939

4040
[features]
4141
openssl-vendored = ["git2/vendored-openssl", "reqwest/native-tls-vendored"]

0 commit comments

Comments
 (0)