Skip to content

Commit

Permalink
Merge pull request #320 from jlebon/pr/bump-tokio
Browse files Browse the repository at this point in the history
lib: Bump tokio minimal version to 1.13.0
  • Loading branch information
cgwalters committed Jun 24, 2022
2 parents 01c348d + bec51bd commit 5614f0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ bitflags = "1"
camino = "1.0.4"
chrono = "0.4.19"
cjson = "0.1.1"
cap-std-ext = ">= 0.24, <= 0.25"
cap-std-ext = ">= 0.25"
cap-tempfile = "0.24"
flate2 = { features = ["zlib"], default_features = false, version = "1.0.20" }
fn-error-context = "0.2.0"
Expand All @@ -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 5614f0d

Please sign in to comment.