Skip to content

Commit aa5926c

Browse files
dependabot[bot]LeoBorai
authored andcommitted
chore(deps): bump tokio from 1.15.0 to 1.16.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.15.0 to 1.16.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.15.0...tokio-1.16.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 783c76d commit aa5926c

File tree

2 files changed

+4
-4
lines changed

2 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.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ local-ip-address = "0.4.4"
4242
mime_guess = "2.0.3"
4343
rustls = "0.20.2"
4444
rustls-pemfile = "0.2.1"
45-
tokio = { version = "1.15.0", features = ["fs", "rt-multi-thread", "signal", "macros"] }
45+
tokio = { version = "1.16.1", features = ["fs", "rt-multi-thread", "signal", "macros"] }
4646
termcolor = "1.1.2"
4747
tokio-rustls = "0.23.2"
4848
toml = "0.5.8"
@@ -53,7 +53,7 @@ structopt = { version = "0.3.26", default-features = false }
5353
[dev-dependencies]
5454
criterion = { version = "0.3.5", features = ["async_tokio", "html_reports"] }
5555
hyper = { version = "0.14.16", features = ["client"] }
56-
tokio = { version = "1.15.0", features = ["full"] }
56+
tokio = { version = "1.16.1", features = ["full"] }
5757
lazy_static = "1.4.0"
5858

5959
[profile.release]

0 commit comments

Comments
 (0)