From 4a7452806d97f22ad1442992228980d30fe583b1 Mon Sep 17 00:00:00 2001 From: Sashanoraa Date: Mon, 5 May 2025 01:10:13 -0400 Subject: [PATCH] Update adb_client with session fix --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index bf4d4be..840bb1c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5,7 +5,7 @@ version = 4 [[package]] name = "adb_client" version = "2.1.11" -source = "git+https://github.com/gaykitty/adb_client.git?branch=rayhunter#dcaabe0c7656e3a0f1842d806f544e1a08821d5a" +source = "git+https://github.com/gaykitty/adb_client.git?branch=rayhunter#e1680d3586ee7440838e5c4aeb93c035547158e6" dependencies = [ "async-io", "base64",