Skip to content

Commit 66cc020

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

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

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

cpp-linter-lib/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ semver = "1.0.23"
2323
serde = { version = "1.0.209", features = ["derive"] }
2424
serde-xml-rs = "0.6.0"
2525
serde_json = "1.0.127"
26-
tokio = { version = "1.39.3", features = ["macros", "rt-multi-thread"]}
26+
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"]}
2727
tokio-macros = "2.4.0"
2828
tokio-stream = "0.1.15"
2929
which = "6.0.3"

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.3"
17+
tokio = "1.40.0"
1818

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

0 commit comments

Comments
 (0)