summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJoseph Marrero Corchado <jmarrero@users.noreply.github.com>2022-11-13 13:08:43 -0500
committerGitHub <noreply@github.com>2022-11-13 13:08:43 -0500
commit0dbd87c01724e1c2291c693eec255b068b4856a8 (patch)
treebfe002ef32714879e84bbe0ce785a71b9567197d /Cargo.toml
parentba39acf942273ee340484ffd8f9093003ec55acb (diff)
parent8d08e563b4122604fde8b3994605cda9be6b82b9 (diff)
downloadostree-0dbd87c01724e1c2291c693eec255b068b4856a8.tar.gz
Merge pull request #2765 from cgwalters/drop-openat
rust: Drop `openat` dependency
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cb83c4dc..8cee182d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -51,7 +51,6 @@ thiserror = "1.0.20"
[dev-dependencies]
maplit = "1.0.2"
-openat = "0.1.19"
tempfile = "3"
cap-tempfile = "1.0"