stellar / rs-soroban-env

Rust environment for Soroban contracts.
Apache License 2.0
60 stars 39 forks source link

Allow using higher versions of dalek in env. #1421

Closed dmkozh closed 2 weeks ago

dmkozh commented 2 weeks ago

What

Allow using higher versions of dalek in env.

Why

Unblock the deps from picking up new versions of dalek, specifically the ones with vulnerability fixes. We don't strictly bump the version in order to make sure we don't break the Core build.

Known limitations

N/A