1
Fork 0

Auto merge of #136094 - davidv1992:upgrade-elsa, r=oli-obk

Upgrade elsa to the newest version.

This was locked to 1.7.1 because of an error in the elsa release process that has since been fixed. Upgrading has the advantage that the elsa code runs properly in miri, at least with tree borrows.

This was spawned from https://github.com/rust-lang/rust/issues/135870#issuecomment-2612470540
This commit is contained in:
bors 2025-02-05 10:15:02 +00:00
commit 820bfffc25
2 changed files with 3 additions and 3 deletions

View file

@ -1098,9 +1098,9 @@ dependencies = [
[[package]]
name = "elsa"
version = "1.7.1"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "848fe615fbb0a74d9ae68dcaa510106d32e37d9416207bbea4bd008bd89c47ed"
checksum = "2343daaeabe09879d4ea058bb4f1e63da3fc07dadc6634e01bda1b3d6a9d9d2b"
dependencies = [
"stable_deref_trait",
]