Skip to content

Commit b4b861a

Browse files
chore(deps): bump tokio from 1.21.2 to 1.29.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.21.2 to 1.29.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.21.2...tokio-1.29.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 28d2fad commit b4b861a

File tree

2 files changed

+12
-56
lines changed

2 files changed

+12
-56
lines changed

Cargo.lock

Lines changed: 10 additions & 54 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.179", features = ["derive"] }
4949
serde_json = "1.0.105"
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.29.1", features = ["fs", "rt-multi-thread", "signal", "macros"] }
5353
tokio-rustls = "0.23.4"
5454
toml = "0.7.6"
5555

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

6262
[profile.release]

0 commit comments

Comments
 (0)