Skip to content

Commit 52cf9cc

Browse files
chore(deps): bump tracing-subscriber from 0.3.19 to 0.3.20 (#173)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4772eb3 commit 52cf9cc

File tree

2 files changed

+6
-35
lines changed

2 files changed

+6
-35
lines changed

Cargo.lock

Lines changed: 5 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -974,12 +974,11 @@ dependencies = [
974974

975975
[[package]]
976976
name = "nu-ansi-term"
977-
version = "0.46.0"
977+
version = "0.50.1"
978978
source = "registry+https://github.com/rust-lang/crates.io-index"
979-
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
979+
checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
980980
dependencies = [
981-
"overload",
982-
"winapi",
981+
"windows-sys 0.52.0",
983982
]
984983

985984
[[package]]
@@ -1042,12 +1041,6 @@ dependencies = [
10421041
"num-traits",
10431042
]
10441043

1045-
[[package]]
1046-
name = "overload"
1047-
version = "0.1.1"
1048-
source = "registry+https://github.com/rust-lang/crates.io-index"
1049-
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
1050-
10511044
[[package]]
10521045
name = "parking_lot"
10531046
version = "0.12.4"
@@ -1834,9 +1827,9 @@ dependencies = [
18341827

18351828
[[package]]
18361829
name = "tracing-subscriber"
1837-
version = "0.3.19"
1830+
version = "0.3.20"
18381831
source = "registry+https://github.com/rust-lang/crates.io-index"
1839-
checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
1832+
checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
18401833
dependencies = [
18411834
"nu-ansi-term",
18421835
"sharded-slab",
@@ -2008,28 +2001,6 @@ dependencies = [
20082001
"unicode-ident",
20092002
]
20102003

2011-
[[package]]
2012-
name = "winapi"
2013-
version = "0.3.9"
2014-
source = "registry+https://github.com/rust-lang/crates.io-index"
2015-
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2016-
dependencies = [
2017-
"winapi-i686-pc-windows-gnu",
2018-
"winapi-x86_64-pc-windows-gnu",
2019-
]
2020-
2021-
[[package]]
2022-
name = "winapi-i686-pc-windows-gnu"
2023-
version = "0.4.0"
2024-
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2026-
2027-
[[package]]
2028-
name = "winapi-x86_64-pc-windows-gnu"
2029-
version = "0.4.0"
2030-
source = "registry+https://github.com/rust-lang/crates.io-index"
2031-
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2032-
20332004
[[package]]
20342005
name = "windows-sys"
20352006
version = "0.48.0"

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ serde_yaml = "0.9.34"
2525
tokio = { version = "1.47.1", features = ["full"] }
2626
tower = { version = "0.5.2", features = ["limit"] }
2727
tracing = "0.1.41"
28-
tracing-subscriber = "0.3.19"
28+
tracing-subscriber = "0.3.20"
2929
uuid = { version = "1.18.0", features = ["v4", "fast-rng"] }

0 commit comments

Comments
 (0)