dmikusa / binding-tool

Generate Kubernetes service bindings for use with Cloud Native Buildpacks
Apache License 2.0
27 stars 5 forks source link

Bump ureq from 2.10.1 to 2.11.0 #194

Closed dependabot[bot] closed 1 day ago

dependabot[bot] commented 2 days ago

Bumps ureq from 2.10.1 to 2.11.0.

Changelog

Sourced from ureq's changelog.

Unreleased

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)
  • RequestBuilder::send_empty() convenience fn (#846)
  • Rename BodyWithConfig::into_reader -> reader (#845)
  • Escape hatch to send body for any method (#857)
  • Reintrodice RequestBuilder::query (#843)
  • Reintroduce RequestBuilder::query_pairs (#856)
  • Reintroduce ResponseBuilder::send_form helper (#859)
  • (internal) Use HeaderName for non-sensitive headers (#855)
  • Fix broken build with rustls (#832)
  • Reduce dependency count, platform-verifier feature (#833, #818)

3.0.0-rc1

  • Ground up rewrite based on the http crate API.
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 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)