Skip to content

Commit cbea889

Browse files
chore(deps): bump tokio from 1.25.0 to 1.26.0 (#261)
1 parent 8081795 commit cbea889

File tree

2 files changed

+5
-20
lines changed

2 files changed

+5
-20
lines changed

Cargo.lock

Lines changed: 3 additions & 18 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.155", features = ["derive"] }
4949
serde_json = "1.0.94"
5050
structopt = { version = "0.3.26", default-features = false }
5151
termcolor = "1.1.3"
52-
tokio = { version = "1.25.0", features = ["fs", "rt-multi-thread", "signal", "macros"] }
52+
tokio = { version = "1.26.0", features = ["fs", "rt-multi-thread", "signal", "macros"] }
5353
tokio-rustls = "0.23.4"
5454
toml = "0.7.3"
5555

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

6262
[profile.release]

0 commit comments

Comments
 (0)