Skip to content

Commit

Permalink
Update Rust crate tokio-util to 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 5, 2024
1 parent 10c6e78 commit 823b773
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 92 deletions.
191 changes: 100 additions & 91 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ thiserror = "1.0"
time = { version="0.3", default-features=false, features=["local-offset", "macros", "serde", "serde-human-readable", "std"] }
tokio = { version="1.23", default-features=false, features=["macros", "rt-multi-thread", "time"] }
tokio-stream = { version="0.1", default-features=false }
tokio-util = { version="0.6", default-features=false, features=["time"] }
tokio-util = { version="0.7", default-features=false, features=["time"] }

# Console integration
colored = { version="2.0", default-features=false }
Expand Down

0 comments on commit 823b773

Please sign in to comment.