Skip to content

Commit 79539f0

Browse files
committed
Update gix-blame dependencies
1 parent f9bd9ec commit 79539f0

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

Cargo.lock

Lines changed: 7 additions & 7 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: 10 additions & 10 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.46.0", path = "../gix-diff", default-features = false, features = ["blob"] }
18-
gix-object = { version = "^0.44.0", path = "../gix-object" }
19-
gix-hash = { version = "^0.14.2", path = "../gix-hash" }
20-
gix-worktree = { version = "^0.36.0", path = "../gix-worktree", default-features = false, features = ["attributes"] }
21-
gix-traverse = { version = "^0.41.0", path = "../gix-traverse" }
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" }
19+
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" }
2222

2323
[dev-dependencies]
24-
gix-ref = { version = "^0.47.0", path = "../gix-ref" }
25-
gix-filter = { version = "^0.13.0", path = "../gix-filter" }
26-
gix-fs = { version = "^0.11.3", path = "../gix-fs" }
27-
gix-index = { version = "^0.35.0", path = "../gix-index" }
28-
gix-odb = { version = "^0.63.0", path = "../gix-odb" }
24+
gix-ref = { version = "^0.48.0", path = "../gix-ref" }
25+
gix-filter = { version = "^0.14.0", path = "../gix-filter" }
26+
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" }
2929
gix-testtools = { path = "../tests/tools" }

0 commit comments

Comments
 (0)