From 4040dae37e33b0dae2722694d60859568ca467c4 Mon Sep 17 00:00:00 2001 From: Ivan Frolov Date: Thu, 26 Mar 2026 21:36:13 -0400 Subject: [PATCH] chore: updated `omni-utils` --- contract/Cargo.lock | 4 ++-- contract/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contract/Cargo.lock b/contract/Cargo.lock index a0f78ec7..71068e68 100644 --- a/contract/Cargo.lock +++ b/contract/Cargo.lock @@ -2557,7 +2557,7 @@ dependencies = [ [[package]] name = "omni-utils" version = "0.1.0" -source = "git+https://github.com/near-one/omni-utils?rev=077d09daf7a7b32ad237f0530033c7db804f2c67#077d09daf7a7b32ad237f0530033c7db804f2c67" +source = "git+https://github.com/near-one/omni-utils?rev=f9bc3ea4a72e97f02660b8f1c0b2f79a9fbde3a4#f9bc3ea4a72e97f02660b8f1c0b2f79a9fbde3a4" dependencies = [ "near-sdk", "omni-utils-derive", @@ -2568,7 +2568,7 @@ dependencies = [ [[package]] name = "omni-utils-derive" version = "0.1.0" -source = "git+https://github.com/near-one/omni-utils?rev=077d09daf7a7b32ad237f0530033c7db804f2c67#077d09daf7a7b32ad237f0530033c7db804f2c67" +source = "git+https://github.com/near-one/omni-utils?rev=f9bc3ea4a72e97f02660b8f1c0b2f79a9fbde3a4#f9bc3ea4a72e97f02660b8f1c0b2f79a9fbde3a4" dependencies = [ "proc-macro2", "quote", diff --git a/contract/Cargo.toml b/contract/Cargo.toml index 9899e3dc..458e5676 100644 --- a/contract/Cargo.toml +++ b/contract/Cargo.toml @@ -42,7 +42,7 @@ doctest = false [dependencies] near-sdk = { version = "5.24.1", features = ["legacy"] } near-plugins = { git = "https://github.com/aurora-is-near/near-plugins", tag = "v0.4.1" } -omni-utils = { git = "https://github.com/near-one/omni-utils", rev = "077d09daf7a7b32ad237f0530033c7db804f2c67" } +omni-utils = { git = "https://github.com/near-one/omni-utils", rev = "f9bc3ea4a72e97f02660b8f1c0b2f79a9fbde3a4" } borsh = "1.5.0" serde_json = "1" merkle-tools = { path = "../merkle-tools" }