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

bump dependency: async-tls, rustls_crate, async-h1, async-native-tls,… #89

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

efernau
Copy link

@efernau efernau commented May 31, 2021

Would like to use h1_client_rustls with surf, tide and rustls in one crate, for this it was necessary to update the dependencies of http-client.

Cargo.toml Outdated
async-std = { version = "1.6.0", default-features = false, optional = true }
async-native-tls = { version = "0.3.1", optional = true }
async-native-tls = { version = "0.3.3", optional = true }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these should be kept open t o .x.x versions where possible

Cargo.toml Outdated
@@ -60,7 +60,7 @@ tokio = { version = "0.2", features = ["time"], optional = true }

# curl_client
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
isahc = { version = "0.9", optional = true, default-features = false, features = ["http2"] }
isahc = { version = "1.4.0", optional = true, default-features = false, features = ["http2"] }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is semver-major

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.

None yet

2 participants