diff --git a/Cargo.lock b/Cargo.lock index 9635dba..edc795c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1338,7 +1338,7 @@ dependencies = [ "tokio", "tokio-stream", "tonic", - "tower 0.4.13", + "tower 0.5.1", "uuid", ] @@ -2557,7 +2557,6 @@ version = "0.1.40" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" dependencies = [ - "log", "pin-project-lite", "tracing-attributes", "tracing-core", diff --git a/Cargo.toml b/Cargo.toml index fb8fa71..a303986 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ tokio = { version = "1", features = ["rt-multi-thread", "time", "fs", "macros", tokio-stream = { version = "0.1", features = ["net"] } tonic = "0.12" tonic-build = "0.12" -tower = "0.4" +tower = "0.5" uuid = { version = "1", features = ["v4"] } [workspace.dependencies.libremarkable]