Skip to content

Commit 870fcb4

Browse files
fix(deps): update tokio-tracing monorepo (#1907)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d8a483a commit 870fcb4

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ serde_json = "1.0.145"
1616
serde = "1.0.228"
1717
tempfile = "3.23.0"
1818
thiserror = "2.0.17"
19-
tracing = "0.1.42"
19+
tracing = "0.1.43"
2020
regex = "1.12.2"
2121
mockall = "0.14.0"
2222
clap = "4.5.53"
2323
nix = "0.30.1"
24-
tracing-subscriber = { version = "0.3.21", features = ["json"] }
24+
tracing-subscriber = { version = "0.3.22", features = ["json"] }
2525
tracing-test = "0.2.5"
2626
assert_cmd = "2.1.1"
2727
assert_matches = "1.5.0"

fs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license-file.workspace = true
1212
[dependencies]
1313
mockall = { workspace = true, optional = true }
1414
thiserror = { workspace = true }
15-
tracing = "0.1.42"
15+
tracing = "0.1.43"
1616

1717
[target.'cfg(target_os = "windows")'.dependencies]
1818
windows-sys = { workspace = true, features = [

0 commit comments

Comments
 (0)