tag1consulting / goose

Load testing framework, inspired by Locust
https://tag1.com/goose
Apache License 2.0
759 stars 69 forks source link

Cargo.toml: upgrade dependencies #510

Closed kkovaacs closed 1 year ago

kkovaacs commented 2 years ago

In particular, tokio isn't pinned to 1.15 now. Pinning tokio was making it hard for us to use goose in projects which use other dependencies that require a newer version of tokio.

jeremyandrews commented 2 years ago

Please see https://github.com/tag1consulting/goose/pull/420 -- there's a known issue preventing this update, as tests fail. The work in https://github.com/tag1consulting/goose/pull/509 will solve this once it lands.