From 336d85e6c729839e87916350eea0440d732b6417 Mon Sep 17 00:00:00 2001 From: fekt Date: Sun, 17 Nov 2024 22:09:45 -0500 Subject: [PATCH] Update checkpoints --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 5db7be1..76fcddd 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -12,5 +12,5 @@ crate-type = ["staticlib"] libc = "0.2.58" lazy_static = "1.4.0" blake3 = "0.3.4" -silentdragonxlitelib = { git = "https://git.hush.is/dragonx/silentdragonxlite-cli", rev = "3eaa2fcf939af9821df10b458af11b185f49e287" } +silentdragonxlitelib = { git = "https://git.hush.is/dragonx/silentdragonxlite-cli", rev = "505fac6b6eef50be9f0e2b375c2fa6815f8bf18c" } socket2 = "0.3.11"