Skip to content

Commit

Permalink
chore(deps): update dependency vapor/vapor to v4.109.0 (#1413)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [vapor/vapor](https://redirect.github.com/vapor/vapor) | minor |
`4.108.0` -> `4.109.0` |

---

### Release Notes

<details>
<summary>vapor/vapor (vapor/vapor)</summary>

###
[`v4.109.0`](https://redirect.github.com/vapor/vapor/releases/tag/4.109.0):
- Adds swift-distributed-tracing and TracingMiddleware

[Compare
Source](https://redirect.github.com/vapor/vapor/compare/4.108.0...4.109.0)

#### What's Changed

Adds swift-distributed-tracing and TracingMiddleware by
[@&#8203;NeedleInAJayStack](https://redirect.github.com/NeedleInAJayStack)
in [#&#8203;3253](https://redirect.github.com/vapor/vapor/issues/3253)

> This adds support for `swift-distributed-tracing` and adds a
`TracingMiddleware` type. This type will create a span for each wrapped
request, and apply a standard set of span attributes according to OTEL
standards.
>
> For background, see:
[vapor/vapor#3033](https://redirect.github.com/vapor/vapor/issues/3033)

#### Reviewers

Thanks to the reviewers for their help:

-   [@&#8203;ktoso](https://redirect.github.com/ktoso)

###### *This patch was released by
[@&#8203;0xTim](https://redirect.github.com/0xTim)*

**Full Changelog**:
vapor/vapor@4.108.0...4.109.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45NC4xIiwidXBkYXRlZEluVmVyIjoiMzguOTQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 7363b0d commit 5ca52e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/vapor_example/swift/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "vapor_example",
dependencies: [
.package(url: "https://github.com/vapor/vapor.git", exact: "4.108.0"),
.package(url: "https://github.com/vapor/vapor.git", exact: "4.109.0"),
.package(url: "https://github.com/vapor/fluent.git", exact: "4.12.0"),
.package(url: "https://github.com/vapor/fluent-sqlite-driver.git", exact: "4.8.0"),
]
Expand Down

0 comments on commit 5ca52e7

Please sign in to comment.