Skip to content

Commit 49c12e2

Browse files
Update Rust crate tokio to 1.29.1
1 parent 882d1cc commit 49c12e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rustdoc-args = ["--cfg=doc_cfg"]
1313
futures-core = { version = "0.3.28", default-features = false }
1414
futures-sink = { version = "0.3.28", default-features = false }
1515
futures-util = { version = "0.3.28", default-features = false, features = ["sink"] }
16-
tokio = { version = "1.28.2", optional = true }
16+
tokio = { version = "1.29.1", optional = true }
1717
futures = { version = "0.3.28", optional = true }
1818
pin-project-lite = "0.2.9"
1919

@@ -22,7 +22,7 @@ anyhow = "1.0.72"
2222
async-stream = "0.3.5"
2323
debug-ignore = "1.0.5"
2424
tempfile = "3.6.0"
25-
tokio = { version = "1.28.2", features = ["fs", "io-util", "macros", "rt", "rt-multi-thread", "sync", "time"] }
25+
tokio = { version = "1.29.1", features = ["fs", "io-util", "macros", "rt", "rt-multi-thread", "sync", "time"] }
2626
tokio-test = "0.4.0"
2727

2828
[features]

0 commit comments

Comments
 (0)