diff --git a/Cargo.lock b/Cargo.lock index 114927d6b..c00c3d79e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3510,9 +3510,9 @@ checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" [[package]] name = "tempfile" -version = "3.7.0" +version = "3.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5486094ee78b2e5038a6382ed7645bc084dc2ec433426ca4c3cb61e2007b8998" +checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef" dependencies = [ "cfg-if", "fastrand", diff --git a/clash_lib/Cargo.toml b/clash_lib/Cargo.toml index ac2667339..797bf5576 100644 --- a/clash_lib/Cargo.toml +++ b/clash_lib/Cargo.toml @@ -102,7 +102,7 @@ tracing-timing = { version = "0.6.0", optional = true } criterion = { version = "0.4", features = ["html_reports", "async_tokio"], optional = true } [dev-dependencies] -tempfile = "3.3" +tempfile = "3.8" ctor = "0.2" mockall = "0.11.4" tokio-test = "0.4.3"