Skip to content

Commit 2338f29

Browse files
build(deps): bump tracing-error from 0.2.0 to 0.2.1
Bumps [tracing-error](https://github.com/tokio-rs/tracing) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-error-0.2.0...tracing-error-0.2.1) --- updated-dependencies: - dependency-name: tracing-error dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5018c25 commit 2338f29

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ tokio = { version = "1.41.1", features = [
9999
] }
100100
tracing = "0.1.41"
101101
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
102-
tracing-error = { version = "0.2.0" , default-features = false }
102+
tracing-error = { version = "0.2.1" , default-features = false }
103103
tracing-appender = "0.2.3"
104104
strip-ansi-escapes = "0.2.0"
105105
color-eyre = "0.6.3"

0 commit comments

Comments
 (0)