diff --git a/Cargo.lock b/Cargo.lock index 15b8c731..350bf4d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1242,9 +1242,9 @@ checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f" [[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", diff --git a/Cargo.toml b/Cargo.toml index fd3982c2..ab815bdc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -77,7 +77,7 @@ serde = { version = "1.0.196", features = ["derive"] } serde_derive = "1.0.196" serde_json = { version = "1.0.113", features = ["preserve_order"] } smallbitvec = "2.5.1" -tempfile = "3.10.0" +tempfile = "3.10.1" thiserror = "1.0.56" tiny_http = "0.12.0" toml = "0.8.10"