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 8 updates #2456

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 8, 2024

Bumps the trillium group with 8 updates:

Package From To
trillium 0.2.11 0.2.13
trillium-api 0.2.0-rc.7 0.2.0-rc.8
trillium-caching-headers 0.2.1 0.2.2
trillium-head 0.2.0 0.2.1
trillium-router 0.3.5 0.3.6
trillium-rustls 0.4.0 0.4.2
trillium-tokio 0.3.2 0.3.4
trillium-macros 0.0.4 0.0.5

Updates trillium from 0.2.11 to 0.2.13

Release notes

Sourced from trillium's releases.

trillium-http-v0.2.13

this release adds some functionality to trillium_http::Version and trillium_http::Method

see changes here: #291

trillium-v0.2.13

Other

  • updated the following local packages: trillium-http

trillium-http-v0.2.12

This release adds trait implementations for the http-compat feature. In particular,

  • PartialEq implementations for Method and Status
  • TryFrom and PartialEq for Version

trillium-v0.2.12

Other

  • update dependencies other than trillium-rustls
  • use [email protected]
  • use [email protected]
  • deps
  • 📎💬
  • bump trillium-http
  • upgrade deps
  • Expose start_time() on trillium::Conn to avoid needing inner()
Commits
  • 1f2b6e2 chore: release
  • 490cc18 chore: remove mdbook action
  • 75d8c6e client: Add tests for using String with IntoUrl
  • 7093e9d client: impl IntoUrl for String for convenience
  • 7316bf5 chore: remove useless js codeql analysis
  • da84af1 chore: fix clippy action
  • cf3d9e6 chore: no longer allow-dirty in release-plz, as it should be unnecessary
  • b2efb63 test: use #[test(harness)] instead of #[test(harness = harness)]
  • cbb11b4 feat(testing): allow test(harness = trillium_testing::harness) to return ()
  • 9a4660d allow trillium-static to build without any features enabled, panic at runtime
  • Additional commits viewable in compare view

Updates trillium-api from 0.2.0-rc.7 to 0.2.0-rc.8

Release notes

Sourced from trillium-api's releases.

trillium-api-v0.2.0-rc.8

Other

  • update dependencies other than trillium-rustls
  • deps
  • upgrade deps
Commits
  • f5c5723 no longer remove gitignored files from release workflow
  • 90e1583 readd placeholder cert files in example dirs
  • 1f74212 remove p12 and pem files from gitignore
  • 8dd79b0 chore: release
  • 0f75cb5 Update smol requirement from 1.3.0 to 2.0.0
  • fc60e2d Bump actions/deploy-pages from 2 to 4
  • fb873f4 Bump Swatinem/rust-cache from 2.2.1 to 2.7.1
  • f86ef54 Bump actions/upload-pages-artifact from 2 to 3
  • d9bad15 Bump actions/configure-pages from 3 to 4
  • 65233ec Update handlebars requirement from 4.5.0 to 5.0.0
  • Additional commits viewable in compare view

Updates trillium-caching-headers from 0.2.1 to 0.2.2

Release notes

Sourced from trillium-caching-headers's releases.

trillium-caching-headers-v0.2.2

Other

  • upgrade deps
  • remove dependency carats
Commits
  • f5c5723 no longer remove gitignored files from release workflow
  • 90e1583 readd placeholder cert files in example dirs
  • 1f74212 remove p12 and pem files from gitignore
  • 8dd79b0 chore: release
  • 0f75cb5 Update smol requirement from 1.3.0 to 2.0.0
  • fc60e2d Bump actions/deploy-pages from 2 to 4
  • fb873f4 Bump Swatinem/rust-cache from 2.2.1 to 2.7.1
  • f86ef54 Bump actions/upload-pages-artifact from 2 to 3
  • d9bad15 Bump actions/configure-pages from 3 to 4
  • 65233ec Update handlebars requirement from 4.5.0 to 5.0.0
  • Additional commits viewable in compare view

Updates trillium-head from 0.2.0 to 0.2.1

Release notes

Sourced from trillium-head's releases.

