summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThayne McCombs <astrothayne@gmail.com>2024-03-01 11:16:34 -0700
committerGitHub <noreply@github.com>2024-03-01 11:16:34 -0700
commit3b2fd158b5ef4ba5f8cccddc2d2efb1de24b6c47 (patch)
tree5e2a0565bc8add432d95d8bd70ff47c203975aec
parentc38dbacbd08faf365e328bd539ad6cc665cf014f (diff)
parent6ae8da6a3964ce96c793c4bf9e63417705881d42 (diff)
Merge pull request #1502 from sharkdp/dependabot/cargo/tempfile-3.10.1
build(deps): bump tempfile from 3.9.0 to 3.10.1
-rw-r--r--Cargo.lock9
-rw-r--r--Cargo.toml2
2 files changed, 5 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 63a2b0b..dcd5e57 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -650,9 +650,9 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
[[package]]
name = "rustix"
-version = "0.38.28"
+version = "0.38.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316"
+checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949"
dependencies = [
"bitflags 2.4.1",
"errno",
@@ -725,13 +725,12 @@ dependencies = [
[[package]]
name = "tempfile"
-version = "3.9.0"
+version = "3.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa"
+checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
dependencies = [
"cfg-if",
"fastrand",
- "redox_syscall",
"rustix",
"windows-sys 0.52.0",
]
diff --git a/Cargo.toml b/Cargo.toml
index d30fdcd..c1cf5e5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -78,7 +78,7 @@ jemallocator = {version = "0.5.4", optional = true}
[dev-dependencies]
diff = "0.1"
-tempfile = "3.9"
+tempfile = "3.10"
filetime = "0.2"
test-case = "3.3"