@@ -51,8 +51,8 @@ serde = ["gix/serde", "dep:serde_json", "dep:serde", "bytesize/serde"]
5151# deselect everything else (like "performance") as this should be controllable by the parent application.
5252gix = { version = " ^0.72.0" , path = " ../gix" , default-features = false , features = [" merge" , " blob-diff" , " blame" , " revision" , " mailmap" , " excludes" , " attributes" , " worktree-mutation" , " credentials" , " interrupt" , " status" , " dirwalk" ] }
5353gix-pack-for-configuration-only = { package = " gix-pack" , version = " ^0.59.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.46.1 " , path = " ../gix-transport" , default-features = false }
55- gix-archive-for-configuration-only = { package = " gix-archive" , version = " ^0.21.0 " , path = " ../gix-archive" , optional = true , features = [" tar" , " tar_gz" ] }
54+ gix-transport-configuration-only = { package = " gix-transport" , version = " ^0.47.0 " , path = " ../gix-transport" , default-features = false }
55+ gix-archive-for-configuration-only = { package = " gix-archive" , version = " ^0.21.1 " , path = " ../gix-archive" , optional = true , features = [" tar" , " tar_gz" ] }
5656gix-status = { version = " ^0.19.0" , path = " ../gix-status" }
5757gix-fsck = { version = " ^0.11.0" , path = " ../gix-fsck" }
5858serde = { version = " 1.0.114" , optional = true , default-features = false , features = [" derive" ] }
@@ -70,7 +70,7 @@ futures-io = { version = "0.3.16", optional = true }
7070blocking = { version = " 1.0.2" , optional = true }
7171
7272# for 'organize' functionality
73- gix-url = { version = " ^0.30.1 " , path = " ../gix-url" , optional = true }
73+ gix-url = { version = " ^0.31.0 " , path = " ../gix-url" , optional = true }
7474jwalk = { version = " 0.8.0" , optional = true }
7575
7676# for 'hours'
0 commit comments