chore(deps): Update iota-crypto (removing patch) (#1664)

This commit is contained in:
Fabian-Lars
2024-08-15 14:14:45 +02:00
committed by GitHub
parent 84f8bd5e1e
commit 998f86371c
2 changed files with 3 additions and 5 deletions
Generated
+3 -2
View File
@@ -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",
-3
View File
@@ -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" }