You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The aes-gcm v0.9.x dependency is kind of a nightmare.
In Lighthouse we currently have aes-gcm v0.9.2 in the lockfile, which is compatible with subtle v2.6.1. However, a cargo update to aes-gcm v0.9.4 introduces a bound of subtle < 2.5 which breaks other packages, see:
The
aes-gcm v0.9.x
dependency is kind of a nightmare.In Lighthouse we currently have
aes-gcm v0.9.2
in the lockfile, which is compatible withsubtle v2.6.1
. However, a cargo update toaes-gcm v0.9.4
introduces a bound ofsubtle < 2.5
which breaks other packages, see:subtle >= 2.5.0
is not codified crate-crypto/rust-eth-kzg#235aes-gcm v0.9.x
is 3 years old, so we should ideally migratediscv5
to the newerv0.10.x
series.The text was updated successfully, but these errors were encountered: