-
-
Notifications
You must be signed in to change notification settings - Fork 7.4k
[Rust] Update reqwest dependency to 0.13 with query and form features #22630
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
base: master
Are you sure you want to change the base?
Changes from all commits
1ffe00a
3f4a95d
4ca334e
d8dcf5f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -12,9 +12,9 @@ serde = { version = "^1.0", features = ["derive"] } | |||||
| serde_json = "^1.0" | ||||||
| serde_repr = "^0.1" | ||||||
| url = "^2.5" | ||||||
| reqwest = { version = "^0.12", default-features = false, features = ["json", "blocking", "multipart"] } | ||||||
| reqwest = { version = "^0.13", default-features = false, features = ["json", "blocking", "multipart", "query", "form"] } | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P1: Reqwest configured with non-existent features ( Prompt for AI agents
Suggested change
|
||||||
|
|
||||||
| [features] | ||||||
| default = ["native-tls"] | ||||||
| native-tls = ["reqwest/native-tls"] | ||||||
| rustls-tls = ["reqwest/rustls-tls"] | ||||||
| rustls = ["reqwest/rustls"] | ||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -12,9 +12,9 @@ serde = { version = "^1.0", features = ["derive"] } | |||||
| serde_json = "^1.0" | ||||||
| serde_repr = "^0.1" | ||||||
| url = "^2.5" | ||||||
| reqwest = { version = "^0.12", default-features = false, features = ["json", "blocking", "multipart"] } | ||||||
| reqwest = { version = "^0.13", default-features = false, features = ["json", "blocking", "multipart", "query", "form"] } | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P1: reqwest 0.13 is configured with non-existent features "query" and "form", which will cause Cargo feature resolution failures. Prompt for AI agents
Suggested change
|
||||||
|
|
||||||
| [features] | ||||||
| default = ["native-tls"] | ||||||
| native-tls = ["reqwest/native-tls"] | ||||||
| rustls-tls = ["reqwest/rustls-tls"] | ||||||
| rustls = ["reqwest/rustls"] | ||||||
cubic-dev-ai[bot] marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -11,9 +11,9 @@ serde = { version = "^1.0", features = ["derive"] } | |||||
| serde_json = "^1.0" | ||||||
| serde_repr = "^0.1" | ||||||
| url = "^2.5" | ||||||
| reqwest = { version = "^0.12", default-features = false, features = ["json", "blocking", "multipart"] } | ||||||
| reqwest = { version = "^0.13", default-features = false, features = ["json", "blocking", "multipart", "query", "form"] } | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P1: reqwest 0.13 is configured with non-existent features Prompt for AI agents
Suggested change
|
||||||
|
|
||||||
| [features] | ||||||
| default = ["native-tls"] | ||||||
| native-tls = ["reqwest/native-tls"] | ||||||
| rustls-tls = ["reqwest/rustls-tls"] | ||||||
| rustls = ["reqwest/rustls"] | ||||||
Uh oh!
There was an error while loading. Please reload this page.