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

pull/1617/head
Fabian-Lars 10 months ago committed by GitHub
parent 84f8bd5e1e
commit 998f86371c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

5
Cargo.lock generated

@ -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",

@ -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" }

Loading…
Cancel
Save