From 998f86371c3ae03ba74652ccf534e6e7afcb2161 Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Thu, 15 Aug 2024 14:14:45 +0200 Subject: [PATCH] chore(deps): Update iota-crypto (removing patch) (#1664) --- Cargo.lock | 5 +++-- Cargo.toml | 3 --- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e84df46e..d83c9072 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3017,8 +3017,9 @@ dependencies = [ [[package]] name = "iota-crypto" -version = "0.23.1" -source = "git+https://github.com/iotaledger/crypto.rs?rev=489aa0e7936d0e491503f778a83cfc6ed1b28fe7#489aa0e7936d0e491503f778a83cfc6ed1b28fe7" +version = "0.23.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "98a38db844c910d78825e173c083f2ef416b69cb091bba8ac1055763c6db065b" dependencies = [ "aead", "aes", diff --git a/Cargo.toml b/Cargo.toml index d19549ec..241fb1e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,6 +37,3 @@ codegen-units = 1 lto = true incremental = false opt-level = "s" - -[patch.crates-io] -iota-crypto = { git = "https://github.com/iotaledger/crypto.rs", rev = "489aa0e7936d0e491503f778a83cfc6ed1b28fe7" }