diff --git a/Cargo.lock b/Cargo.lock index 5596114e..c4904af7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2007,9 +2007,9 @@ checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c" [[package]] name = "tempfile" -version = "3.24.0" +version = "3.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c" +checksum = "0136791f7c95b1f6dd99f9cc786b91bb81c3800b639b3478e561ddb7be95e5f1" dependencies = [ "fastrand", "getrandom", diff --git a/bins/logview/Cargo.toml b/bins/logview/Cargo.toml index baca1304..e24ec7e1 100644 --- a/bins/logview/Cargo.toml +++ b/bins/logview/Cargo.toml @@ -22,7 +22,7 @@ open = "5.3.3" serde = { version = "1.0.228", features = ["derive", "rc"] } serde_yaml = "0.9.34" shell-words = "1.1.1" -tempfile = "3.24.0" +tempfile = "3.25.0" tokio = { version = "1.49.0", features = ["io-util", "macros", "process", "rt-multi-thread"] } tokio-stream = "0.1.18" tower-http = { version = "0.6.8", features = ["fs", "set-header", "trace"] }