Skip to content

Commit

Permalink
Merge #133
Browse files Browse the repository at this point in the history
133: fix(deps): update rust crate tracing to 0.1.35 r=renovate[bot] a=renovate[bot]

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [tracing](https://tokio.rs) ([source](https://github.com/tokio-rs/tracing)) | dependencies | patch | `0.1.34` -> `0.1.35` |

---

### Release Notes

<details>
<summary>tokio-rs/tracing</summary>

### [`v0.1.35`](https://github.com/tokio-rs/tracing/releases/tag/tracing-0.1.35)

[Compare Source](https://github.com/tokio-rs/tracing/compare/tracing-0.1.34...tracing-0.1.35)

This release reduces the overhead of callsite registration by using new
`tracing-core` APIs.

##### Added

-   Use `DefaultCallsite` to reduce callsite registration overhead ([#&#8203;2083])

##### Changed

-   `tracing-core`: updated to [0.1.27][core-0.1.27]

[core-0.1.27]: https://github.com/tokio-rs/tracing/releases/tag/tracing-core-0.1.27

[#&#8203;2083]: https://github.com/tokio-rs/tracing/pull/2083

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

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

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/jaysonsantos/aur-pkgbuild-updater).

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
bors[bot] and renovate-bot committed Jun 8, 2022
2 parents e9ba9b4 + 5b1ae9a commit 248d965
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ serde_json = "1.0.81"
sha2 = "0.10.2"
structopt = "0.3.26"
tokio = { version = "1.17.0", features = ["full"] }
tracing = "0.1.34"
tracing = "0.1.35"
tracing-error = "0.2.0"
tracing-subscriber = { version = "0.3.11", features = ["env-filter"] }
url = "2.2.2"
Expand Down

0 comments on commit 248d965

Please sign in to comment.