Skip to content

Commit

Permalink
chore(deps): update rust crate tokio to 1.30
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 9, 2023
1 parent b2c0cf7 commit 7e24f14
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 7 deletions.
70 changes: 65 additions & 5 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 @@ -38,7 +38,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.30", default-features = false, features = ["rt-multi-thread", "fs", "io-util", "macros"] }
tokio-stream = { version = "0.1", default-features = false, features = ["fs"] }
toml = "0.7.4"
tracing = "0.1"
Expand All @@ -53,7 +53,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.30", default-features = false, features = ["process"] }

[target.'cfg(windows)'.dev-dependencies]
registry = "1.2"
Expand Down

0 comments on commit 7e24f14

Please sign in to comment.