From 7c1bd7c5c560fd5caff522fd93c53a6fbc24ed7b Mon Sep 17 00:00:00 2001 From: Dan Cline <6798349+Rjected@users.noreply.github.com> Date: Thu, 30 Mar 2023 18:49:36 -0400 Subject: [PATCH] chore: bump ruint (#2045) --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a14b1b7f8a..2949777c26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5400,7 +5400,7 @@ dependencies = [ [[package]] name = "ruint" version = "1.7.0" -source = "git+https://github.com/paradigmxyz/uint#c14ed24f9611546e6614b6f9b3524de11cb35ea5" +source = "git+https://github.com/paradigmxyz/uint#f496239f58dcaa11cf275f292f50c971bbccfbad" dependencies = [ "arbitrary", "derive_more", @@ -5416,7 +5416,7 @@ dependencies = [ [[package]] name = "ruint-macro" version = "1.0.2" -source = "git+https://github.com/paradigmxyz/uint#c14ed24f9611546e6614b6f9b3524de11cb35ea5" +source = "git+https://github.com/paradigmxyz/uint#f496239f58dcaa11cf275f292f50c971bbccfbad" [[package]] name = "rustc-demangle"