diff --git a/Cargo.toml b/Cargo.toml index 4ddf5fb..5768bd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ name = "diffutils" path = "src/main.rs" [dependencies] -diff = "0.1.10" +diff = "0.1.13" regex = "1.10.3" same-file = "1.0.6" unicode-width = "0.1.11"