diff --git a/Cargo.lock b/Cargo.lock index 30e799ddb49..f50f7c4fd67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1291,7 +1291,7 @@ dependencies = [ "anyhow", "async-std", "document-features", - "gix-actor 0.31.3", + "gix-actor 0.31.4", "gix-archive", "gix-attributes 0.22.2", "gix-command", @@ -1314,7 +1314,7 @@ dependencies = [ "gix-macros", "gix-mailmap", "gix-negotiate", - "gix-object 0.42.2", + "gix-object 0.42.3", "gix-odb", "gix-pack", "gix-path 0.10.8", @@ -1369,7 +1369,7 @@ dependencies = [ [[package]] name = "gix-actor" -version = "0.31.3" +version = "0.31.4" dependencies = [ "bstr", "document-features", @@ -1395,7 +1395,7 @@ dependencies = [ "gix-date 0.8.7", "gix-filter", "gix-hash 0.14.2", - "gix-object 0.42.2", + "gix-object 0.42.3", "gix-odb", "gix-path 0.10.8", "gix-testtools", @@ -1625,7 +1625,7 @@ dependencies = [ "gix-filter", "gix-fs 0.11.1", "gix-hash 0.14.2", - "gix-object 0.42.2", + "gix-object 0.42.3", "gix-path 0.10.8", "gix-tempfile 14.0.0", "gix-trace 0.1.9", @@ -1643,7 +1643,7 @@ dependencies = [ "gix-filter", "gix-fs 0.11.1", "gix-hash 0.14.2", - "gix-object 0.42.2", + "gix-object 0.42.3", "gix-odb", "gix-testtools", "gix-traverse 0.39.1", @@ -1661,7 +1661,7 @@ dependencies = [ "gix-fs 0.11.1", "gix-ignore 0.11.2", "gix-index 0.33.0", - "gix-object 0.42.2", + "gix-object 0.42.3", "gix-path 0.10.8", "gix-pathspec", "gix-testtools", @@ -1760,7 +1760,7 @@ dependencies = [ "gix-attributes 0.22.2", "gix-command", "gix-hash 0.14.2", - "gix-object 0.42.2", + "gix-object 0.42.3", "gix-packetline-blocking", "gix-path 0.10.8", "gix-quote 0.4.12", @@ -1802,7 +1802,7 @@ version = "0.4.0" dependencies = [ "gix-hash 0.14.2", "gix-hashtable 0.5.2", - "gix-object 0.42.2", + "gix-object 0.42.3", "gix-odb", "gix-testtools", ] @@ -1916,7 +1916,7 @@ dependencies = [ "gix-fs 0.11.1", "gix-hash 0.14.2", "gix-lock 14.0.0", - "gix-object 0.42.2", + "gix-object 0.42.3", "gix-traverse 0.39.1", "gix-utils 0.1.12", "gix-validate 0.8.5", @@ -1945,7 +1945,7 @@ dependencies = [ "gix-fs 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", "gix-hash 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)", "gix-lock 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "gix-object 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-object 0.42.2", "gix-traverse 0.39.1 (registry+https://github.com/rust-lang/crates.io-index)", "gix-utils 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", "gix-validate 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1967,7 +1967,7 @@ dependencies = [ "gix-features 0.38.2", "gix-hash 0.14.2", "gix-index 0.33.0", - "gix-object 0.42.2", + "gix-object 0.42.3", "gix-odb", "gix-testtools", ] @@ -2013,7 +2013,7 @@ version = "0.23.4" dependencies = [ "bstr", "document-features", - "gix-actor 0.31.3", + "gix-actor 0.31.4", "gix-date 0.8.7", "gix-testtools", "serde", @@ -2028,7 +2028,7 @@ dependencies = [ "gix-commitgraph 0.24.2", "gix-date 0.8.7", "gix-hash 0.14.2", - "gix-object 0.42.2", + "gix-object 0.42.3", "gix-odb", "gix-ref 0.44.1", "gix-revwalk 0.13.1", @@ -2044,20 +2044,17 @@ version = "0.0.0" [[package]] name = "gix-object" version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1fe2dc4a41191c680c942e6ebd630c8107005983c4679214fdb1007dcf5ae1df" dependencies = [ "bstr", - "criterion", - "document-features", - "gix-actor 0.31.3", - "gix-date 0.8.7", - "gix-features 0.38.2", - "gix-hash 0.14.2", - "gix-testtools", - "gix-utils 0.1.12", - "gix-validate 0.8.5", + "gix-actor 0.31.2", + "gix-date 0.8.6", + "gix-features 0.38.2 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-hash 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-utils 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-validate 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", "itoa", - "pretty_assertions", - "serde", "smallvec", "thiserror", "winnow 0.6.0", @@ -2065,18 +2062,21 @@ dependencies = [ [[package]] name = "gix-object" -version = "0.42.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fe2dc4a41191c680c942e6ebd630c8107005983c4679214fdb1007dcf5ae1df" +version = "0.42.3" dependencies = [ "bstr", - "gix-actor 0.31.2", - "gix-date 0.8.6", - "gix-features 0.38.2 (registry+https://github.com/rust-lang/crates.io-index)", - "gix-hash 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)", - "gix-utils 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", - "gix-validate 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", + "criterion", + "document-features", + "gix-actor 0.31.4", + "gix-date 0.8.7", + "gix-features 0.38.2", + "gix-hash 0.14.2", + "gix-testtools", + "gix-utils 0.1.12", + "gix-validate 0.8.5", "itoa", + "pretty_assertions", + "serde", "smallvec", "thiserror", "winnow 0.6.0", @@ -2092,7 +2092,7 @@ dependencies = [ "gix-features 0.38.2", "gix-fs 0.11.1", "gix-hash 0.14.2", - "gix-object 0.42.2", + "gix-object 0.42.3", "gix-pack", "gix-path 0.10.8", "gix-quote 0.4.12", @@ -2108,11 +2108,11 @@ version = "0.0.0" dependencies = [ "crossbeam-channel", "filetime", - "gix-actor 0.31.3", + "gix-actor 0.31.4", "gix-date 0.8.7", "gix-features 0.38.2", "gix-hash 0.14.2", - "gix-object 0.42.2", + "gix-object 0.42.3", "gix-odb", "gix-pack", "gix-testtools", @@ -2131,7 +2131,7 @@ dependencies = [ "gix-features 0.38.2", "gix-hash 0.14.2", "gix-hashtable 0.5.2", - "gix-object 0.42.2", + "gix-object 0.42.3", "gix-path 0.10.8", "gix-tempfile 14.0.0", "gix-testtools", @@ -2151,7 +2151,7 @@ dependencies = [ "bstr", "gix-features 0.38.2", "gix-hash 0.14.2", - "gix-object 0.42.2", + "gix-object 0.42.3", "gix-odb", "gix-pack", "gix-testtools", @@ -2300,13 +2300,13 @@ name = "gix-ref" version = "0.44.1" dependencies = [ "document-features", - "gix-actor 0.31.3", + "gix-actor 0.31.4", "gix-date 0.8.7", "gix-features 0.38.2", "gix-fs 0.11.1", "gix-hash 0.14.2", "gix-lock 14.0.0", - "gix-object 0.42.2", + "gix-object 0.42.3", "gix-path 0.10.8", "gix-tempfile 14.0.0", "gix-testtools", @@ -2330,7 +2330,7 @@ dependencies = [ "gix-fs 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", "gix-hash 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)", "gix-lock 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "gix-object 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-object 0.42.2", "gix-path 0.10.7", "gix-tempfile 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "gix-utils 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2344,14 +2344,14 @@ dependencies = [ name = "gix-ref-tests" version = "0.0.0" dependencies = [ - "gix-actor 0.31.3", + "gix-actor 0.31.4", "gix-date 0.8.7", "gix-discover 0.32.0", "gix-features 0.38.2", "gix-fs 0.11.1", "gix-hash 0.14.2", "gix-lock 14.0.0", - "gix-object 0.42.2", + "gix-object 0.42.3", "gix-odb", "gix-ref 0.44.1", "gix-testtools", @@ -2381,7 +2381,7 @@ dependencies = [ "gix-date 0.8.7", "gix-hash 0.14.2", "gix-hashtable 0.5.2", - "gix-object 0.42.2", + "gix-object 0.42.3", "gix-odb", "gix-revwalk 0.13.1", "gix-testtools", @@ -2398,7 +2398,7 @@ dependencies = [ "gix-date 0.8.7", "gix-hash 0.14.2", "gix-hashtable 0.5.2", - "gix-object 0.42.2", + "gix-object 0.42.3", "smallvec", "thiserror", ] @@ -2413,7 +2413,7 @@ dependencies = [ "gix-date 0.8.6", "gix-hash 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)", "gix-hashtable 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", - "gix-object 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-object 0.42.2", "smallvec", "thiserror", ] @@ -2461,7 +2461,7 @@ dependencies = [ "gix-fs 0.11.1", "gix-hash 0.14.2", "gix-index 0.33.0", - "gix-object 0.42.2", + "gix-object 0.42.3", "gix-path 0.10.8", "gix-pathspec", "gix-worktree 0.34.0", @@ -2481,7 +2481,7 @@ dependencies = [ "gix-fs 0.11.1", "gix-hash 0.14.2", "gix-index 0.33.0", - "gix-object 0.42.2", + "gix-object 0.42.3", "gix-odb", "gix-path 0.10.8", "gix-pathspec", @@ -2618,7 +2618,7 @@ dependencies = [ "gix-date 0.8.7", "gix-hash 0.14.2", "gix-hashtable 0.5.2", - "gix-object 0.42.2", + "gix-object 0.42.3", "gix-revwalk 0.13.1", "smallvec", "thiserror", @@ -2635,7 +2635,7 @@ dependencies = [ "gix-date 0.8.6", "gix-hash 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)", "gix-hashtable 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", - "gix-object 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-object 0.42.2", "gix-revwalk 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec", "thiserror", @@ -2647,7 +2647,7 @@ version = "0.0.0" dependencies = [ "gix-commitgraph 0.24.2", "gix-hash 0.14.2", - "gix-object 0.42.2", + "gix-object 0.42.3", "gix-odb", "gix-testtools", "gix-traverse 0.39.1", @@ -2724,7 +2724,7 @@ dependencies = [ "gix-hash 0.14.2", "gix-ignore 0.11.2", "gix-index 0.33.0", - "gix-object 0.42.2", + "gix-object 0.42.3", "gix-path 0.10.8", "gix-validate 0.8.5", "serde", @@ -2744,7 +2744,7 @@ dependencies = [ "gix-hash 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)", "gix-ignore 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)", "gix-index 0.33.0 (registry+https://github.com/rust-lang/crates.io-index)", - "gix-object 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-object 0.42.2", "gix-path 0.10.7", "gix-validate 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2760,7 +2760,7 @@ dependencies = [ "gix-glob 0.16.3", "gix-hash 0.14.2", "gix-index 0.33.0", - "gix-object 0.42.2", + "gix-object 0.42.3", "gix-path 0.10.8", "gix-worktree 0.34.0", "io-close", @@ -2777,7 +2777,7 @@ dependencies = [ "gix-fs 0.11.1", "gix-hash 0.14.2", "gix-index 0.33.0", - "gix-object 0.42.2", + "gix-object 0.42.3", "gix-odb", "gix-testtools", "gix-worktree-state", @@ -2795,7 +2795,7 @@ dependencies = [ "gix-filter", "gix-fs 0.11.1", "gix-hash 0.14.2", - "gix-object 0.42.2", + "gix-object 0.42.3", "gix-odb", "gix-path 0.10.8", "gix-testtools", @@ -2818,7 +2818,7 @@ dependencies = [ "gix-hash 0.14.2", "gix-ignore 0.11.2", "gix-index 0.33.0", - "gix-object 0.42.2", + "gix-object 0.42.3", "gix-odb", "gix-path 0.10.8", "gix-testtools", diff --git a/gix-actor/CHANGELOG.md b/gix-actor/CHANGELOG.md index d4d0e19e0c0..853948ff793 100644 --- a/gix-actor/CHANGELOG.md +++ b/gix-actor/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 0.31.4 (2024-07-03) ### Bug Fixes @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 2 commits contributed to the release. + - 3 commits contributed to the release. - 4 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: [#1438](https://github.com/Byron/gitoxide/issues/1438) @@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * **[#1438](https://github.com/Byron/gitoxide/issues/1438)** - Make actor parsing even more lenient ([`40be214`](https://github.com/Byron/gitoxide/commit/40be2145ceb938186363a2c6e074448a5a8f4707)) * **Uncategorized** + - Prepare changelogs prior to release ([`255920e`](https://github.com/Byron/gitoxide/commit/255920ecffd47f221702aaec29de966b120f8fc5)) - Merge branch 'fix-1438' ([`9717a25`](https://github.com/Byron/gitoxide/commit/9717a255b7c817c9f6cde44eedba232e309a6e0f)) diff --git a/gix-actor/Cargo.toml b/gix-actor/Cargo.toml index 1a85c5cbf57..20967e51e83 100644 --- a/gix-actor/Cargo.toml +++ b/gix-actor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-actor" -version = "0.31.3" +version = "0.31.4" description = "A way to identify git actors" authors = ["Sebastian Thiel "] repository = "https://github.com/Byron/gitoxide" diff --git a/gix-archive/Cargo.toml b/gix-archive/Cargo.toml index b5ba13c6d69..961b6f6eb8e 100644 --- a/gix-archive/Cargo.toml +++ b/gix-archive/Cargo.toml @@ -26,7 +26,7 @@ zip = ["dep:zip", "dep:time"] [dependencies] gix-worktree-stream = { version = "^0.13.0", path = "../gix-worktree-stream" } -gix-object = { version = "^0.42.2", path = "../gix-object" } +gix-object = { version = "^0.42.3", path = "../gix-object" } gix-path = { version = "^0.10.8", path = "../gix-path", optional = true } gix-date = { version = "^0.8.7", path = "../gix-date" } diff --git a/gix-diff/Cargo.toml b/gix-diff/Cargo.toml index 7a03a7a6fe7..aa37a7b92f9 100644 --- a/gix-diff/Cargo.toml +++ b/gix-diff/Cargo.toml @@ -24,7 +24,7 @@ doctest = false [dependencies] gix-hash = { version = "^0.14.2", path = "../gix-hash" } -gix-object = { version = "^0.42.2", path = "../gix-object" } +gix-object = { version = "^0.42.3", path = "../gix-object" } gix-filter = { version = "^0.11.2", path = "../gix-filter", optional = true } gix-worktree = { version = "^0.34.0", path = "../gix-worktree", default-features = false, features = ["attributes"], optional = true } gix-command = { version = "^0.3.7", path = "../gix-command", optional = true } diff --git a/gix-dir/Cargo.toml b/gix-dir/Cargo.toml index ff8bb907897..3cebc03d3cb 100644 --- a/gix-dir/Cargo.toml +++ b/gix-dir/Cargo.toml @@ -19,7 +19,7 @@ gix-fs = { version = "^0.11.1", path = "../gix-fs" } gix-path = { version = "^0.10.8", path = "../gix-path" } gix-pathspec = { version = "^0.7.5", path = "../gix-pathspec" } gix-worktree = { version = "^0.34.0", path = "../gix-worktree", default-features = false } -gix-object = { version = "^0.42.2", path = "../gix-object" } +gix-object = { version = "^0.42.3", path = "../gix-object" } gix-ignore = { version = "^0.11.2", path = "../gix-ignore" } gix-utils = { version = "^0.1.12", path = "../gix-utils", features = ["bstr"] } diff --git a/gix-filter/Cargo.toml b/gix-filter/Cargo.toml index bd5ed3e107f..d0febe48fb5 100644 --- a/gix-filter/Cargo.toml +++ b/gix-filter/Cargo.toml @@ -15,7 +15,7 @@ doctest = false [dependencies] gix-hash = { version = "^0.14.2", path = "../gix-hash" } gix-trace = { version = "^0.1.9", path = "../gix-trace" } -gix-object = { version = "^0.42.2", path = "../gix-object" } +gix-object = { version = "^0.42.3", path = "../gix-object" } gix-command = { version = "^0.3.7", path = "../gix-command" } gix-quote = { version = "^0.4.12", path = "../gix-quote" } gix-utils = { version = "^0.1.12", path = "../gix-utils" } diff --git a/gix-fsck/Cargo.toml b/gix-fsck/Cargo.toml index 8725bea95a4..74a7834aea8 100644 --- a/gix-fsck/Cargo.toml +++ b/gix-fsck/Cargo.toml @@ -15,7 +15,7 @@ doctest = false [dependencies] gix-hash = { version = "^0.14.2", path = "../gix-hash" } gix-hashtable = { version = "^0.5.2", path = "../gix-hashtable" } -gix-object = { version = "^0.42.1", path = "../gix-object" } +gix-object = { version = "^0.42.3", path = "../gix-object" } [dev-dependencies] gix-odb = { path = "../gix-odb" } diff --git a/gix-index/Cargo.toml b/gix-index/Cargo.toml index 92290db0a30..591f22b5d0a 100644 --- a/gix-index/Cargo.toml +++ b/gix-index/Cargo.toml @@ -26,7 +26,7 @@ gix-features = { version = "^0.38.2", path = "../gix-features", features = [ ] } gix-hash = { version = "^0.14.2", path = "../gix-hash" } gix-bitmap = { version = "^0.2.11", path = "../gix-bitmap" } -gix-object = { version = "^0.42.2", path = "../gix-object" } +gix-object = { version = "^0.42.3", path = "../gix-object" } gix-validate = { version = "^0.8.5", path = "../gix-validate" } gix-traverse = { version = "^0.39.1", path = "../gix-traverse" } gix-lock = { version = "^14.0.0", path = "../gix-lock" } diff --git a/gix-mailmap/Cargo.toml b/gix-mailmap/Cargo.toml index 2a15067a1ae..651e1dbe13d 100644 --- a/gix-mailmap/Cargo.toml +++ b/gix-mailmap/Cargo.toml @@ -17,7 +17,7 @@ doctest = false serde= ["dep:serde", "bstr/serde", "gix-actor/serde"] [dependencies] -gix-actor = { version = "^0.31.3", path = "../gix-actor" } +gix-actor = { version = "^0.31.4", path = "../gix-actor" } gix-date = { version = "^0.8.7", path = "../gix-date" } bstr = { version = "1.3.0", default-features = false, features = ["std", "unicode"]} thiserror = "1.0.38" diff --git a/gix-negotiate/Cargo.toml b/gix-negotiate/Cargo.toml index 4980c5bca0e..983e51ec8d5 100644 --- a/gix-negotiate/Cargo.toml +++ b/gix-negotiate/Cargo.toml @@ -15,7 +15,7 @@ test = false [dependencies] gix-hash = { version = "^0.14.2", path = "../gix-hash" } -gix-object = { version = "^0.42.2", path = "../gix-object" } +gix-object = { version = "^0.42.3", path = "../gix-object" } gix-date = { version = "^0.8.7", path = "../gix-date" } gix-commitgraph = { version = "^0.24.2", path = "../gix-commitgraph" } gix-revwalk = { version = "^0.13.1", path = "../gix-revwalk" } diff --git a/gix-object/CHANGELOG.md b/gix-object/CHANGELOG.md index c5dd16457ab..217cbb73e24 100644 --- a/gix-object/CHANGELOG.md +++ b/gix-object/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 0.42.3 (2024-07-03) A maintenance release without user-facing changes. @@ -13,7 +13,7 @@ A maintenance release without user-facing changes. - - 11 commits contributed to the release over the course of 31 calendar days. + - 12 commits contributed to the release over the course of 31 calendar days. - 42 days passed between releases. - 0 commits were understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: [#1438](https://github.com/Byron/gitoxide/issues/1438) @@ -27,6 +27,7 @@ A maintenance release without user-facing changes. * **[#1438](https://github.com/Byron/gitoxide/issues/1438)** - Reproduce failure when parsing malformed commit ([`6c5861d`](https://github.com/Byron/gitoxide/commit/6c5861dff0986ca68c474be65738eda47ca28927)) * **Uncategorized** + - Prepare changelogs prior to release ([`255920e`](https://github.com/Byron/gitoxide/commit/255920ecffd47f221702aaec29de966b120f8fc5)) - Merge branch 'fix-1438' ([`9717a25`](https://github.com/Byron/gitoxide/commit/9717a255b7c817c9f6cde44eedba232e309a6e0f)) - Adapt to changes in `gix-actor` ([`8dca2d4`](https://github.com/Byron/gitoxide/commit/8dca2d4de9f40839148fe545cf2f52d2fb9fa496)) - Release gix-actor v0.31.3, gix-mailmap v0.23.4 ([`1e79c5c`](https://github.com/Byron/gitoxide/commit/1e79c5cdf20fc0440e9a497c9d01b0c0ca3ce424)) diff --git a/gix-object/Cargo.toml b/gix-object/Cargo.toml index ef2caf32403..838e418b35f 100644 --- a/gix-object/Cargo.toml +++ b/gix-object/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-object" -version = "0.42.2" +version = "0.42.3" description = "Immutable and mutable git objects with decoding and encoding support" authors = ["Sebastian Thiel "] repository = "https://github.com/Byron/gitoxide" @@ -40,7 +40,7 @@ gix-features = { version = "^0.38.2", path = "../gix-features", features = [ ] } gix-hash = { version = "^0.14.2", path = "../gix-hash" } gix-validate = { version = "^0.8.5", path = "../gix-validate" } -gix-actor = { version = "^0.31.3", path = "../gix-actor" } +gix-actor = { version = "^0.31.4", path = "../gix-actor" } gix-date = { version = "^0.8.7", path = "../gix-date" } gix-utils = { version = "^0.1.11", path = "../gix-utils" } diff --git a/gix-odb/Cargo.toml b/gix-odb/Cargo.toml index 382e06b4614..eeb1f6cd152 100644 --- a/gix-odb/Cargo.toml +++ b/gix-odb/Cargo.toml @@ -23,7 +23,7 @@ gix-hash = { version = "^0.14.2", path = "../gix-hash" } gix-date = { version = "^0.8.7", path = "../gix-date" } gix-path = { version = "^0.10.8", path = "../gix-path" } gix-quote = { version = "^0.4.12", path = "../gix-quote" } -gix-object = { version = "^0.42.2", path = "../gix-object" } +gix-object = { version = "^0.42.3", path = "../gix-object" } gix-pack = { version = "^0.51.0", path = "../gix-pack", default-features = false } gix-fs = { version = "^0.11.1", path = "../gix-fs" } serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] } diff --git a/gix-pack/Cargo.toml b/gix-pack/Cargo.toml index b286e3e944f..9396d852bb4 100644 --- a/gix-pack/Cargo.toml +++ b/gix-pack/Cargo.toml @@ -36,7 +36,7 @@ gix-features = { version = "^0.38.2", path = "../gix-features", features = ["crc gix-path = { version = "^0.10.8", path = "../gix-path" } gix-hash = { version = "^0.14.2", path = "../gix-hash" } gix-chunk = { version = "^0.4.8", path = "../gix-chunk" } -gix-object = { version = "^0.42.2", path = "../gix-object" } +gix-object = { version = "^0.42.3", path = "../gix-object" } gix-hashtable = { version = "^0.5.2", path = "../gix-hashtable", optional = true } # for streaming of packs (input, output) diff --git a/gix-ref/Cargo.toml b/gix-ref/Cargo.toml index 02bab110f7b..06028c2cb24 100644 --- a/gix-ref/Cargo.toml +++ b/gix-ref/Cargo.toml @@ -23,10 +23,10 @@ gix-features = { version = "^0.38.2", path = "../gix-features", features = ["wal gix-fs = { version = "^0.11.1", path = "../gix-fs" } gix-path = { version = "^0.10.8", path = "../gix-path" } gix-hash = { version = "^0.14.2", path = "../gix-hash" } -gix-object = { version = "^0.42.2", path = "../gix-object" } +gix-object = { version = "^0.42.3", path = "../gix-object" } gix-utils = { version = "^0.1.11", path = "../gix-utils" } gix-validate = { version = "^0.8.5", path = "../gix-validate" } -gix-actor = { version = "^0.31.3", path = "../gix-actor" } +gix-actor = { version = "^0.31.4", path = "../gix-actor" } gix-lock = { version = "^14.0.0", path = "../gix-lock" } gix-tempfile = { version = "^14.0.0", default-features = false, path = "../gix-tempfile" } diff --git a/gix-revision/Cargo.toml b/gix-revision/Cargo.toml index 1d5f15d181a..c672be36fe7 100644 --- a/gix-revision/Cargo.toml +++ b/gix-revision/Cargo.toml @@ -23,7 +23,7 @@ serde = [ "dep:serde", "gix-hash/serde", "gix-object/serde" ] [dependencies] gix-hash = { version = "^0.14.2", path = "../gix-hash" } -gix-object = { version = "^0.42.2", path = "../gix-object" } +gix-object = { version = "^0.42.3", path = "../gix-object" } gix-date = { version = "^0.8.7", path = "../gix-date" } gix-hashtable = { version = "^0.5.2", path = "../gix-hashtable", optional = true } gix-revwalk = { version = "^0.13.1", path = "../gix-revwalk" } diff --git a/gix-revwalk/Cargo.toml b/gix-revwalk/Cargo.toml index 451f1602674..1590783c1e0 100644 --- a/gix-revwalk/Cargo.toml +++ b/gix-revwalk/Cargo.toml @@ -14,7 +14,7 @@ doctest = false [dependencies] gix-hash = { version = "^0.14.2", path = "../gix-hash" } -gix-object = { version = "^0.42.2", path = "../gix-object" } +gix-object = { version = "^0.42.3", path = "../gix-object" } gix-date = { version = "^0.8.7", path = "../gix-date" } gix-hashtable = { version = "^0.5.2", path = "../gix-hashtable" } gix-commitgraph = { version = "^0.24.2", path = "../gix-commitgraph" } diff --git a/gix-status/Cargo.toml b/gix-status/Cargo.toml index f9e66ac56cd..b44dff5f988 100644 --- a/gix-status/Cargo.toml +++ b/gix-status/Cargo.toml @@ -21,7 +21,7 @@ worktree-rewrites = ["dep:gix-dir", "dep:gix-diff"] gix-index = { version = "^0.33.0", path = "../gix-index" } gix-fs = { version = "^0.11.1", path = "../gix-fs" } gix-hash = { version = "^0.14.2", path = "../gix-hash" } -gix-object = { version = "^0.42.2", path = "../gix-object" } +gix-object = { version = "^0.42.3", path = "../gix-object" } gix-path = { version = "^0.10.8", path = "../gix-path" } gix-features = { version = "^0.38.2", path = "../gix-features", features = ["progress"] } gix-filter = { version = "^0.11.2", path = "../gix-filter" } diff --git a/gix-traverse/Cargo.toml b/gix-traverse/Cargo.toml index 08b9b126343..0c87e361437 100644 --- a/gix-traverse/Cargo.toml +++ b/gix-traverse/Cargo.toml @@ -15,7 +15,7 @@ doctest = false [dependencies] gix-hash = { version = "^0.14.2", path = "../gix-hash" } -gix-object = { version = "^0.42.2", path = "../gix-object" } +gix-object = { version = "^0.42.3", path = "../gix-object" } gix-date = { version = "^0.8.7", path = "../gix-date" } gix-hashtable = { version = "^0.5.2", path = "../gix-hashtable" } gix-revwalk = { version = "^0.13.1", path = "../gix-revwalk" } diff --git a/gix-worktree-state/Cargo.toml b/gix-worktree-state/Cargo.toml index 4697712bda7..211efc309dd 100644 --- a/gix-worktree-state/Cargo.toml +++ b/gix-worktree-state/Cargo.toml @@ -18,7 +18,7 @@ gix-worktree = { version = "^0.34.0", path = "../gix-worktree", default-features gix-index = { version = "^0.33.0", path = "../gix-index" } gix-fs = { version = "^0.11.1", path = "../gix-fs" } gix-hash = { version = "^0.14.2", path = "../gix-hash" } -gix-object = { version = "^0.42.2", path = "../gix-object" } +gix-object = { version = "^0.42.3", path = "../gix-object" } gix-glob = { version = "^0.16.3", path = "../gix-glob" } gix-path = { version = "^0.10.8", path = "../gix-path" } gix-features = { version = "^0.38.2", path = "../gix-features" } diff --git a/gix-worktree-stream/Cargo.toml b/gix-worktree-stream/Cargo.toml index eec51ed0974..8d300b2b5c3 100644 --- a/gix-worktree-stream/Cargo.toml +++ b/gix-worktree-stream/Cargo.toml @@ -15,7 +15,7 @@ doctest = false [dependencies] gix-features = { version = "^0.38.2", path = "../gix-features", features = ["progress", "io-pipe"] } gix-hash = { version = "^0.14.2", path = "../gix-hash" } -gix-object = { version = "^0.42.2", path = "../gix-object" } +gix-object = { version = "^0.42.3", path = "../gix-object" } gix-attributes = { version = "^0.22.2", path = "../gix-attributes" } gix-filter = { version = "^0.11.2", path = "../gix-filter" } gix-traverse = { version = "^0.39.1", path = "../gix-traverse" } diff --git a/gix-worktree/Cargo.toml b/gix-worktree/Cargo.toml index a4eed00313d..f9b606f4614 100644 --- a/gix-worktree/Cargo.toml +++ b/gix-worktree/Cargo.toml @@ -24,7 +24,7 @@ serde = ["dep:serde", "bstr/serde", "gix-index/serde", "gix-hash/serde", "gix-ob gix-index = { version = "^0.33.0", path = "../gix-index" } gix-fs = { version = "^0.11.1", path = "../gix-fs" } gix-hash = { version = "^0.14.2", path = "../gix-hash" } -gix-object = { version = "^0.42.2", path = "../gix-object" } +gix-object = { version = "^0.42.3", path = "../gix-object" } gix-glob = { version = "^0.16.3", path = "../gix-glob" } gix-path = { version = "^0.10.8", path = "../gix-path" } gix-attributes = { version = "^0.22.2", path = "../gix-attributes", optional = true } diff --git a/gix/Cargo.toml b/gix/Cargo.toml index 18b41827bb0..3a363ad6dff 100644 --- a/gix/Cargo.toml +++ b/gix/Cargo.toml @@ -314,8 +314,8 @@ gix-dir = { version = "^0.5.0", path = "../gix-dir", optional = true } gix-config = { version = "^0.37.0", path = "../gix-config" } gix-odb = { version = "^0.61.0", path = "../gix-odb" } gix-hash = { version = "^0.14.2", path = "../gix-hash" } -gix-object = { version = "^0.42.2", path = "../gix-object" } -gix-actor = { version = "^0.31.3", path = "../gix-actor" } +gix-object = { version = "^0.42.3", path = "../gix-object" } +gix-actor = { version = "^0.31.4", path = "../gix-actor" } gix-pack = { version = "^0.51.0", path = "../gix-pack", default-features = false, features = [ "object-cache-dynamic", ] }