goose icon indicating copy to clipboard operation
goose copied to clipboard

Cargo.toml: upgrade dependencies

Open kkovaacs opened this issue 2 years ago • 1 comments

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.

kkovaacs avatar Aug 03 '22 14:08 kkovaacs

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.

jeremyandrews avatar Aug 04 '22 09:08 jeremyandrews