trillium-head-v0.2.1

Other

  • remove dependency carats
  • 2021
  • add caching header support
  • add examples and docs for several new crates
Commits
  • 9a4660d allow trillium-static to build without any features enabled, panic at runtime
  • 9c7fb98 Update test-harness requirement from 0.1.1 to 0.2.0
  • f5c5723 no longer remove gitignored files from release workflow
  • 90e1583 readd placeholder cert files in example dirs
  • 1f74212 remove p12 and pem files from gitignore
  • 8dd79b0 chore: release
  • 0f75cb5 Update smol requirement from 1.3.0 to 2.0.0
  • fc60e2d Bump actions/deploy-pages from 2 to 4
  • fb873f4 Bump Swatinem/rust-cache from 2.2.1 to 2.7.1
  • f86ef54 Bump actions/upload-pages-artifact from 2 to 3
  • Additional commits viewable in compare view

Updates trillium-router from 0.3.5 to 0.3.6

Release notes

Sourced from trillium-router's releases.

trillium-router-v0.3.6

Other

  • upgrade deps
  • remove dependency carats
  • deps
Commits
  • f5c5723 no longer remove gitignored files from release workflow
  • 90e1583 readd placeholder cert files in example dirs
  • 1f74212 remove p12 and pem files from gitignore
  • 8dd79b0 chore: release
  • 0f75cb5 Update smol requirement from 1.3.0 to 2.0.0
  • fc60e2d Bump actions/deploy-pages from 2 to 4
  • fb873f4 Bump Swatinem/rust-cache from 2.2.1 to 2.7.1
  • f86ef54 Bump actions/upload-pages-artifact from 2 to 3
  • d9bad15 Bump actions/configure-pages from 3 to 4
  • 65233ec Update handlebars requirement from 4.5.0 to 5.0.0
  • Additional commits viewable in compare view

Updates trillium-rustls from 0.4.0 to 0.4.2

Release notes

Sourced from trillium-rustls's releases.

trillium-rustls-v0.4.2

Other

  • updated the following local packages: trillium-server-common

trillium-rustls-v0.4.1

Other

  • upgrade deps
  • remove dependency carats
  • Make native root support optional
  • deps
  • fmt
Commits
  • 1f2b6e2 chore: release
  • 490cc18 chore: remove mdbook action
  • 75d8c6e client: Add tests for using String with IntoUrl
  • 7093e9d client: impl IntoUrl for String for convenience
  • 7316bf5 chore: remove useless js codeql analysis
  • da84af1 chore: fix clippy action
  • cf3d9e6 chore: no longer allow-dirty in release-plz, as it should be unnecessary
  • b2efb63 test: use #[test(harness)] instead of #[test(harness = harness)]
  • cbb11b4 feat(testing): allow test(harness = trillium_testing::harness) to return ()
  • 9a4660d allow trillium-static to build without any features enabled, panic at runtime
  • Additional commits viewable in compare view

Updates trillium-tokio from 0.3.2 to 0.3.4

Release notes

Sourced from trillium-tokio's releases.

trillium-tokio-v0.3.4

Other

  • updated the following local packages: trillium-http, trillium-server-common

trillium-tokio-v0.3.3

Other

  • client runtime adapters: perform async dns lookups
  • use [email protected]
  • use [email protected]
  • deps
  • bump trillium-http
  • upgrade deps
  • remove dependency carats
  • continue to struggle with port collisions in ci
  • allow nodelay to be set on prebound servers
Commits
  • 1f2b6e2 chore: release
  • 490cc18 chore: remove mdbook action
  • 75d8c6e client: Add tests for using String with IntoUrl
  • 7093e9d client: impl IntoUrl for String for convenience
  • 7316bf5 chore: remove useless js codeql analysis
  • da84af1 chore: fix clippy action
  • cf3d9e6 chore: no longer allow-dirty in release-plz, as it should be unnecessary
  • b2efb63 test: use #[test(harness)] instead of #[test(harness = harness)]
  • cbb11b4 feat(testing): allow test(harness = trillium_testing::harness) to return ()
  • 9a4660d allow trillium-static to build without any features enabled, panic at runtime
  • Additional commits viewable in compare view

