Skip to content

Commit e84a52e

Browse files
Bump tokio from 1.45.0 to 1.45.1 in the cargo group
Bumps the cargo group with 1 update: [tokio](https://github.com/tokio-rs/tokio). Updates `tokio` from 1.45.0 to 1.45.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.45.0...tokio-1.45.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.45.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 851a435 commit e84a52e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

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

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.0", features = ["extension-module"] }
2121
cpp-linter = { path = "../../cpp-linter" }
22-
tokio = "1.45.0"
22+
tokio = "1.45.1"
2323

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

cpp-linter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ reqwest = "0.12.15"
3131
semver = "1.0.26"
3232
serde = { version = "1.0.219", features = ["derive"] }
3333
serde_json = "1.0.140"
34-
tokio = { version = "1.45.0", features = ["macros", "rt-multi-thread"]}
34+
tokio = { version = "1.45.1", features = ["macros", "rt-multi-thread"]}
3535
tokio-macros = "2.4.0"
3636
tokio-stream = "0.1.17"
3737
which = "7.0.2"

0 commit comments

Comments
 (0)