Skip to content

Commit

Permalink
Update gix-blame dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cruessler committed Nov 3, 2024
1 parent f9bd9ec commit 79539f0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions gix-blame/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ rust-version = "1.65"
doctest = false

[dependencies]
gix-diff = { version = "^0.46.0", path = "../gix-diff", default-features = false, features = ["blob"] }
gix-object = { version = "^0.44.0", path = "../gix-object" }
gix-hash = { version = "^0.14.2", path = "../gix-hash" }
gix-worktree = { version = "^0.36.0", path = "../gix-worktree", default-features = false, features = ["attributes"] }
gix-traverse = { version = "^0.41.0", path = "../gix-traverse" }
gix-diff = { version = "^0.47.0", path = "../gix-diff", default-features = false, features = ["blob"] }
gix-object = { version = "^0.45.0", path = "../gix-object" }
gix-hash = { version = "^0.15.0", path = "../gix-hash" }
gix-worktree = { version = "^0.37.0", path = "../gix-worktree", default-features = false, features = ["attributes"] }
gix-traverse = { version = "^0.42.0", path = "../gix-traverse" }

[dev-dependencies]
gix-ref = { version = "^0.47.0", path = "../gix-ref" }
gix-filter = { version = "^0.13.0", path = "../gix-filter" }
gix-fs = { version = "^0.11.3", path = "../gix-fs" }
gix-index = { version = "^0.35.0", path = "../gix-index" }
gix-odb = { version = "^0.63.0", path = "../gix-odb" }
gix-ref = { version = "^0.48.0", path = "../gix-ref" }
gix-filter = { version = "^0.14.0", path = "../gix-filter" }
gix-fs = { version = "^0.12.0", path = "../gix-fs" }
gix-index = { version = "^0.36.0", path = "../gix-index" }
gix-odb = { version = "^0.64.0", path = "../gix-odb" }
gix-testtools = { path = "../tests/tools" }

0 comments on commit 79539f0

Please sign in to comment.