diff --git a/lib/Cargo.lock b/lib/Cargo.lock index 8735d7f..a0afb5b 100644 --- a/lib/Cargo.lock +++ b/lib/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "adler32" version = "1.0.4" @@ -1847,7 +1849,7 @@ dependencies = [ [[package]] name = "silentdragonlitelib" version = "0.1.0" -source = "git+https://git.hush.is/hush/silentdragonlite-cli?rev=684f2d8bb344cedf0382ed48c551897961217694#684f2d8bb344cedf0382ed48c551897961217694" +source = "git+https://git.hush.is/hush/silentdragonlite-cli?rev=17e712df125396dafe43de6829a2d6a5660d108c#17e712df125396dafe43de6829a2d6a5660d108c" dependencies = [ "base58", "bellman", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 8a5b560..d04964b 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -12,4 +12,4 @@ crate-type = ["staticlib"] libc = "0.2.58" lazy_static = "1.4.0" blake3 = "0.3.4" -silentdragonlitelib = { git = "https://git.hush.is/hush/silentdragonlite-cli", rev = "684f2d8bb344cedf0382ed48c551897961217694" } +silentdragonlitelib = { git = "https://git.hush.is/hush/silentdragonlite-cli", rev = "17e712df125396dafe43de6829a2d6a5660d108c" }