summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJan-Erik Rediger <janerik@fnordig.de>2023-12-13 11:32:01 +0100
committerJan-Erik Rediger <janerik@fnordig.de>2023-12-13 11:32:19 +0100
commitb3126b8b7487e4ca4137d692e4e5761eed2331e9 (patch)
treea2da3b802f9e925656a4de8b5e01df479837c8c9 /Cargo.toml
parent3e74a6668a406ee1e48055e83e4f45536a4867d3 (diff)
Update dependencies
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 ce552d9..60bbe74 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,5 +19,5 @@ toml_edit = { version = "0.15.0", default-features = false }
[dev-dependencies]
assert_cmd = "2.0.0"
-pretty_assertions = "1.0.0"
+pretty_assertions = "1.4.0"
tempfile = "3.3.0"