Christian Haynes

Results 7 issues of Christian Haynes

This moves from the `finish` method to the `finish_non_exhaustive` method in Debug impl blocks where applicable. "Marks the struct as non-exhaustive, indicating to the reader that there are some other...

This bumps cookie to 0.17.0

See [docs](https://docs.rs/hyper/latest/hyper/client/struct.Client.html#impl-Service%3CRequest%3CB%3E%3E)

This updates several dependencies to the latest versions and as such includes several changes. All tests are passing and I added new tests to cover the new Debug and Clone...

This PR replaces the `async-std` runtime entirely with the `smol` runtime.

semver-major

`async-std` has been deprecated in favor of `smol`, as suggested in the [readme](https://github.com/async-rs/async-std?tab=readme-ov-file#async-std-has-been-discontinued-use-smol-instead). I will link two PRs to this issue that approach this in different ways. One adds a...

This PR adds the `smol` runtime similar to how `tokio` was added, retaining `async-std` as a feature and default runtime.