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 b05951c commit c4adccb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 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 crates/robbb/Cargo.toml
Expand Up @@ -25,7 +25,7 @@ url = "2"
regex = "1"
reqwest = { version = "0.11" }
tokio = { version = "1.21", features = ["macros", "fs", "rt-multi-thread"] }
tokio-util = { version = "0.7.10", features = ["compat"] }
tokio-util = { version = "0.7.11", features = ["compat"] }
futures = "0.3.30"

unicase = "2.6.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/robbb_commands/Cargo.toml
Expand Up @@ -22,7 +22,7 @@ byte-unit = { version = "5.1.4", features = ["u128"] }
regex = "1.10.4"
reqwest = { version = "0.11" }
tokio = { version = "1.21", features = ["macros", "fs", "rt-multi-thread"] }
tokio-util = { version = "0.7.10", features = ["compat"] }
tokio-util = { version = "0.7.11", features = ["compat"] }
futures = "0.3.30"

unicase = "2.7.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/robbb_util/Cargo.toml
Expand Up @@ -16,7 +16,7 @@ lazy_static = "1.4"
chrono = "0.4.38"
chrono-humanize = "0.2.3"
itertools = "0.11.0"
tokio-util = { version = "0.7.10", features = ["compat"] }
tokio-util = { version = "0.7.11", features = ["compat"] }
tokio = { version = "1.21", features = ["macros", "fs", "rt-multi-thread"]}
futures = "0.3.30"
tracing = "0.1.40"
Expand Down

0 comments on commit c4adccb

Please sign in to comment.