Skip to content

Commit 9a57af7

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

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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
@@ -153,7 +153,7 @@ tokio = { version = "1.47.1", features = ["full"] }
153153
tokio-tungstenite = "0.26.2"
154154
tokio-util = { version = "0.7.16", features = ["codec", "compat"] }
155155
toml = "0.8.12"
156-
tracing = { version = "0.1.40", features = ["log"] }
156+
tracing = { version = "0.1.43", features = ["log"] }
157157
tracing-subscriber = { version = "0.3.19", features = [
158158
"env-filter",
159159
"fmt",

crates/zbus/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ tokio = { version = "1.47.1", optional = true, features = [
7878
"sync",
7979
"tracing",
8080
] }
81-
tracing = "0.1.40"
81+
tracing = "0.1.43"
8282
vsock = { version = "0.5.0", optional = true }
8383
tokio-vsock = { version = "0.7", optional = true }
8484
xdg-home = "1.1.0"

0 commit comments

Comments
 (0)