Skip to content

Commit cdedb76

Browse files
Bump tokio from 1.42.0 to 1.43.1 in /tests/hello-rustls (#341)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.42.0 to 1.43.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.42.0...tokio-1.43.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.43.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fd59905 commit cdedb76

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

tests/hello-rustls/Cargo.lock

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

tests/hello-rustls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2018"
88
[dependencies]
99
curl = { version = "0.4.33", default-features = false, features = ["rustls", "static-curl"], optional = true }
1010
reqwest = { version = "0.12.9", default-features = false, features = ["rustls-tls"] }
11-
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
11+
tokio = { version = "1.43", features = ["macros", "rt-multi-thread"] }
1212

1313
[target.'cfg(target_os = "macos")'.dependencies]
1414
libz-sys = "1.1.5"

0 commit comments

Comments
 (0)