Updates trillium-macros from 0.0.4 to 0.0.5

Release notes

Sourced from trillium-macros's releases.

trillium-macros-v0.0.5

Other

  • update dependencies other than trillium-rustls
  • Add test for derive(Transport)
  • Add (and document) macro for derive(Transport)
  • Tweak error message to reference "method" rather than "function"
  • Make error message mention trait-specific alternative annotations
  • Fix typo: s/erro/error/
  • README.md: Document derives for AsyncRead and AsyncWrite
  • README.md: Mention derives for AsyncRead and AsyncWrite too
  • README.md: Wrap #[handler] and FN_NAME in code blocks
  • deps
  • upgrade deps
  • Update futures-lite requirement from 1.13.0 to 2.0.0
  • deps
  • fmt
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 trillium group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [trillium](https://github.com/trillium-rs/trillium) | `0.2.11` | `0.2.13` |
| [trillium-api](https://github.com/trillium-rs/trillium) | `0.2.0-rc.7` | `0.2.0-rc.8` |
| [trillium-caching-headers](https://github.com/trillium-rs/trillium) | `0.2.1` | `0.2.2` |
| [trillium-head](https://github.com/trillium-rs/trillium) | `0.2.0` | `0.2.1` |
| [trillium-router](https://github.com/trillium-rs/trillium) | `0.3.5` | `0.3.6` |
| [trillium-rustls](https://github.com/trillium-rs/trillium) | `0.4.0` | `0.4.2` |
| [trillium-tokio](https://github.com/trillium-rs/trillium) | `0.3.2` | `0.3.4` |
| [trillium-macros](https://github.com/trillium-rs/trillium) | `0.0.4` | `0.0.5` |


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

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

Updates `trillium-caching-headers` from 0.2.1 to 0.2.2
- [Release notes](https://github.com/trillium-rs/trillium/releases)
- [Commits](trillium-rs/trillium@trillium-caching-headers-v0.2.1...trillium-caching-headers-v0.2.2)

Updates `trillium-head` from 0.2.0 to 0.2.1
- [Release notes](https://github.com/trillium-rs/trillium/releases)
- [Commits](trillium-rs/trillium@trillium-head-v0.2.0...trillium-head-v0.2.1)

Updates `trillium-router` from 0.3.5 to 0.3.6
- [Release notes](https://github.com/trillium-rs/trillium/releases)
- [Commits](trillium-rs/trillium@trillium-router-v0.3.5...trillium-router-v0.3.6)

Updates `trillium-rustls` from 0.4.0 to 0.4.2
- [Release notes](https://github.com/trillium-rs/trillium/releases)
- [Commits](trillium-rs/trillium@trillium-rustls-v0.4.0...trillium-rustls-v0.4.2)

Updates `trillium-tokio` from 0.3.2 to 0.3.4
- [Release notes](https://github.com/trillium-rs/trillium/releases)
- [Commits](trillium-rs/trillium@trillium-tokio-v0.3.2...trillium-tokio-v0.3.4)

Updates `trillium-macros` from 0.0.4 to 0.0.5
- [Release notes](https://github.com/trillium-rs/trillium/releases)
- [Commits](https://github.com/trillium-rs/trillium/commits/trillium-macros-v0.0.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
- dependency-name: trillium-caching-headers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: trillium
- dependency-name: trillium-head
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: trillium
- dependency-name: trillium-router
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: trillium
- dependency-name: trillium-rustls
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: trillium
- dependency-name: trillium-tokio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: trillium
- dependency-name: trillium-macros
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: trillium
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 8, 2024 20:01
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 8, 2024
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 enabled auto-merge (squash) January 8, 2024 20:02
@divviup-github-automation divviup-github-automation merged commit 315669e into main Jan 8, 2024
8 checks passed
@divviup-github-automation divviup-github-automation deleted the dependabot/cargo/main/trillium-36b20b3dec branch January 8, 2024 20:44
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