@@ -51,8 +51,8 @@ serde = ["gix/serde", "dep:serde_json", "dep:serde", "bytesize/serde"]
51
51
# deselect everything else (like "performance") as this should be controllable by the parent application.
52
52
gix = { version = " ^0.72.0" , path = " ../gix" , default-features = false , features = [" merge" , " blob-diff" , " blame" , " revision" , " mailmap" , " excludes" , " attributes" , " worktree-mutation" , " credentials" , " interrupt" , " status" , " dirwalk" ] }
53
53
gix-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" ] }
56
56
gix-status = { version = " ^0.19.0" , path = " ../gix-status" }
57
57
gix-fsck = { version = " ^0.11.0" , path = " ../gix-fsck" }
58
58
serde = { version = " 1.0.114" , optional = true , default-features = false , features = [" derive" ] }
@@ -70,7 +70,7 @@ futures-io = { version = "0.3.16", optional = true }
70
70
blocking = { version = " 1.0.2" , optional = true }
71
71
72
72
# 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 }
74
74
jwalk = { version = " 0.8.0" , optional = true }
75
75
76
76
# for 'hours'
0 commit comments