Skip to content

Commit

Permalink
lib: Bump tokio minimal version to 1.13.0
Browse files Browse the repository at this point in the history
We use `Sender::send_replace` which was added in 1.13.0:
tokio-rs/tokio#3962

Closes: ostreedev#316
  • Loading branch information
jlebon committed Jun 24, 2022
1 parent 01c348d commit c3d0bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Expand Up @@ -39,7 +39,7 @@ structopt = "0.3.21"
tar = "0.4.38"
tempfile = "3.2.0"
term_size = "0.3.2"
tokio = { features = ["full"], version = "1" }
tokio = { features = ["full"], version = ">= 1.13.0" }
tokio-util = { features = ["io-util"], version = "0.6.9" }
tokio-stream = { features = ["sync"], version = "0.1.8" }
tracing = "0.1"
Expand Down

0 comments on commit c3d0bd0

Please sign in to comment.