Skip to content

Commit

Permalink
Update Rust crate tokio to 1.16.1 (#56)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Feb 8, 2022
1 parent 78f52dc commit d60e1ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ rcs-ed = { path = "rcs-ed" }
structopt = "0.3.26"
tempfile = "3.3.0"
thiserror = "1.0.30"
tokio = { version = "1.15.0", features = ["fs", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] }
tokio = { version = "1.16.1", features = ["fs", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] }
walkdir = "2.3.2"

[features]
2 changes: 1 addition & 1 deletion internal/process/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ git-fast-import = { path = "../../git-fast-import" }
log = "0.4.14"
structopt = "0.3.26"
thiserror = "1.0.30"
tokio = { version = "1.15.0", features = ["io-util", "process", "sync"] }
tokio = { version = "1.16.1", features = ["io-util", "process", "sync"] }

[features]
2 changes: 1 addition & 1 deletion internal/state/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ log = "0.4.14"
serde = { version = "1.0.136", features = ["derive", "rc"] }
speedy = "0.8.1"
thiserror = "1.0.30"
tokio = { version = "1.15.0", features = ["io-util", "sync"] }
tokio = { version = "1.16.1", features = ["io-util", "sync"] }
zstd = "0.10.0"

[features]

0 comments on commit d60e1ba

Please sign in to comment.