soroban-cli
soroban-cli copied to clipboard
Update testcontainers dep to use crate.io dep instead of a specific git sha
trafficstars
We're using testcontainers for the ledger emulator tests, and have some dependency mismatches that prevented us from using a tagged release.
- for
testcontainers0.16.0 we have a dependency mismatch with the version of thequotecrate: testcontainers requires the quote crate at version ^1.0.35, but soroban-env-host is using 1.0.33 - for previous testcontainers releases, there are mismatches between more recent versions of bollard-stubs (need to do some more investigation to remember exactly what the issue was)
Solution ideas:
- loosen requirements for
quotein soroban-env-host and trytestcontainers0.16.0 (or even 0.17.0)
+1 we have loosened some dependencies in env recently and could do same with quote I think.