diff --git a/Cargo.lock b/Cargo.lock index 4c4e0c0..0cb26b7 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 84d348c..3472b03 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"