chore(deps): update rust crate tracing-appender to v0.2.4

This commit is contained in:
renovate[bot]
2025-11-26 19:58:35 +00:00
committed by GitHub
parent 4a3db21d58
commit f51aa49d35

70
Cargo.lock generated
View File

@@ -140,7 +140,7 @@ version = "1.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
dependencies = [
"windows-sys 0.61.2",
"windows-sys 0.60.2",
]
[[package]]
@@ -151,7 +151,7 @@ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
dependencies = [
"anstyle",
"once_cell_polyfill",
"windows-sys 0.61.2",
"windows-sys 0.60.2",
]
[[package]]
@@ -356,7 +356,7 @@ dependencies = [
"serde",
"serde_bytes",
"simdutf8",
"thiserror 2.0.17",
"thiserror",
"time",
"uuid",
]
@@ -742,7 +742,7 @@ version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10d60334b3b2e7c9d91ef8150abfb6fa4c1c39ebbcf4a81c2e346aad939fee3e"
dependencies = [
"thiserror 2.0.17",
"thiserror",
]
[[package]]
@@ -820,7 +820,7 @@ dependencies = [
"libc",
"option-ext",
"redox_users",
"windows-sys 0.61.2",
"windows-sys 0.59.0",
]
[[package]]
@@ -927,7 +927,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
dependencies = [
"libc",
"windows-sys 0.61.2",
"windows-sys 0.52.0",
]
[[package]]
@@ -1290,7 +1290,7 @@ dependencies = [
"ring",
"rustls",
"serde",
"thiserror 2.0.17",
"thiserror",
"tinyvec",
"tokio",
"tokio-rustls",
@@ -1318,7 +1318,7 @@ dependencies = [
"rustls",
"serde",
"smallvec",
"thiserror 2.0.17",
"thiserror",
"tokio",
"tokio-rustls",
"tracing",
@@ -1911,7 +1911,7 @@ dependencies = [
"serde-value",
"serde_json",
"serde_yaml",
"thiserror 2.0.17",
"thiserror",
"thread-id",
"typemap-ors",
"unicode-segmentation",
@@ -2107,7 +2107,7 @@ version = "0.50.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
dependencies = [
"windows-sys 0.61.2",
"windows-sys 0.59.0",
]
[[package]]
@@ -2476,7 +2476,7 @@ dependencies = [
"rustc-hash",
"rustls",
"socket2 0.6.1",
"thiserror 2.0.17",
"thiserror",
"tokio",
"tracing",
"web-time",
@@ -2497,7 +2497,7 @@ dependencies = [
"rustls",
"rustls-pki-types",
"slab",
"thiserror 2.0.17",
"thiserror",
"tinyvec",
"tracing",
"web-time",
@@ -2593,7 +2593,7 @@ checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
dependencies = [
"getrandom 0.2.16",
"libredox",
"thiserror 2.0.17",
"thiserror",
]
[[package]]
@@ -2781,7 +2781,7 @@ dependencies = [
"errno",
"libc",
"linux-raw-sys",
"windows-sys 0.61.2",
"windows-sys 0.52.0",
]
[[package]]
@@ -3083,7 +3083,7 @@ dependencies = [
"shadowsocks-crypto",
"socket2 0.6.1",
"spin",
"thiserror 2.0.17",
"thiserror",
"tokio",
"tokio-tfo",
"trait-variant",
@@ -3150,7 +3150,7 @@ dependencies = [
"sysexits",
"syslog-tracing",
"tcmalloc",
"thiserror 2.0.17",
"thiserror",
"time",
"tokio",
"tracing",
@@ -3201,7 +3201,7 @@ dependencies = [
"smoltcp",
"socket2 0.6.1",
"spin",
"thiserror 2.0.17",
"thiserror",
"tokio",
"tokio-native-tls",
"tokio-rustls",
@@ -3488,7 +3488,7 @@ dependencies = [
"getrandom 0.3.4",
"once_cell",
"rustix",
"windows-sys 0.61.2",
"windows-sys 0.52.0",
]
[[package]]
@@ -3501,33 +3501,13 @@ dependencies = [
"windows-sys 0.60.2",
]
[[package]]
name = "thiserror"
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
dependencies = [
"thiserror-impl 1.0.69",
]
[[package]]
name = "thiserror"
version = "2.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
dependencies = [
"thiserror-impl 2.0.17",
]
[[package]]
name = "thiserror-impl"
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.110",
"thiserror-impl",
]
[[package]]
@@ -3755,12 +3735,12 @@ dependencies = [
[[package]]
name = "tracing-appender"
version = "0.2.3"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf"
checksum = "786d480bce6247ab75f005b14ae1624ad978d3029d9113f0a22fa1ac773faeaf"
dependencies = [
"crossbeam-channel",
"thiserror 1.0.69",
"thiserror",
"time",
"tracing-subscriber",
]
@@ -3847,7 +3827,7 @@ dependencies = [
"libc",
"log",
"nix",
"thiserror 2.0.17",
"thiserror",
"tokio",
"tokio-util",
"windows-sys 0.60.2",
@@ -4136,7 +4116,7 @@ version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
dependencies = [
"windows-sys 0.61.2",
"windows-sys 0.48.0",
]
[[package]]
@@ -4488,7 +4468,7 @@ dependencies = [
"futures",
"libloading",
"log",
"thiserror 2.0.17",
"thiserror",
"windows-sys 0.60.2",
"winreg 0.55.0",
]