Skip to content

Commit af50dbf

Browse files
committed
Auto merge of #4685 - rust-lang:renovate/tracing-subscriber-0.x, r=Turbo87
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).
2 parents 02f99b6 + 5c4bb41 commit af50dbf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ thiserror = "=1.0.30"
8585
tokio = { version = "=1.17.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros"]}
8686
toml = "=0.5.8"
8787
tracing = "=0.1.32"
88-
tracing-subscriber = { version = "=0.3.9", features = ["env-filter"] }
88+
tracing-subscriber = { version = "=0.3.10", features = ["env-filter"] }
8989
url = "=2.2.2"
9090

9191
[dev-dependencies]

0 commit comments

Comments
 (0)