Skip to content

Commit 7187cbd

Browse files
chore(deps): bump tokio from 1.22.0 to 1.23.0 (#227)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.22.0 to 1.23.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.22.0...tokio-1.23.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent baa092d commit 7187cbd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 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.150", features = ["derive"] }
4949
serde_json = "1.0.89"
5050
structopt = { version = "0.3.26", default-features = false }
5151
termcolor = "1.1.3"
52-
tokio = { version = "1.22.0", features = ["fs", "rt-multi-thread", "signal", "macros"] }
52+
tokio = { version = "1.23.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.22.0", features = ["full"] }
59+
tokio = { version = "1.23.0", features = ["full"] }
6060
lazy_static = "1.4.0"
6161

6262
[profile.release]

0 commit comments

Comments
 (0)