Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce dependencies when cookies not enabled #780

Merged
merged 1 commit into from
Jan 28, 2021

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.

Cargo.toml Outdated Show resolved Hide resolved
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