@@ -45,9 +45,9 @@ serde = ["gix/serde", "dep:serde_json", "dep:serde", "bytesize/serde"]
45
45
[dependencies ]
46
46
# deselect everything else (like "performance") as this should be controllable by the parent application.
47
47
gix = { version = " ^0.53.0" , path = " ../gix" , default-features = false , features = [" blob-diff" , " revision" , " mailmap" , " excludes" , " attributes" , " worktree-mutation" , " credentials" , " interrupt" ] }
48
- gix-pack-for-configuration-only = { package = " gix-pack" , version = " ^0.41 .0" , path = " ../gix-pack" , default-features = false , features = [" pack-cache-lru-dynamic" , " pack-cache-lru-static" , " generate" , " streaming-input" ] }
49
- gix-transport-configuration-only = { package = " gix-transport" , version = " ^0.35 .0" , path = " ../gix-transport" , default-features = false }
50
- gix-archive-for-configuration-only = { package = " gix-archive" , version = " ^0.3 .0" , path = " ../gix-archive" , optional = true , features = [" tar" , " tar_gz" ] }
48
+ gix-pack-for-configuration-only = { package = " gix-pack" , version = " ^0.42 .0" , path = " ../gix-pack" , default-features = false , features = [" pack-cache-lru-dynamic" , " pack-cache-lru-static" , " generate" , " streaming-input" ] }
49
+ gix-transport-configuration-only = { package = " gix-transport" , version = " ^0.36 .0" , path = " ../gix-transport" , default-features = false }
50
+ gix-archive-for-configuration-only = { package = " gix-archive" , version = " ^0.4 .0" , path = " ../gix-archive" , optional = true , features = [" tar" , " tar_gz" ] }
51
51
serde = { version = " 1.0.114" , optional = true , default-features = false , features = [" derive" ] }
52
52
anyhow = " 1.0.42"
53
53
thiserror = " 1.0.34"
@@ -63,7 +63,7 @@ futures-io = { version = "0.3.16", optional = true }
63
63
blocking = { version = " 1.0.2" , optional = true }
64
64
65
65
# for 'organize' functionality
66
- gix-url = { version = " ^0.22 .0" , path = " ../gix-url" , optional = true }
66
+ gix-url = { version = " ^0.23 .0" , path = " ../gix-url" , optional = true }
67
67
jwalk = { version = " 0.8.0" , optional = true }
68
68
69
69
# for 'hours'
0 commit comments