diff --git a/Cargo.lock b/Cargo.lock index a18b356..393724d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -110,8 +110,9 @@ dependencies = [ [[package]] name = "adb_client" -version = "2.1.18" -source = "git+https://github.com/lavafroth/adb_client?branch=with-read-timeout#f69a3d8a1aa58713e899a8d07ba13588027390e9" +version = "2.1.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "517ba09db77302f5326492b7f0b9cb99fdf1b4c58f1b749a00f081195cf52949" dependencies = [ "base64", "bincode", diff --git a/Cargo.toml b/Cargo.toml index 3f7be76..cf82206 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2024" strip = true [dependencies] -adb_client = {version = "2.1.18", git = "https://github.com/lavafroth/adb_client", branch = "with-read-timeout"} +adb_client = { version = "2.1.18" } # TODO: drop x11 support when wayland adoption increases. Will decrease binary size eframe = {version = "0.33.2", features = ["accesskit", "default_fonts", "glow", "wayland", "x11"] } egui = "0.33.2"