From 9269e2bf9ad76bfeda9f38f3ab06b15b7e3fd7c8 Mon Sep 17 00:00:00 2001 From: Aaron Feickert <66188213+AaronFeickert@users.noreply.github.com> Date: Tue, 26 Sep 2023 11:01:23 -0500 Subject: [PATCH] Update dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f29e837d..6cc6719d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ version = "0.18.0" edition = "2018" [dependencies] -tari_utilities = { git = "https://github.com/AaronFeickert/tari_utilities", branch = "byte-array", default-features = false, features = ["zero"] } +tari_utilities = { version = "0.6", default-features = false, features = ["zero"] } blake2 = { version = "0.10", default-features = false } borsh = { version = "0.10" , optional = true , default-features = false} bulletproofs_plus = { package = "tari_bulletproofs_plus", version = "0.3", optional = true }