From 47f55b445a24f52c8961f2bd1f0727ccc6edb89d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Granh=C3=A3o?= Date: Thu, 6 Jul 2023 15:13:51 +0100 Subject: [PATCH] Update honey-badger to v1.2.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 630f1ba..337df4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -499,7 +499,7 @@ dependencies = [ [[package]] name = "graphql" version = "0.1.0" -source = "git+https://github.com/getlipa/wild?tag=v1.2.0#7d5fe7829afaefea8252ce2f1f52e5009c1d9d91" +source = "git+https://github.com/getlipa/wild?tag=v1.2.1#343dfa9fea934af5fb985504226586ca940c7d43" dependencies = [ "graphql_client", "log", @@ -610,7 +610,7 @@ dependencies = [ [[package]] name = "honey-badger" version = "1.0.1" -source = "git+https://github.com/getlipa/wild?tag=v1.2.0#7d5fe7829afaefea8252ce2f1f52e5009c1d9d91" +source = "git+https://github.com/getlipa/wild?tag=v1.2.1#343dfa9fea934af5fb985504226586ca940c7d43" dependencies = [ "base64 0.21.2", "bdk", diff --git a/Cargo.toml b/Cargo.toml index 671ff5a..faf4e05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ uniffi = "0.24.1" simplelog = { version ="0.12.0", features = ["test"], optional = true } perro = { git = "https://github.com/getlipa/perro", tag = "v1.0.1" } -honey-badger = { git = "https://github.com/getlipa/wild", tag = "v1.2.0" } +honey-badger = { git = "https://github.com/getlipa/wild", tag = "v1.2.1" } [target.'cfg(target_os = "ios")'.dependencies] oslog = "0.2.0"