Skip to content

Commit

Permalink
chore(deps): update rust crate tokio-util to 0.7.8 (#1599)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 12, 2023
1 parent 8659e24 commit a3d37c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -116,7 +116,7 @@ fluence-keypair = "0.10.0"
parking_lot = "0.12.1"
tokio = { version = "1.25.0", features = ["full", "tracing"] }
tokio-stream = { version = "0.1.14" }
tokio-util = { version = "0.7.7" }
tokio-util = { version = "0.7.8" }
uuid = { version = "1.3.2", features = ["v4"] }
derivative = "2.2.0"
serde_json = "1.0.96"
Expand Down

0 comments on commit a3d37c9

Please sign in to comment.