Skip to content

Commit

Permalink
Auto merge of #4685 - rust-lang:renovate/tracing-subscriber-0.x, r=Tu…
Browse files Browse the repository at this point in the history
…rbo87

Update Rust crate tracing-subscriber to v0.3.10

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

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [tracing-subscriber](https://crates.io/crates/tracing-subscriber) | dependencies | patch | `=0.3.9` -> `=0.3.10` |

---

### Configuration

📅 **Schedule**: 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.

---

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

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
  • Loading branch information
bors committed Apr 6, 2022
2 parents 02f99b6 + 5c4bb41 commit af50dbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -85,7 +85,7 @@ thiserror = "=1.0.30"
tokio = { version = "=1.17.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros"]}
toml = "=0.5.8"
tracing = "=0.1.32"
tracing-subscriber = { version = "=0.3.9", features = ["env-filter"] }
tracing-subscriber = { version = "=0.3.10", features = ["env-filter"] }
url = "=2.2.2"

[dev-dependencies]
Expand Down

0 comments on commit af50dbf

Please sign in to comment.