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): bump the all group across 1 directory with 2 updates #5808

Merged
merged 1 commit into from
Jul 13, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 13, 2024

Bumps the all group with 2 updates in the / directory: http_req and gethostname.

Updates http_req from 0.10.3 to 0.11.0

Release notes

Sourced from http_req's releases.

v0.11.0

What's new

  • Improve memory management and overall stability
    • Fix issue causing all data to be loaded into memory instead of dedicated writer
    • Fix issue that could lead to exceeding timeout when server was sending data at very low speed #46
    • Ensure that response body is only read when the content-length is greater than 0 or is unknown as per #65 by @​ghu
  • Stream allows to more easily manage TCP connection and perform common operations on the underlying TCP stream
  • Update dependencies
    • rustls ^0.23
    • rustls-pemfile ^2.1
    • webpki-roots ^0.26
  • New dependencies (for rustls)
    • rustls-pki-types ^ 1.7

Breaking changes

  • RequestBuilder can no longer send requests by itself. It is now only used to prepare request messages.
  • Default Request timeout is set to 1 hour
Commits

Updates gethostname from 0.4.3 to 0.5.0

Changelog

Sourced from gethostname's changelog.

[0.5.0] – 2024-07-06

Changed

  • On Unix, use rustix to provide a simple implementation of gethostname without unsafe (see GH-10 and GH-17).

GH-10: swsnr/gethostname.rs#10 GH-17: swsnr/gethostname.rs#17

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all group with 2 updates in the / directory: [http_req](https://github.com/jayjamesjay/http_req) and [gethostname](https://github.com/swsnr/gethostname.rs).


Updates `http_req` from 0.10.3 to 0.11.0
- [Release notes](https://github.com/jayjamesjay/http_req/releases)
- [Commits](jayjamesjay/http_req@v0.10.3...v0.11.0)

Updates `gethostname` from 0.4.3 to 0.5.0
- [Changelog](https://github.com/swsnr/gethostname.rs/blob/main/CHANGELOG.md)
- [Commits](swsnr/gethostname.rs@v0.4.3...v0.5.0)

---
updated-dependencies:
- dependency-name: http_req
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: gethostname
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 13, 2024
@wez wez merged commit b158472 into main Jul 13, 2024
14 of 17 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/all-3237d713f9 branch July 13, 2024 13:49
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