Skip to content

Commit 875bf0d

Browse files
Bump the cargo group with 4 updates
Bumps the cargo group with 4 updates: [git2](https://github.com/rust-lang/git2-rs), [reqwest](https://github.com/seanmonstar/reqwest), [tokio](https://github.com/tokio-rs/tokio) and [tempfile](https://github.com/Stebalien/tempfile). Updates `git2` from 0.20.0 to 0.20.1 - [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/git2-rs@git2-0.20.0...git2-0.20.1) Updates `reqwest` from 0.12.12 to 0.12.14 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/v0.12.14/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.12...v0.12.14) Updates `tokio` from 1.44.0 to 1.44.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.44.0...tokio-1.44.1) Updates `tempfile` from 3.18.0 to 3.19.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.18.0...v3.19.0) --- updated-dependencies: - dependency-name: git2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - 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: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ae35567 commit 875bf0d

File tree

3 files changed

+103
-41
lines changed

3 files changed

+103
-41
lines changed

Cargo.lock

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

bindings/python/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ bench = false
1919
[dependencies]
2020
pyo3 = { version = "0.24.0", features = ["extension-module"] }
2121
cpp-linter = { path = "../../cpp-linter" }
22-
tokio = "1.44.0"
22+
tokio = "1.44.1"
2323

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

cpp-linter/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,26 +20,26 @@ clap = "4.5.32"
2020
colored = "3.0.0"
2121
fast-glob = "0.4.5"
2222
futures = "0.3.31"
23-
git2 = "0.20.0"
23+
git2 = "0.20.1"
2424
lenient_semver = "0.4.2"
2525
log = { version = "0.4.26", features = ["std"] }
2626
openssl = { version = "0.10", features = ["vendored"], optional = true }
2727
openssl-probe = { version = "0.1", optional = true }
2828
quick-xml = {version = "0.37.2", features = ["serialize"]}
2929
regex = "1.11.1"
30-
reqwest = "0.12.12"
30+
reqwest = "0.12.14"
3131
semver = "1.0.26"
3232
serde = { version = "1.0.219", features = ["derive"] }
3333
serde_json = "1.0.140"
34-
tokio = { version = "1.44.0", features = ["macros", "rt-multi-thread"]}
34+
tokio = { version = "1.44.1", features = ["macros", "rt-multi-thread"]}
3535
tokio-macros = "2.4.0"
3636
tokio-stream = "0.1.17"
3737
which = "7.0.2"
3838

3939
[dev-dependencies]
4040
criterion = { version = "2.7.2", package = "codspeed-criterion-compat", features=["async_tokio"] }
4141
mockito = "1.7.0"
42-
tempfile = "3.18.0"
42+
tempfile = "3.19.0"
4343

4444
[features]
4545
openssl-vendored = ["dep:openssl", "dep:openssl-probe"]

0 commit comments

Comments
 (0)