Skip to content

Commit

Permalink
chore(deps): update rust crate tokio to 1.34
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 9, 2023
1 parent 16df032 commit 7164d46
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tap = "1.0"
tempfile = "3.6"
thiserror = "1.0.40"
time = { version = "0.3", default-features = false, features = ["formatting", "macros", "serde", "std"] }
tokio = { version = "1.28", default-features = false, features = ["rt-multi-thread", "fs", "io-util", "macros"] }
tokio = { version = "1.34", default-features = false, features = ["rt-multi-thread", "fs", "io-util", "macros"] }
tokio-stream = { version = "0.1", default-features = false, features = ["fs"] }
toml = "0.8.2"
tracing = "0.1"
Expand All @@ -54,7 +54,7 @@ maplit = "1.0"
rand = "0.8"
serde_test = "1.0"
futures = { version = "0.3", default-features = false, features = ["executor"] }
tokio = { version = "1.28", default-features = false, features = ["process"] }
tokio = { version = "1.34", default-features = false, features = ["process"] }
serial_test = "2.0.0"

[target.'cfg(windows)'.dev-dependencies]
Expand Down

0 comments on commit 7164d46

Please sign in to comment.