Skip to content

Commit

Permalink
fix(deps): update rust crate tokio-util to 0.7.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 4, 2024
1 parent dbaaae1 commit 2442da2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 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 dtrd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ tonic = "0.11.0"
prost = "0.12.4"
tokio = { version = "1.37.0", features = ["full", "tracing"] }
tokio-stream = "0.1.15"
tokio-util = "0.7.10"
tokio-util = "0.7.11"
futures-util = "0.3.30"
env_logger = "0.11.3"
openssl = {version = "0.10.64", features = ["vendored"]}
Expand Down
2 changes: 1 addition & 1 deletion tcpcl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ openssl = {version = "0.10.64", features = ["vendored"]}
log = "0.4.21"
num_enum = "0.7.2"
x509-parser = "0.16.0"
tokio-util = {version = "0.7.10", features = ["codec"]}
tokio-util = {version = "0.7.11", features = ["codec"]}
bytes = "1.6.0"
futures-util = {version = "0.3.30", features = ["sink"]}
url = "2.5.0"

0 comments on commit 2442da2

Please sign in to comment.