Skip to content

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

@Fishrock123 Fishrock123 Jun 29, 2021

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.

2 participants