Skip to content

Commit

Permalink
Update Rust crate tracing-chrome to 0.7.1 (#126)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [tracing-chrome](https://togithub.com/thoren-d/tracing-chrome) | dependencies | minor | `0.5.0` -> `0.7.1` |

---

### Release Notes

<details>
<summary>thoren-d/tracing-chrome (tracing-chrome)</summary>

### [`v0.7.1`](https://togithub.com/thoren-d/tracing-chrome/releases/tag/v0.7.1)

[Compare Source](https://togithub.com/thoren-d/tracing-chrome/compare/v0.7.0...v0.7.1)

-   [Replace json with serde_json](https://togithub.com/thoren-d/tracing-chrome/commit/5b13e73d59238719e308fe74957786e4c0f7bdea)

### [`v0.7.0`](https://togithub.com/thoren-d/tracing-chrome/releases/tag/v0.7.0)

[Compare Source](https://togithub.com/thoren-d/tracing-chrome/compare/v0.6.0...v0.7.0)

-   Add `start_new` to `FlushGuard`. You can now generate multiple traces in one run!
-   Clean up dependencies
-   Make events thread-scoped

### [`v0.6.0`](https://togithub.com/thoren-d/tracing-chrome/compare/v0.5.0...v0.6.0)

[Compare Source](https://togithub.com/thoren-d/tracing-chrome/compare/v0.5.0...v0.6.0)

</details>

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **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.

---

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

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Nextjs).
  • Loading branch information
renovate[bot] authored Sep 28, 2023
1 parent d21a924 commit 8699400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next-swc/crates/napi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ tokio = { workspace = true, features = ["full"] }
tracing = { workspace = true }
tracing-futures = "0.2.5"
tracing-subscriber = { workspace = true }
tracing-chrome = "0.5.0"
tracing-chrome = "0.7.1"
turbopack-binding = { workspace = true, features = [
"__swc_core_binding_napi",
"__feature_node_file_trace",
Expand Down

0 comments on commit 8699400

Please sign in to comment.