-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix(deps): update rust crate reqwest to v0.12.12 #81
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
changed the title
fix(deps): update rust crate reqwest to v0.12.5
fix(deps): update rust crate reqwest to v0.12.6
Aug 19, 2024
renovate
bot
force-pushed
the
renovate/reqwest-0.x-lockfile
branch
from
August 19, 2024 16:10
54b9da7
to
58aaafb
Compare
renovate
bot
changed the title
fix(deps): update rust crate reqwest to v0.12.6
fix(deps): update rust crate reqwest to v0.12.7
Aug 19, 2024
renovate
bot
force-pushed
the
renovate/reqwest-0.x-lockfile
branch
from
August 19, 2024 21:36
58aaafb
to
6d1b04a
Compare
renovate
bot
changed the title
fix(deps): update rust crate reqwest to v0.12.7
fix(deps): update rust crate reqwest to v0.12.8
Sep 30, 2024
renovate
bot
force-pushed
the
renovate/reqwest-0.x-lockfile
branch
from
September 30, 2024 19:40
6d1b04a
to
bcd636a
Compare
renovate
bot
force-pushed
the
renovate/reqwest-0.x-lockfile
branch
from
October 28, 2024 18:02
bcd636a
to
3234363
Compare
renovate
bot
changed the title
fix(deps): update rust crate reqwest to v0.12.8
fix(deps): update rust crate reqwest to v0.12.9
Oct 28, 2024
renovate
bot
changed the title
fix(deps): update rust crate reqwest to v0.12.9
fix(deps): update rust crate reqwest to v0.12.10
Dec 26, 2024
renovate
bot
force-pushed
the
renovate/reqwest-0.x-lockfile
branch
from
December 26, 2024 19:53
3234363
to
9316af5
Compare
KisaragiEffective
requested changes
Dec 27, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
謎
@@ -12,7 +12,7 @@ clap = { version = "4.5.4", features = ["derive"] } | |||
md5 = "0.7.0" | |||
rayon = "1.10.0" | |||
reqwest = { version = "0.12.4", features = ["blocking", "json", "rustls-tls"], default-features = false } | |||
serde = { version = "1.0.200", features = ["derive"] } | |||
serde = { version = "1.0.198", features = ["derive"] } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
それはおかしい
renovate
bot
changed the title
fix(deps): update rust crate reqwest to v0.12.10
fix(deps): update rust crate reqwest to v0.12.11
Dec 27, 2024
renovate
bot
force-pushed
the
renovate/reqwest-0.x-lockfile
branch
from
December 27, 2024 15:51
9316af5
to
69afeb7
Compare
renovate
bot
changed the title
fix(deps): update rust crate reqwest to v0.12.11
fix(deps): update rust crate reqwest to v0.12.12
Dec 31, 2024
renovate
bot
force-pushed
the
renovate/reqwest-0.x-lockfile
branch
from
December 31, 2024 19:25
69afeb7
to
50aafca
Compare
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.12.4
->0.12.12
Release Notes
seanmonstar/reqwest (reqwest)
v0.12.12
Compare Source
tokio/time
on WASM.v0.12.11
Compare Source
v0.12.10
Compare Source
ClientBuilder::connector_layer()
to allow customizing the connector stack.ClientBuilder::http2_max_header_list_size()
option.content-length
) information when wrapping bodies.v0.12.9
Compare Source
tls::CertificateRevocationLists
support.connection_verbose()
to output read logs.multipart::Part::file()
to automatically include content-length.v0.12.8
Compare Source
multipart::Form::file()
method for adding files easily.Body::wrap()
to wrap anyhttp_body::Body
type.v0.12.7
Compare Source
impl Service<http::Request<_>>
forClient
.v0.12.6
Compare Source
danger_accept_invalid_hostnames
forrustls
.impl Service<http::Request<Body>>
forClient
and&'_ Client
.!Sync
bodies inBody::wrap_stream()
.hickory-dns
is used.Proxy
so thatHTTP(S)_PROXY
values take precedence overALL_PROXY
.blocking::RequestBuilder::header()
from unsettingsensitive
on passed header values.v0.12.5
Compare Source
blocking::ClientBuilder::dns_resolver()
method to change DNS resolver in blocking client.http3
feature back, still requiringreqwest_unstable
.rustls-tls-no-provider
Cargo feature to use rustls without a crypto provider.Accept-Encoding
header combinations.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.