Skip to content

Commit 838d9af

Browse files
chore(deps): bump tokio from 1.18.2 to 1.19.2 (#149)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.18.2 to 1.19.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/commits) --- 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 122f15c commit 838d9af

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
@@ -45,7 +45,7 @@ mime_guess = "2.0.4"
4545
rustls = "0.20.6"
4646
rustls-pemfile = "1.0.0"
4747
termcolor = "1.1.3"
48-
tokio = { version = "1.18.2", features = ["fs", "rt-multi-thread", "signal", "macros"] }
48+
tokio = { version = "1.19.2", features = ["fs", "rt-multi-thread", "signal", "macros"] }
4949
tokio-rustls = "0.23.4"
5050
toml = "0.5.9"
5151
serde = { version = "1.0.137", features = ["derive"] }
@@ -55,7 +55,7 @@ structopt = { version = "0.3.26", default-features = false }
5555
[dev-dependencies]
5656
criterion = { version = "0.3.5", features = ["async_tokio", "html_reports"] }
5757
hyper = { version = "0.14.19", features = ["client"] }
58-
tokio = { version = "1.18.2", features = ["full"] }
58+
tokio = { version = "1.19.2", features = ["full"] }
5959
lazy_static = "1.4.0"
6060

6161
[profile.release]

0 commit comments

Comments
 (0)