Skip to content

Commit 8b273d4

Browse files
committed
Update gix-blame dependencies
1 parent 364ef62 commit 8b273d4

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Cargo.lock

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

gix-blame/Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ rust-version = "1.65"
1414
doctest = false
1515

1616
[dependencies]
17-
gix-diff = { version = "^0.47.0", path = "../gix-diff", default-features = false, features = ["blob"] }
18-
gix-object = { version = "^0.45.0", path = "../gix-object" }
17+
gix-diff = { version = "^0.48.0", path = "../gix-diff", default-features = false, features = ["blob"] }
18+
gix-object = { version = "^0.46.0", path = "../gix-object" }
1919
gix-hash = { version = "^0.15.0", path = "../gix-hash" }
20-
gix-worktree = { version = "^0.37.0", path = "../gix-worktree", default-features = false, features = ["attributes"] }
21-
gix-traverse = { version = "^0.42.0", path = "../gix-traverse" }
20+
gix-worktree = { version = "^0.38.0", path = "../gix-worktree", default-features = false, features = ["attributes"] }
21+
gix-traverse = { version = "^0.43.0", path = "../gix-traverse" }
2222

2323
[dev-dependencies]
24-
gix-ref = { version = "^0.48.0", path = "../gix-ref" }
25-
gix-filter = { version = "^0.14.0", path = "../gix-filter" }
24+
gix-ref = { version = "^0.49.0", path = "../gix-ref" }
25+
gix-filter = { version = "^0.15.0", path = "../gix-filter" }
2626
gix-fs = { version = "^0.12.0", path = "../gix-fs" }
27-
gix-index = { version = "^0.36.0", path = "../gix-index" }
28-
gix-odb = { version = "^0.64.0", path = "../gix-odb" }
27+
gix-index = { version = "^0.37.0", path = "../gix-index" }
28+
gix-odb = { version = "^0.65.0", path = "../gix-odb" }
2929
gix-testtools = { path = "../tests/tools" }

0 commit comments

Comments
 (0)