Skip to content

Commit 6092580

Browse files
committed
Update imara-diff to version 0.1.8
1 parent 6e67c71 commit 6092580

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gix-diff/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ gix-trace = { version = "^0.1.12", path = "../gix-trace", optional = true }
4242
gix-traverse = { version = "^0.46.2", path = "../gix-traverse", optional = true }
4343

4444
thiserror = "2.0.0"
45-
imara-diff = { version = "0.1.7", optional = true }
45+
imara-diff = { version = "0.1.8", optional = true }
4646
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
4747
getrandom = { version = "0.2.8", optional = true, default-features = false, features = ["js"] }
4848
bstr = { version = "1.12.0", default-features = false }

gix-merge/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ gix-diff = { version = "^0.52.1", path = "../gix-diff", default-features = false
3535
gix-index = { version = "^0.40.1", path = "../gix-index" }
3636

3737
thiserror = "2.0.0"
38-
imara-diff = { version = "0.1.7" }
38+
imara-diff = { version = "0.1.8" }
3939
bstr = { version = "1.12.0", default-features = false }
4040
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
4141

gix-merge/fuzz/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cargo-fuzz = true
1212
anyhow = "1.0.76"
1313
libfuzzer-sys = "0.4"
1414
arbitrary = { version = "1.3.2", features = ["derive"] }
15-
imara-diff = { version = "0.1.7" }
15+
imara-diff = { version = "0.1.8" }
1616
gix-merge = { path = ".." }
1717

1818
# Prevent this from interfering with workspaces

0 commit comments

Comments
 (0)