Skip to content

Commit 833abc2

Browse files
Pin gix-hash and move to workspace
1 parent 4ee5996 commit 833abc2

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ env_logger = "0.11.5"
2626
log = "0.4.28"
2727
futures = "0.3.31"
2828
gix = { version = "0.73.0", default-features = false }
29+
gix-hash = "0.19.0"
2930
hyper-reverse-proxy = { path = "hyper-reverse-proxy", version = "0.0.1" }
3031
lazy_static = "1.5.0"
3132
libc = "0.2.177"

josh-core/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ bitvec = "1.0.1"
1515
git-version = "0.3.9"
1616
git2 = { workspace = true }
1717
gix-object = "0.50.2"
18-
gix-hash = "*"
18+
gix-config = "0.46.0"
19+
gix-hash = { workspace = true }
1920
glob = "0.3.1"
2021
hex = { workspace = true }
2122
indoc = "2.0.7"

0 commit comments

Comments
 (0)