Skip to content

Commit a6835f6

Browse files
committed
Update Rust crate tokio to 1.12.0
1 parent d732d98 commit a6835f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ swirl = { git = "https://github.com/sgrif/swirl.git", rev = "e87cf37" }
8282
tar = "0.4.16"
8383
tempfile = "3"
8484
thiserror = "1.0.30"
85-
tokio = { version = "1.5.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros"]}
85+
tokio = { version = "1.12.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros"]}
8686
toml = "0.5"
8787
tracing = "0.1"
8888
tracing-subscriber = "0.2"
@@ -93,7 +93,7 @@ claim = "0.5"
9393
conduit-test = "0.9.0-alpha.5"
9494
hyper-tls = "0.5"
9595
lazy_static = "1.4"
96-
tokio = "1.5.0"
96+
tokio = "1.12.0"
9797
tower-service = "0.3.0"
9898

9999
[build-dependencies]

0 commit comments

Comments
 (0)