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

Update ureq requirement from 2.12.1 to 3.0.6 #912

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2025

Updates the requirements on ureq to permit the latest version.

Changelog

Sourced from ureq's changelog.

3.0.6

  • Avoid percent encoding some query parameter chars (#1004)
  • Fix incorrect LargeResponseHeader (#1003)
  • Stop passing internal state in Config (#996)
  • Support request level TlsConfig (#996)

3.0.5

  • Fix incorrect reading of valid utf8 (#992)
  • Fix panic when parsing malformed proxy URI (#990)
  • ureq::Error wrapped as io::Error should pass through body chain (#984)
  • send_json should set content-length header (#983)

3.0.4

  • Manually unroll some macros to regular code (#978)
  • Fix bug in rustls-no-provider when disabling ring (#973)

3.0.3

  • Use the same data in CONNECT and Host header for proxied requests (#967)
  • Set default scheme in proxy uri (#966)
  • Redact URI and Location header on debug level (#964)
  • Downgrade all logging to debug and below (#964)

3.0.2

  • Remove dependency on once_cell (#959)
  • Fix bug parsing partial redirects (#958)
  • Expose typestate variables (#956)

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)

... (truncated)

Commits

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)

Updates the requirements on [ureq](https://github.com/algesten/ureq) to permit the latest version.
- [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md)
- [Commits](algesten/ureq@2.12.1...3.0.6)

---
updated-dependencies:
- dependency-name: ureq
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner February 19, 2025 21:49
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Dependabot PRs that update Rust code skip changelog labels Feb 19, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 27, 2025

Dependabot can't resolve your Rust dependency files. Because of this, Dependabot cannot update this pull request.

@edmorley
Copy link
Member

Dependabot can't resolve your Rust dependency files. Because of this, Dependabot cannot update this pull request.

-> dependabot/dependabot-core#11691

@colincasey colincasey mentioned this pull request Feb 27, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 27, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/ureq-3.0.6 branch February 27, 2025 20:48
@edmorley edmorley removed the request for review from a team February 27, 2025 20:58
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 Dependabot PRs that update Rust code skip changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant