diff --git a/Cargo.lock b/Cargo.lock index 377e67766..a057b0422 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2307,9 +2307,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.7.1" +version = "3.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc02fddf48964c42031a0b3fe0428320ecf3a73c401040fc0096f97794310651" +checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef" dependencies = [ "cfg-if", "fastrand 2.0.0", diff --git a/integration/sheepdog/Cargo.toml b/integration/sheepdog/Cargo.toml index 965cb9621..2b0889359 100644 --- a/integration/sheepdog/Cargo.toml +++ b/integration/sheepdog/Cargo.toml @@ -12,7 +12,7 @@ anyhow = "1.0" escargot = "0.5.8" serde_json = "1.0" shared = { path = "../shared" } -tempfile = "3.7" +tempfile = "3.8" tokio = { version = "1.32", features = ["rt", "macros", "fs", "io-util", "process", "signal", "time", "net"] } tonic = { version = "0.9", default-features = false, features = ["transport", "prost"]} tower = { version = "0.4", default-features = false, features = ["timeout", "limit", "load-shed"] }