@@ -49,11 +49,11 @@ serde = ["gix/serde", "dep:serde_json", "dep:serde", "bytesize/serde"]
4949
5050[dependencies ]
5151# deselect everything else (like "performance") as this should be controllable by the parent application.
52- gix = { version = " ^0.74.0 " , path = " ../gix" , default-features = false , features = [" merge" , " blob-diff" , " blame" , " revision" , " mailmap" , " excludes" , " attributes" , " worktree-mutation" , " credentials" , " interrupt" , " status" , " dirwalk" ] }
53- gix-pack-for-configuration-only = { package = " gix-pack" , version = " ^0.61.0 " , path = " ../gix-pack" , default-features = false , features = [" pack-cache-lru-dynamic" , " pack-cache-lru-static" , " generate" , " streaming-input" ] }
54- gix-transport-configuration-only = { package = " gix-transport" , version = " ^0.49.0 " , path = " ../gix-transport" , default-features = false }
55- gix-archive-for-configuration-only = { package = " gix-archive" , version = " ^0.23.0 " , path = " ../gix-archive" , optional = true , features = [" tar" , " tar_gz" ] }
56- gix-status = { version = " ^0.21.0 " , path = " ../gix-status" }
52+ gix = { version = " ^0.74.1 " , path = " ../gix" , default-features = false , features = [" merge" , " blob-diff" , " blame" , " revision" , " mailmap" , " excludes" , " attributes" , " worktree-mutation" , " credentials" , " interrupt" , " status" , " dirwalk" ] }
53+ gix-pack-for-configuration-only = { package = " gix-pack" , version = " ^0.61.1 " , path = " ../gix-pack" , default-features = false , features = [" pack-cache-lru-dynamic" , " pack-cache-lru-static" , " generate" , " streaming-input" ] }
54+ gix-transport-configuration-only = { package = " gix-transport" , version = " ^0.49.1 " , path = " ../gix-transport" , default-features = false }
55+ gix-archive-for-configuration-only = { package = " gix-archive" , version = " ^0.23.1 " , path = " ../gix-archive" , optional = true , features = [" tar" , " tar_gz" ] }
56+ gix-status = { version = " ^0.21.1 " , path = " ../gix-status" }
5757gix-fsck = { version = " ^0.13.0" , path = " ../gix-fsck" }
5858serde = { version = " 1.0.114" , optional = true , default-features = false , features = [" derive" ] }
5959anyhow = " 1.0.100"
@@ -70,7 +70,7 @@ futures-io = { version = "0.3.16", optional = true }
7070blocking = { version = " 1.6.2" , optional = true }
7171
7272# for 'organize' functionality
73- gix-url = { version = " ^0.33.0 " , path = " ../gix-url" , optional = true }
73+ gix-url = { version = " ^0.33.1 " , path = " ../gix-url" , optional = true }
7474jwalk = { version = " 0.8.0" , optional = true }
7575
7676# for 'hours'
0 commit comments