Skip to content

Commit 7fc0590

Browse files
Bump imara-diff from 0.1.8 to 0.2.0
Bumps [imara-diff](https://github.com/pascalkuthe/imara-diff) from 0.1.8 to 0.2.0. - [Release notes](https://github.com/pascalkuthe/imara-diff/releases) - [Changelog](https://github.com/pascalkuthe/imara-diff/blob/master/CHANGELOG.md) - [Commits](pascalkuthe/imara-diff@v0.1.8...v0.2.0) --- updated-dependencies: - dependency-name: imara-diff dependency-version: 0.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9f49dd3 commit 7fc0590

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gix-diff/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ gix-trace = { version = "^0.1.15", path = "../gix-trace", optional = true }
4242
gix-traverse = { version = "^0.49.0", path = "../gix-traverse", optional = true }
4343

4444
thiserror = "2.0.17"
45-
imara-diff = { version = "0.1.8", optional = true }
45+
imara-diff = { version = "0.2.0", 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ gix-diff = { version = "^0.55.0", path = "../gix-diff", default-features = false
3535
gix-index = { version = "^0.43.0", path = "../gix-index" }
3636

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

0 commit comments

Comments
 (0)