Skip to content

Commit 9663a04

Browse files
committed
build: update cargo dependencies
1 parent aad12c6 commit 9663a04

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

bindings/node/Cargo.toml

Lines changed: 4 additions & 4 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.1.2", default-features = false, features = ["napi4", "async"] }
21-
napi-derive = "3.1.1"
20+
napi = { version = "3.2.4", default-features = false, features = ["napi4", "async"] }
21+
napi-derive = "3.2.4"
2222
cpp-linter = { path = "../../cpp-linter" }
23-
anyhow = "1.0.98"
23+
anyhow = "1.0.99"
2424

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

2828
[build-dependencies]
29-
napi-build = "2.2.2"
29+
napi-build = "2.2.3"

bindings/python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ bench = false
1919
[dependencies]
2020
pyo3 = { version = "0.25.1", features = ["extension-module"] }
2121
cpp-linter = { path = "../../cpp-linter" }
22-
tokio = "1.46.1"
22+
tokio = "1.47.1"
2323

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

cpp-linter/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ 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.98"
17+
anyhow = "1.0.99"
1818
chrono = "0.4.41"
19-
clap = "4.5.41"
19+
clap = "4.5.45"
2020
colored = "3.0.0"
2121
fast-glob = "0.4.5"
2222
futures = "0.3.31"
@@ -25,19 +25,19 @@ lenient_semver = "0.4.2"
2525
log = { version = "0.4.27", features = ["std"] }
2626
openssl = { version = "0.10", features = ["vendored"], optional = true }
2727
openssl-probe = { version = "0.1", optional = true }
28-
quick-xml = {version = "0.38.0", features = ["serialize"]}
28+
quick-xml = {version = "0.38.1", features = ["serialize"]}
2929
regex = "1.11.1"
30-
reqwest = "0.12.22"
30+
reqwest = "0.12.23"
3131
semver = "1.0.26"
3232
serde = { version = "1.0.219", features = ["derive"] }
33-
serde_json = "1.0.141"
34-
tokio = { version = "1.46.1", features = ["macros", "rt-multi-thread"]}
33+
serde_json = "1.0.143"
34+
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"]}
3535
tokio-macros = "2.5.0"
3636
tokio-stream = "0.1.17"
3737
which = "8.0.0"
3838

3939
[dev-dependencies]
40-
criterion = { version = "3.0.4", package = "codspeed-criterion-compat", features=["async_tokio"] }
40+
criterion = { version = "3.0.5", package = "codspeed-criterion-compat", features=["async_tokio"] }
4141
mockito = "1.7.0"
4242
tempfile = "3.20.0"
4343

0 commit comments

Comments
 (0)