You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1263: Update dependencies r=carols10cents
This PR was constructed in two phases. The first 3 commits make up phase 1 where most semver compatible versions are bumped. In the second phase I started bumping requirements in `Cargo.toml`.
## Phase 1
The first 3 commits essentially do a `cargo update` with the exception of `hyper` which is held back at 0.11.10. A deprecation was introduced in 0.11.11. It looks like `bind_connection` should be replaced with `serve_connection`, however the API is different.
The first two commits account for:
* A minor change to the GNU header format in `tar`. It appears that this test is the only one we have that successfully uploads a tar file containing file contents, thus triggering the inclusion of the header.
* A deprecation in `openssl`.
## Phase 2
The following updates required minor fixes to address API changes: `flate2`, `env_logger`, `openssl`, `hex`, `lettre`.
0 commit comments