Skip to content

Commit c7ae257

Browse files
Bump the cargo group with 3 updates (#15)
Bumps the cargo group with 3 updates: [reqwest](https://github.com/seanmonstar/reqwest), [tokio](https://github.com/tokio-rs/tokio) and [which](https://github.com/harryfei/which-rs). Updates `reqwest` from 0.12.5 to 0.12.7 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.5...v0.12.7) Updates `tokio` from 1.39.2 to 1.39.3 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.39.2...tokio-1.39.3) Updates `which` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/harryfei/which-rs/releases) - [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md) - [Commits](harryfei/which-rs@6.0.2...6.0.3) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: tokio 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 ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fa09129 commit c7ae257

File tree

3 files changed

+50
-27
lines changed

3 files changed

+50
-27
lines changed

Cargo.lock

+46-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cpp-linter-lib/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ log = "0.4.22"
1515
openssl = { version = "0.10", features = ["vendored"], optional = true }
1616
openssl-probe = { version = "0.1", optional = true }
1717
regex = "1.10.6"
18-
reqwest = { version = "0.12.5", features = ["json"]}
18+
reqwest = { version = "0.12.7", features = ["json"]}
1919
semver = "1.0.23"
2020
serde = { version = "1.0.208", features = ["derive"] }
2121
serde-xml-rs = "0.6.0"
2222
serde_json = "1.0.125"
23-
tokio = { version = "1.39.2", features = ["macros", "rt-multi-thread"]}
23+
tokio = { version = "1.39.3", features = ["macros", "rt-multi-thread"]}
2424
tokio-macros = "2.4.0"
2525
tokio-stream = "0.1.15"
26-
which = "6.0.2"
26+
which = "6.0.3"
2727

2828
[dev-dependencies]
2929
tempfile = "3.9.0"

cpp-linter-py/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ crate-type = ["cdylib"]
1414
[dependencies]
1515
pyo3 = { version = "0.22.2", features = ["extension-module"] }
1616
cpp-linter-lib = { path = "../cpp-linter-lib", version = "*" }
17-
tokio = "1.39.2"
17+
tokio = "1.39.3"
1818

1919
[features]
2020
openssl-vendored = ["cpp-linter-lib/openssl-vendored"]

0 commit comments

Comments
 (0)