about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
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 7605ee0..9d715e6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ edition = "2018"
 [dependencies]
 serde = {version = "1.0", features = ["derive"] }
 serde_json = "1.0"
-difference = "2.0.0"
+similar = "2.0.0"
 anyhow = "1.0"
 
 [workspace]