Skip to content

Commit 2470344

Browse files
build(deps): bump tokio from 1.25.0 to 1.26.0 (#375)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.25.0 to 1.26.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.25.0...tokio-1.26.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 718ef16 commit 2470344

File tree

2 files changed

+49
-25
lines changed

2 files changed

+49
-25
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ hyper = { version = "0.14", features = ["stream", "server", "http1", "http2", "t
99
futures = { version = "0.3", default-features = false, features = ["std"] }
1010
clap = { version = "4.0.32", features = ["derive"] }
1111
http = "0.2"
12-
tokio = { version = "1.25", features = ["rt-multi-thread", "macros", "net"] }
12+
tokio = { version = "1.26", features = ["rt-multi-thread", "macros", "net"] }
1313
rustls = "0.20"
1414
rustls-pemfile = "1.0"
1515
futures-util = { version = "0.3", default-features = false, features = ["std"] }

0 commit comments

Comments
 (0)