From f09e58979d6006a73497b1e7f65dd83f3aa75da3 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Sat, 19 Oct 2024 10:52:12 -0400 Subject: [PATCH] chore: bump yttrium --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 48c1d76bc..3650d0acd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9735,7 +9735,7 @@ dependencies = [ [[package]] name = "yttrium" version = "0.1.0" -source = "git+https://github.com/reown-com/yttrium.git?branch=fix/logging#07b313c3c83fd6837992b7fedffc116f711d1e81" +source = "git+https://github.com/reown-com/yttrium.git#983d5b98b74cf2ee89dc18f4a022b480c6da7059" dependencies = [ "alloy", "alloy-provider", diff --git a/Cargo.toml b/Cargo.toml index 8d94ac83c..da5e803f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ build = "build.rs" [dependencies] wc = { git = "https://github.com/WalletConnect/utils-rs.git", tag = "v0.9.0", features = ["alloc", "analytics", "future", "http", "metrics", "geoip", "geoblock", "rate_limit"] } relay_rpc = { git = "https://github.com/WalletConnect/WalletConnectRust.git", tag = "v0.32.0", features = ["cacao"] } -yttrium = { git = "https://github.com/reown-com/yttrium.git", branch = "fix/logging" } +yttrium = { git = "https://github.com/reown-com/yttrium.git" } # Async async-trait = "0.1.82"