Skip to content

Reduce dependencies when cookies not enabled#780

Merged
joshtriplett merged 1 commit intohttp-rs:mainfrom
joshtriplett:optional-cookies
Jan 28, 2021
Merged

Reduce dependencies when cookies not enabled#780
joshtriplett merged 1 commit intohttp-rs:mainfrom
joshtriplett:optional-cookies

Conversation

@joshtriplett
Copy link
Member

Upgrade to http-types 2.10 with optional support for cookies, and make
use of that support to reduce dependencies.

Upgrade to http-types 2.10 with optional support for cookies, and make
use of that support to reduce dependencies.
@joshtriplett
Copy link
Member Author

Updated to ensure Body::from_file still works, which requires the fs feature of http-types. Right now, that feature is being enabled by other crates in the dependency tree, but since tide uses it directly, tide should depend on it.

@joshtriplett joshtriplett merged commit 50ab906 into http-rs:main Jan 28, 2021
@joshtriplett joshtriplett deleted the optional-cookies branch January 28, 2021 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants