diff --git a/Cargo.lock b/Cargo.lock index 4c25b15..6e8da32 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -581,6 +581,12 @@ version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" +[[package]] +name = "symlink" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a7973cce6668464ea31f176d85b13c7ab3bba2cb3b77a2ed26abd7801688010a" + [[package]] name = "syn" version = "2.0.100" @@ -707,11 +713,12 @@ dependencies = [ [[package]] name = "tracing-appender" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "786d480bce6247ab75f005b14ae1624ad978d3029d9113f0a22fa1ac773faeaf" +checksum = "050686193eb999b4bb3bc2acfa891a13da00f79734704c4b8b4ef1a10b368a3c" dependencies = [ "crossbeam-channel", + "symlink", "thiserror 2.0.17", "time", "tracing-subscriber", diff --git a/Cargo.toml b/Cargo.toml index 63b34da..64bdf1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ chrono = "0.4.44" clap = { version = "4", features = ["derive", "wrap_help"] } prettytable = "0.10.0" tracing = "0.1.44" -tracing-appender = "0.2.4" +tracing-appender = "0.2.5" tracing-subscriber = { version = "0.3.22", features = ["env-filter"] } which = "8.0.0" windows = { version = "0.62", features = [