diff --git a/libs/Cargo.lock b/libs/Cargo.lock index e53a3edb5..1e3c9e114 100644 --- a/libs/Cargo.lock +++ b/libs/Cargo.lock @@ -1472,7 +1472,7 @@ checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" [[package]] name = "gl-client" version = "0.3.0" -source = "git+https://github.com/Blockstream/greenlight.git?rev=a0e4faf389484e426fcc197f8726c72a27eef32e#a0e4faf389484e426fcc197f8726c72a27eef32e" +source = "git+https://github.com/Blockstream/greenlight.git?rev=c09c1be59994b35aadfe4747b78bcdc8fffbe45a#c09c1be59994b35aadfe4747b78bcdc8fffbe45a" dependencies = [ "anyhow", "async-stream", diff --git a/libs/sdk-core/Cargo.toml b/libs/sdk-core/Cargo.toml index e446f2d90..d350adb4b 100644 --- a/libs/sdk-core/Cargo.toml +++ b/libs/sdk-core/Cargo.toml @@ -14,7 +14,7 @@ anyhow = { workspace = true } hex = { workspace = true } gl-client = { git = "https://github.com/Blockstream/greenlight.git", features = [ "permissive", -], rev = "a0e4faf389484e426fcc197f8726c72a27eef32e" } +], rev = "c09c1be59994b35aadfe4747b78bcdc8fffbe45a" } zbase32 = "0.1.2" base64 = { workspace = true } chrono = "0.4" diff --git a/tools/sdk-cli/Cargo.lock b/tools/sdk-cli/Cargo.lock index 3a00eb9f0..36d4140ca 100644 --- a/tools/sdk-cli/Cargo.lock +++ b/tools/sdk-cli/Cargo.lock @@ -1333,7 +1333,7 @@ checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" [[package]] name = "gl-client" version = "0.3.0" -source = "git+https://github.com/Blockstream/greenlight.git?rev=a0e4faf389484e426fcc197f8726c72a27eef32e#a0e4faf389484e426fcc197f8726c72a27eef32e" +source = "git+https://github.com/Blockstream/greenlight.git?rev=c09c1be59994b35aadfe4747b78bcdc8fffbe45a#c09c1be59994b35aadfe4747b78bcdc8fffbe45a" dependencies = [ "anyhow", "async-stream",