Skip to content

Commit 6e449c1

Browse files
fix(deps): bump tracing-appender from 0.2.3 to 0.2.4
Bumps [tracing-appender](https://github.com/tokio-rs/tracing) from 0.2.3 to 0.2.4. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-appender-0.2.3...tracing-appender-0.2.4) --- updated-dependencies: - dependency-name: tracing-appender dependency-version: 0.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cf39ab6 commit 6e449c1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 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
@@ -118,7 +118,7 @@ tokio-tungstenite = "0.26.2"
118118
tokio-util = { version = "0.7.15", features = ["codec", "compat"] }
119119
toml = "0.8.12"
120120
tracing = { version = "0.1.40", features = ["log"] }
121-
tracing-appender = "0.2.2"
121+
tracing-appender = "0.2.4"
122122
tracing-subscriber = { version = "0.3.19", features = ["env-filter", "fmt", "parking_lot", "time"] }
123123
tracing-test = "0.2.4"
124124
typed-path = "0.11.0"

crates/agent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ tokio.workspace = true
7272
tokio-stream.workspace = true
7373
tokio-util.workspace = true
7474
tracing.workspace = true
75-
tracing-appender = "0.2.3"
75+
tracing-appender = "0.2.4"
7676
tracing-subscriber.workspace = true
7777
url.workspace = true
7878
uuid.workspace = true

0 commit comments

Comments
 (0)