Skip to content

Commit d60e1ba

Browse files
Update Rust crate tokio to 1.16.1 (#56)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 78f52dc commit d60e1ba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ rcs-ed = { path = "rcs-ed" }
3030
structopt = "0.3.26"
3131
tempfile = "3.3.0"
3232
thiserror = "1.0.30"
33-
tokio = { version = "1.15.0", features = ["fs", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] }
33+
tokio = { version = "1.16.1", features = ["fs", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] }
3434
walkdir = "2.3.2"
3535

3636
[features]

internal/process/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ git-fast-import = { path = "../../git-fast-import" }
1111
log = "0.4.14"
1212
structopt = "0.3.26"
1313
thiserror = "1.0.30"
14-
tokio = { version = "1.15.0", features = ["io-util", "process", "sync"] }
14+
tokio = { version = "1.16.1", features = ["io-util", "process", "sync"] }
1515

1616
[features]

internal/state/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ log = "0.4.14"
1212
serde = { version = "1.0.136", features = ["derive", "rc"] }
1313
speedy = "0.8.1"
1414
thiserror = "1.0.30"
15-
tokio = { version = "1.15.0", features = ["io-util", "sync"] }
15+
tokio = { version = "1.16.1", features = ["io-util", "sync"] }
1616
zstd = "0.10.0"
1717

1818
[features]

0 commit comments

Comments
 (0)