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 trillium group with 2 updates #2201

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 30, 2023

Bumps the trillium group with 2 updates: trillium and trillium-api.

Updates trillium from 0.2.9 to 0.2.11

Release notes

Sourced from trillium's releases.

trillium-http-v0.2.11

  • 7e32e28ef impl Handler for Headers
  • 7adc2ef77 improve logging
  • 0df4c2ab0 add named Iter and IntoIter for Headers
  • d719ee8b6 add sec-ch-ua-platform known header name
  • df036391c various nonbreaking dependency updates

trillium-v0.2.11

What's new

This release updates trillium's dependency on trillium-http to the latest, [email protected]. Previously, it was set to an incompatable low patch version, which would have required a cargo update in order to compile

trillium-http-v0.2.10

  • ff482c974 add some from impls for header values
  • 9dc7fe516 increase MAX_HEAD_LENGTH to 8kb
  • 03b788896 dependency updates

trillium-v0.2.10

What's new

The primary purpose of this release is to facilitate the use of http tuning parameters introduced in [email protected].

  • d3ab9fa70 reexport trillium_http::HttpConfig from trillium
  • bc28015d3 Add trillium::Conn::response_body() to borrow the response body by @​joshtriplett
  • c0025d8d8 document querystring parsing options
  • 7820a0cb1 implement Handler for arrays of Handler
  • cc522a082 expose trillium_http::Error as trillium::Error
Commits
  • ede2897 (cargo-release) version 0.2.11
  • 3ae18c7 remove dependency carats
  • f67881a update trillium's http dependency
  • d7465f0 (cargo-release) version 0.3.5
  • 55babdb http patch bugfix: resolve another chunked decoder bug
  • 3b9824e Fix overflow in chunked body decoding
  • 8164731 trillium: Add versioned dependency on trillium-http
  • bae4563 (cargo-release) version 0.4.5
  • c3e1751 (cargo-release) version 0.2.10
  • 654b625 (cargo-release) version 0.3.4
  • Additional commits viewable in compare view

Updates trillium-api from 0.2.0-rc.4 to 0.2.0-rc.5

Commits
  • d06bf01 (cargo-release) version 0.2.0-rc.5
  • d7e3ce2 tidying changes to trillium-api
  • 907b088 Add inputs
  • ee45b38 Add fuzzing infrastructure
  • e52117e Fix documentation for Connector::connect
  • ede2897 (cargo-release) version 0.2.11
  • 3ae18c7 remove dependency carats
  • f67881a update trillium's http dependency
  • d7465f0 (cargo-release) version 0.3.5
  • 55babdb http patch bugfix: resolve another chunked decoder bug
  • 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

@dependabot dependabot bot requested a review from a team as a code owner October 30, 2023 19:53
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 30, 2023
Copy link
Contributor

@divviup-github-automation divviup-github-automation left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approving dependabot PR.

@dependabot dependabot bot force-pushed the dependabot/cargo/release/0.5/trillium-2894b8d661 branch from d86edd9 to 2d68cf2 Compare October 30, 2023 20:59
Copy link
Contributor

@divviup-github-automation divviup-github-automation left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approving dependabot PR.

Bumps the trillium group with 2 updates: [trillium](https://github.com/trillium-rs/trillium) and [trillium-api](https://github.com/trillium-rs/trillium).


Updates `trillium` from 0.2.9 to 0.2.11
- [Release notes](https://github.com/trillium-rs/trillium/releases)
- [Commits](trillium-rs/trillium@trillium-http-v0.2.9...trillium-v0.2.11)

Updates `trillium-api` from 0.2.0-rc.4 to 0.2.0-rc.5
- [Release notes](https://github.com/trillium-rs/trillium/releases)
- [Commits](trillium-rs/trillium@trillium-api-v0.2.0-rc.4...trillium-api-v0.2.0-rc.5)

---
updated-dependencies:
- dependency-name: trillium
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: trillium
- dependency-name: trillium-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: trillium
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/release/0.5/trillium-2894b8d661 branch from 2d68cf2 to 50be35a Compare October 30, 2023 22:06
Copy link
Contributor

@divviup-github-automation divviup-github-automation left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approving dependabot PR.

@divviup-github-automation divviup-github-automation merged commit b5ecf7a into release/0.5 Oct 30, 2023
8 checks passed
@divviup-github-automation divviup-github-automation deleted the dependabot/cargo/release/0.5/trillium-2894b8d661 branch October 30, 2023 23:03
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