diff --git a/Cargo.lock b/Cargo.lock index 9f5f655..689018a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4185,13 +4185,12 @@ checksum = "69758bda2e78f098e4ccb393021a0963bb3442eac05f135c30f61b7370bbafae" [[package]] name = "tempfile" -version = "3.9.0" +version = "3.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa" +checksum = "a365e8cd18e44762ef95d87f284f4b5cd04107fec2ff3052bd6a3e6069669e67" dependencies = [ "cfg-if", "fastrand 2.0.1", - "redox_syscall", "rustix 0.38.31", "windows-sys 0.52.0", ] diff --git a/usbsas-analyzer-server/Cargo.toml b/usbsas-analyzer-server/Cargo.toml index 3fb9884..68cc09e 100644 --- a/usbsas-analyzer-server/Cargo.toml +++ b/usbsas-analyzer-server/Cargo.toml @@ -15,7 +15,7 @@ log = "0.4" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tar = "0.4" -tempfile = "3.9" +tempfile = "3.10" uuid = { version = "1.7", features = ["v4"] } [features] diff --git a/usbsas-tools/Cargo.toml b/usbsas-tools/Cargo.toml index 24725bc..cde98ac 100644 --- a/usbsas-tools/Cargo.toml +++ b/usbsas-tools/Cargo.toml @@ -14,7 +14,7 @@ indicatif = { version = "0.17", optional = true } libc = { version = "0.2", optional = true } log = "0.4" nix = { version = "0.27", optional = true, features = ["user"] } -tempfile = { version = "3.9", optional = true } +tempfile = { version = "3.10", optional = true } serde_json = { version = "1.0", optional = true} thiserror = "1.0" time = { version = "0.3", optional = true }