@@ -47,11 +47,11 @@ serde = ["gix/serde", "dep:serde_json", "dep:serde", "bytesize/serde"]
47
47
48
48
[dependencies ]
49
49
# deselect everything else (like "performance") as this should be controllable by the parent application.
50
- gix = { version = " ^0.60 .0" , path = " ../gix" , default-features = false , features = [" blob-diff" , " revision" , " mailmap" , " excludes" , " attributes" , " worktree-mutation" , " credentials" , " interrupt" , " status" , " dirwalk" ] }
50
+ gix = { version = " ^0.61 .0" , path = " ../gix" , default-features = false , features = [" blob-diff" , " revision" , " mailmap" , " excludes" , " attributes" , " worktree-mutation" , " credentials" , " interrupt" , " status" , " dirwalk" ] }
51
51
gix-pack-for-configuration-only = { package = " gix-pack" , version = " ^0.49.0" , path = " ../gix-pack" , default-features = false , features = [" pack-cache-lru-dynamic" , " pack-cache-lru-static" , " generate" , " streaming-input" ] }
52
52
gix-transport-configuration-only = { package = " gix-transport" , version = " ^0.41.2" , path = " ../gix-transport" , default-features = false }
53
53
gix-archive-for-configuration-only = { package = " gix-archive" , version = " ^0.11.0" , path = " ../gix-archive" , optional = true , features = [" tar" , " tar_gz" ] }
54
- gix-status = { version = " ^0.7 .0" , path = " ../gix-status" }
54
+ gix-status = { version = " ^0.8 .0" , path = " ../gix-status" }
55
55
gix-fsck = { version = " ^0.4.0" , path = " ../gix-fsck" }
56
56
serde = { version = " 1.0.114" , optional = true , default-features = false , features = [" derive" ] }
57
57
anyhow = " 1.0.42"
0 commit comments