summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorVincent Breitmoser <look@my.amazin.horse>2019-01-09 11:49:56 +0100
committerVincent Breitmoser <look@my.amazin.horse>2019-01-09 11:50:14 +0100
commit5eadfbedaa21d282226de4133cf13430ba5cdcf6 (patch)
treeee574aa2162dd11a3a4d8ce522916346578e049e /Cargo.toml
parent7b220fa762d6701e2ee6332d9e499d945147b66e (diff)
update assert_fs to 0.10.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 332dcf1..a9a9f71 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,5 +20,5 @@ serde_derive = "1.0.82"
uuid = { version = "0.7", features = ["v4"] }
[dev-dependencies]
-assert_fs = "0.10.0"
+assert_fs = "0.10.1"
predicates = "1.0"