Update Rust crate imara-diff to 0.2.0

This commit is contained in:
renovate[bot]
2026-03-23 08:16:01 +00:00
committed by GitHub
parent f152b72cce
commit b4558d48bd
3 changed files with 3 additions and 3 deletions

View File

@@ -62,7 +62,7 @@ src-trace = { version = "^0.1.18", path = "../src-trace", optional = true }
src-traverse = { version = "^0.54.0", path = "../src-traverse", optional = true }
thiserror = "2.0.18"
imara-diff = { version = "0.1.8", optional = true }
imara-diff = { version = "0.2.0", optional = true }
imara-diff-v2 = { version = "0.2.0", optional = true, package = "imara-diff" }
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
getrandom = { version = "0.2.17", optional = true, default-features = false, features = ["js"] }