Skip to content

Commit d8f5b52

Browse files
chore(deps): bump tokio from 1.13.0 to 1.14.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.13.0 to 1.14.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.13.0...tokio-1.14.0) --- 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 574a2ed commit d8f5b52

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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.13.0", features = ["fs", "rt-multi-thread", "signal", "macros"] }
45+
tokio = { version = "1.14.0", features = ["fs", "rt-multi-thread", "signal", "macros"] }
4646
tokio-rustls = "0.23.1"
4747
toml = "0.5.8"
4848
serde = { version = "1.0.130", features = ["derive"] }
@@ -52,7 +52,7 @@ structopt = { version = "0.3.25", default-features = false }
5252
[dev-dependencies]
5353
criterion = { version = "0.3.5", features = ["async_tokio", "html_reports"] }
5454
hyper = { version = "0.14.14", features = ["client"] }
55-
tokio = { version = "1.13.0", features = ["full"] }
55+
tokio = { version = "1.14.0", features = ["full"] }
5656
lazy_static = "1.4.0"
5757

5858
[profile.release]

0 commit comments

Comments
 (0)