<!-- Please answer these questions before submitting your issue. Thanks! --> ### What version are you using? `v21.6.0` ### What did you do? Run the `test_auth` crate's tests that are in this repo. ### What did you expect to see? Passing tests as occurs on Rust 1.80.0. ### What did you see instead? ``` thread caused non-unwinding panic. aborting. Caused by: process didn't exit successfully: `/Users/leighmcculloch/Code/rs-soroban-sdk/target/debug/deps/soroban_sdk-a1f019b2dff9103a` (signal: 6, SIGABRT: process abort signal) ```