stellar / rs-soroban-env

Rust environment for Soroban contracts.
Apache License 2.0
61 stars 42 forks source link

Update dalek crates, k256, and wasmi for protocol 22 #1466

Closed graydon closed 2 weeks ago

graydon commented 2 weeks ago

Just update deps for p22

fix #1353 fix #1313

anupsdf commented 2 weeks ago

Should we remove dalek from deny.toml? @dmkozh might have context on temporarily having there.

anupsdf commented 2 weeks ago

Should we pin dalek to a specific version of 4.1.3 instead of >=4.1.3 ?