Skip to content

Bump the all group with 3 updates #2154

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2025

Bumps the all group with 3 updates: handlebars-fluent, reqwest and rust_team_data.

Updates handlebars-fluent from 0.4.0 to 0.5.0

Commits
  • eca3613 Merge pull request #18 from alerque/release
  • 104bd79 chore: Release 0.5.0
  • 1c09d72 docs: Replace defunct Travis CI status badge with GH Action
  • aeceaae Merge tag 'v0.5.0' (actually published as 0.4.0) into HEAD
  • 1f6f5c2 Merge pull request #16 from alerque/fluent-bump
  • fe27455 chore: Document current MSRV (bounded by handlebars 6.3's MSRV)
  • 8c54e3e deps: Bump Handlebars to current
  • 46a4949 chore: Use MSRV aware resolver for Rust dependencies
  • 5aec93b refactor: Adjust Fluent API usage for current upstream crate versions
  • 4300ce9 deps: Bump Fluent crates to latest minor releases
  • See full diff in compare view

Updates reqwest from 0.12.15 to 0.12.18

Release notes

Sourced from reqwest's releases.

v0.12.18

What's Changed

  • Fix compilation when socks enabled without TLS.

v0.12.17

What's Changed

v0.12.16

Highlights

  • Add ClientBuilder::http3_congestion_bbr() to enable BBR congestion control.
  • Add ClientBuilder::http3_send_grease() to configure whether to send use QUIC grease.
  • Add ClientBuilder::http3_max_field_section_size() to configure the maximum response headers.
  • Add ClientBuilder::tcp_keepalive_interval() to configure TCP probe interval.
  • Add ClientBuilder::tcp_keepalive_retries() to configure TCP probe count.
  • Add Proxy::headers() to add extra headers that should be sent to a proxy.
  • Fix redirect::Policy::limit() which had an off-by-1 error, allowing 1 more redirect than specified.
  • Fix HTTP/3 to support streaming request bodies.
  • (wasm) Fix null bodies when calling Response::bytes_stream().

What's Changed

... (truncated)

Changelog

Sourced from reqwest's changelog.

v0.12.18

  • Fix compilation when socks enabled without TLS.

v0.12.17

  • Fix compilation on macOS.

v0.12.16

  • Add ClientBuilder::http3_congestion_bbr() to enable BBR congestion control.
  • Add ClientBuilder::http3_send_grease() to configure whether to send use QUIC grease.
  • Add ClientBuilder::http3_max_field_section_size() to configure the maximum response headers.
  • Add ClientBuilder::tcp_keepalive_interval() to configure TCP probe interval.
  • Add ClientBuilder::tcp_keepalive_retries() to configure TCP probe count.
  • Add Proxy::headers() to add extra headers that should be sent to a proxy.
  • Fix redirect::Policy::limit() which had an off-by-1 error, allowing 1 more redirect than specified.
  • Fix HTTP/3 to support streaming request bodies.
  • (wasm) Fix null bodies when calling Response::bytes_stream().
Commits
  • 595c80b v0.12.18
  • f279ad1 fix compilation if socks is enabled without tls
  • fed6bc6 ci: add a feature powerset check job
  • 56ed35b v0.12.17
  • f0bf46b build: Fix compilation issues on macOS (#2696)
  • 99259cb v0.12.16
  • 57670ac feat: add customizable headers for reqwest::Proxy (#2600)
  • d9cf60e refactor: Using FollowRedirect from tower-http to handle the redirect l...
  • 75f62f2 fix: ensure H3ResponseFuture is sync (#2685)
  • 0e1d188 chore: replace rustls-pemfile with rustls-pki-types (#2541)
  • Additional commits viewable in compare view

Updates rust_team_data from 5c6c007 to a54224a

Commits
  • a54224a Merge pull request #1854 from Kobzol/expect-test
  • ac52638 Merge pull request #1832 from dpaoliello/addme
  • 56bfab0 Merge pull request #1827 from tomassedovic/master
  • ee509af Merge pull request #1825 from jackh726/vision-doc-pete
  • f9d65c7 Merge pull request #1760 from dianqk/llvm-automation
  • 8193731 Add the WG-llvm zulip group under automation
  • d121eaa Add expect-test team
  • 0eb9f82 Merge pull request #1799 from Kobzol/rust-lang-nursery-3
  • a1af885 Merge pull request #1853 from Kobzol/expect-test-branch-protection
  • d6edb00 Merge pull request #1852 from Kobzol/add-removed-homepages
  • Additional commits viewable in compare view

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 3 updates: [handlebars-fluent](https://github.com/manishearth/handlebars-fluent), [reqwest](https://github.com/seanmonstar/reqwest) and [rust_team_data](https://github.com/rust-lang/team).


Updates `handlebars-fluent` from 0.4.0 to 0.5.0
- [Commits](Manishearth/handlebars-fluent@v0.4.0...v0.5.0)

Updates `reqwest` from 0.12.15 to 0.12.18
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.15...v0.12.18)

Updates `rust_team_data` from `5c6c007` to `a54224a`
- [Commits](rust-lang/team@5c6c007...a54224a)

---
updated-dependencies:
- dependency-name: handlebars-fluent
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: reqwest
  dependency-version: 0.12.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: rust_team_data
  dependency-version: a54224a782200281cd44591daf60189188cc6331
  dependency-type: direct:production
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 1, 2025
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.

0 participants