Skip to content

Commit a10637b

Browse files
chore(deps): bump tokio from 1.21.2 to 1.22.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.21.2 to 1.22.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.21.2...tokio-1.22.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 3c815ec commit a10637b

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
@@ -49,14 +49,14 @@ serde = { version = "1.0.147", features = ["derive"] }
4949
serde_json = "1.0.88"
5050
structopt = { version = "0.3.26", default-features = false }
5151
termcolor = "1.1.3"
52-
tokio = { version = "1.21.2", features = ["fs", "rt-multi-thread", "signal", "macros"] }
52+
tokio = { version = "1.22.0", features = ["fs", "rt-multi-thread", "signal", "macros"] }
5353
tokio-rustls = "0.23.4"
5454
toml = "0.5.9"
5555

5656
[dev-dependencies]
5757
criterion = { version = "0.4.0", features = ["async_tokio", "html_reports"] }
5858
hyper = { version = "0.14.23", features = ["client"] }
59-
tokio = { version = "1.21.2", features = ["full"] }
59+
tokio = { version = "1.22.0", features = ["full"] }
6060
lazy_static = "1.4.0"
6161

6262
[profile.release]

0 commit comments

Comments
 (0)