22name = " gitoxide-core"
33description = " The library implementing all capabilities of the gitoxide CLI"
44repository = " https://github.com/Byron/gitoxide"
5- version = " 0.35 .0"
5+ version = " 0.36 .0"
66authors = [
" Sebastian Thiel <[email protected] >" ]
77license = " MIT OR Apache-2.0"
88edition = " 2021"
@@ -44,12 +44,12 @@ serde = ["gix/serde", "dep:serde_json", "dep:serde", "bytesize/serde"]
4444
4545[dependencies ]
4646# deselect everything else (like "performance") as this should be controllable by the parent application.
47- gix = { version = " ^0.57.1 " , path = " ../gix" , default-features = false , features = [" blob-diff" , " revision" , " mailmap" , " excludes" , " attributes" , " worktree-mutation" , " credentials" , " interrupt" , " status" ] }
48- gix-pack-for-configuration-only = { package = " gix-pack" , version = " ^0.46.1 " , 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.40.1 " , path = " ../gix-transport" , default-features = false }
50- gix-archive-for-configuration-only = { package = " gix-archive" , version = " ^0.8.1 " , path = " ../gix-archive" , optional = true , features = [" tar" , " tar_gz" ] }
51- gix-status = { version = " ^0.4.1 " , path = " ../gix-status" }
52- gix-fsck = { version = " ^0.2 .0" , path = " ../gix-fsck" }
47+ gix = { version = " ^0.58.0 " , path = " ../gix" , default-features = false , features = [" blob-diff" , " revision" , " mailmap" , " excludes" , " attributes" , " worktree-mutation" , " credentials" , " interrupt" , " status" ] }
48+ gix-pack-for-configuration-only = { package = " gix-pack" , version = " ^0.47.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.41.0 " , path = " ../gix-transport" , default-features = false }
50+ gix-archive-for-configuration-only = { package = " gix-archive" , version = " ^0.9.0 " , path = " ../gix-archive" , optional = true , features = [" tar" , " tar_gz" ] }
51+ gix-status = { version = " ^0.5.0 " , path = " ../gix-status" }
52+ gix-fsck = { version = " ^0.3 .0" , path = " ../gix-fsck" }
5353serde = { version = " 1.0.114" , optional = true , default-features = false , features = [" derive" ] }
5454anyhow = " 1.0.42"
5555thiserror = " 1.0.34"
@@ -65,7 +65,7 @@ futures-io = { version = "0.3.16", optional = true }
6565blocking = { version = " 1.0.2" , optional = true }
6666
6767# for 'organize' functionality
68- gix-url = { version = " ^0.26.1 " , path = " ../gix-url" , optional = true }
68+ gix-url = { version = " ^0.27.0 " , path = " ../gix-url" , optional = true }
6969jwalk = { version = " 0.8.0" , optional = true }
7070
7171# for 'hours'
0 commit comments