diff --git a/Cargo.lock b/Cargo.lock index 2f315bd9..367b1d00 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3158,9 +3158,9 @@ checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60" [[package]] name = "tempfile" -version = "3.10.0" +version = "3.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a365e8cd18e44762ef95d87f284f4b5cd04107fec2ff3052bd6a3e6069669e67" +checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" dependencies = [ "cfg-if", "fastrand 2.0.1", diff --git a/Cargo.toml b/Cargo.toml index 8955d3ec..dd633fa1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ serde_json = "1.0.114" similar = "2.4.0" tabwriter = "1.4.0" thiserror = { version = "1", default-features = false } -tempfile = "3.10.0" +tempfile = "3.10.1" test-common = { path = "test-common" } thouart = { git = "https://github.com/oxidecomputer/thouart.git" } tokio = { version = "1.36.0", features = ["full"] }