Skip to content

Commit

Permalink
fix(deps): update all patch updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 8, 2024
1 parent b05951c commit 2e3344d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 17 deletions.
29 changes: 14 additions & 15 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_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 2e3344d

Please sign in to comment.