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

build(deps): upgrade ureq from 2 to 3 #1574

Merged
merged 1 commit into from
Jan 28, 2025
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2025

Bumps ureq from 2.12.1 to 3.0.1.

Changelog

Sourced from ureq's changelog.

3.0.1

  • Fix excessive stack sizes (#950)
  • Do not enable json by default (breaking, but it was a mistake) (#948)

3.0.0

  • Replace RequestBuilder Deref with explicit wrappers (#944)
  • Remove dependency on url crate (#943)
  • Feature Config::save_redirect_history (#939)

3.0.0-rc5

  • TlsConfig::unversioned_rustls_crypto_provider() (#931)
  • Feature rustls-no-provider to compile without ring (#931)
  • Fix CONNECT proxy Host header (#936)
  • Re-enable CONNECT proxy support (#932)
  • Body::content_length (#927)
  • Handle Authorization: Basic from URI (#923)
  • Remove many uses of Box::new() from Connector chain (#919)

3.0.0-rc4

  • Default to TooManyRedirects error (#916)
  • Add ConfigBuilder::max_redirects_will_error() (#916)
  • Add new SendBody::into_reader() (#914)
  • Fix completely broken PEM parsing (#912)
  • Improve ergonomics for AutoHeaderValue (#896)

3.0.0-rc3

  • Re-export ureq_proto::ArrayVec (#891)
  • Expose typestate variables, but #[doc(hidden)] (#889)
  • Clarify versioning and MSRV policy (#887)
  • Get last used uri via ResponseExt::get_uri() (#884)
  • Expose more things for 3rd party Transport impls (#886)
  • Make accessor fn for Config and TlsConfig (#886)
  • Move Transport and Resolver traits to unversioned (#881)
  • Upgrade deps (#885)
  • MSRV 1.71.1 to follow rustls (#885)
  • Fix bug in chunked overhead calculation (#880)
  • Make it possible to disable all automatic headers (#876)
  • Rename hoot -> ureq_proto(#872)
  • Fix disable_verification for TLS (#871)
  • vendored feature flag to get vendored native-tls (#866)
  • Fix incorrect handling of expect-100 (#867)

3.0.0-rc2

  • Remove pub-field config structs in favor of builders (#848)
  • BodyBuilder to create a response Body for test/middleware (#847)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 27, 2025
@mkroening mkroening force-pushed the dependabot/cargo/ureq-3.0.1 branch from 3ad53e2 to 0c4757a Compare January 28, 2025 12:35
@mkroening mkroening changed the title build(deps): Bump ureq from 2.12.1 to 3.0.1 build(deps): upgrade ureq from 2 to 3 Jan 28, 2025
@mkroening mkroening enabled auto-merge January 28, 2025 13:01
@mkroening mkroening added this pull request to the merge queue Jan 28, 2025
Merged via the queue into main with commit 0a0148a Jan 28, 2025
13 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/ureq-3.0.1 branch January 28, 2025 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant