From 38988db4136ca3f35d915462e6fdb44ef632ad9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 12:10:55 +0000 Subject: [PATCH] chore(deps): bump gix in the cargo group across 1 directory Bumps the cargo group with 1 update in the / directory: [gix](https://github.com/GitoxideLabs/gitoxide). Updates `gix` from 0.81.0 to 0.83.0 - [Release notes](https://github.com/GitoxideLabs/gitoxide/releases) - [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md) - [Commits](https://github.com/GitoxideLabs/gitoxide/compare/gix-v0.81.0...gix-v0.83.0) --- updated-dependencies: - dependency-name: gix dependency-version: 0.83.0 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 1334 +++++++++++++++++++++++++++++++++++++++++----------- Cargo.toml | 2 +- 2 files changed, 1061 insertions(+), 275 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3b13d7f..da99d79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -769,12 +769,12 @@ checksum = "cf7a20738e4e261712f5973ae8313472b89d6bfc6a1bcf6c2f4f8c2c63e3b369" dependencies = [ "anyhow", "bytesize", - "gix", + "gix 0.81.0", "gix-error", "gix-fsck", - "gix-pack", - "gix-status", - "gix-transport", + "gix-pack 0.68.0", + "gix-status 0.28.0", + "gix-transport 0.55.1", "layout-rs", "open", "tempfile", @@ -787,56 +787,54 @@ version = "0.81.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0473c64d9ccbcfb9953a133b47c8b9a335b87ac6c52b983ee4b03d49000b0f3f" dependencies = [ - "gix-actor", - "gix-archive", - "gix-attributes", - "gix-blame", - "gix-command", - "gix-commitgraph", - "gix-config", - "gix-credentials", + "gix-actor 0.40.0", + "gix-attributes 0.31.0", + "gix-blame 0.11.0", + "gix-command 0.8.0", + "gix-commitgraph 0.35.0", + "gix-config 0.54.0", + "gix-credentials 0.37.1", "gix-date", - "gix-diff", - "gix-dir", - "gix-discover", + "gix-diff 0.61.0", + "gix-dir 0.23.0", + "gix-discover 0.49.0", "gix-error", - "gix-features", - "gix-filter", - "gix-fs", - "gix-glob", - "gix-hash", - "gix-hashtable", - "gix-ignore", - "gix-index", - "gix-lock", + "gix-features 0.46.2", + "gix-filter 0.28.0", + "gix-fs 0.19.2", + "gix-glob 0.24.0", + "gix-hash 0.23.0", + "gix-hashtable 0.13.0", + "gix-ignore 0.19.1", + "gix-index 0.49.0", + "gix-lock 21.0.2", "gix-mailmap", - "gix-merge", - "gix-negotiate", - "gix-object", - "gix-odb", - "gix-pack", - "gix-path", - "gix-pathspec", - "gix-prompt", - "gix-protocol", - "gix-ref", - "gix-refspec", - "gix-revision", - "gix-revwalk", - "gix-sec", - "gix-shallow", - "gix-status", - "gix-submodule", - "gix-tempfile", + "gix-merge 0.14.0", + "gix-negotiate 0.29.0", + "gix-object 0.58.0", + "gix-odb 0.78.0", + "gix-pack 0.68.0", + "gix-path 0.11.2", + "gix-pathspec 0.16.1", + "gix-prompt 0.14.1", + "gix-protocol 0.59.0", + "gix-ref 0.61.0", + "gix-refspec 0.39.0", + "gix-revision 0.43.0", + "gix-revwalk 0.29.0", + "gix-sec 0.13.2", + "gix-shallow 0.10.0", + "gix-status 0.28.0", + "gix-submodule 0.28.0", + "gix-tempfile 21.0.2", "gix-trace", - "gix-transport", - "gix-traverse", - "gix-url", + "gix-transport 0.55.1", + "gix-traverse 0.55.0", + "gix-url 0.35.2", "gix-utils", "gix-validate", - "gix-worktree", - "gix-worktree-state", - "gix-worktree-stream", + "gix-worktree 0.50.0", + "gix-worktree-state 0.28.0", "nonempty", "parking_lot", "signal-hook 0.4.3", @@ -844,6 +842,66 @@ dependencies = [ "thiserror 2.0.18", ] +[[package]] +name = "gix" +version = "0.83.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6ce52001b946a6249d5d0d3011df0a042ac3f8a4d013460db6476577b0b9c567" +dependencies = [ + "gix-actor 0.41.0", + "gix-archive", + "gix-attributes 0.33.0", + "gix-blame 0.13.0", + "gix-command 0.9.0", + "gix-commitgraph 0.37.0", + "gix-config 0.56.0", + "gix-credentials 0.38.0", + "gix-date", + "gix-diff 0.63.0", + "gix-dir 0.25.0", + "gix-discover 0.51.0", + "gix-error", + "gix-features 0.48.0", + "gix-filter 0.30.0", + "gix-fs 0.21.1", + "gix-glob 0.26.0", + "gix-hash 0.25.0", + "gix-hashtable 0.15.0", + "gix-ignore 0.21.0", + "gix-index 0.51.0", + "gix-lock 23.0.0", + "gix-merge 0.16.0", + "gix-negotiate 0.31.0", + "gix-object 0.60.0", + "gix-odb 0.80.0", + "gix-pack 0.70.0", + "gix-path 0.12.0", + "gix-pathspec 0.18.0", + "gix-prompt 0.15.0", + "gix-protocol 0.61.0", + "gix-ref 0.63.0", + "gix-refspec 0.41.0", + "gix-revision 0.45.0", + "gix-revwalk 0.31.0", + "gix-sec 0.14.0", + "gix-shallow 0.12.0", + "gix-status 0.30.0", + "gix-submodule 0.30.0", + "gix-tempfile 23.0.0", + "gix-trace", + "gix-transport 0.57.0", + "gix-traverse 0.57.0", + "gix-url 0.36.0", + "gix-utils", + "gix-validate", + "gix-worktree 0.52.0", + "gix-worktree-state 0.30.0", + "gix-worktree-stream", + "nonempty", + "smallvec", + "thiserror 2.0.18", +] + [[package]] name = "gix-actor" version = "0.40.0" @@ -856,16 +914,27 @@ dependencies = [ "winnow", ] +[[package]] +name = "gix-actor" +version = "0.41.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "272916673b83714734b15d4ef3c8b5f1ccddb15fea8ff548430b97c1ab7b7ed8" +dependencies = [ + "bstr", + "gix-date", + "gix-error", +] + [[package]] name = "gix-archive" -version = "0.30.0" +version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "651c99be11aac9b303483193ae50b45eb6e094da4f5ed797019b03948f51aad6" +checksum = "9a20ec244b733338d4cb60e5e05eac700dab7fcc689647b1d1daa9396b119342" dependencies = [ "bstr", "gix-date", "gix-error", - "gix-object", + "gix-object 0.60.0", "gix-worktree-stream", ] @@ -876,8 +945,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c233d6eaa098c0ca5ce03236fd7a96e27f1abe72fad74b46003fbd11fe49563c" dependencies = [ "bstr", - "gix-glob", - "gix-path", + "gix-glob 0.24.0", + "gix-path 0.11.2", + "gix-quote", + "gix-trace", + "kstring", + "smallvec", + "thiserror 2.0.18", + "unicode-bom", +] + +[[package]] +name = "gix-attributes" +version = "0.33.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fe17c5a1c0b6f2ef1476aa1d3222ea50cdff67608016613a58bfc3e078046000" +dependencies = [ + "bstr", + "gix-glob 0.26.0", + "gix-path 0.12.0", "gix-quote", "gix-trace", "kstring", @@ -888,9 +974,9 @@ dependencies = [ [[package]] name = "gix-bitmap" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7add20f40d060db8c9b1314d499bac6ed7480f33eb113ce3e1cf5d6ff85d989" +checksum = "1ecbfc77ec6852294e341ecc305a490b59f2813e6ca42d79efda5099dcab1894" dependencies = [ "gix-error", ] @@ -901,25 +987,45 @@ version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c77aaf9f7348f4da3ebfbfbbc35fa0d07155d98377856198dde6f695fd648705" dependencies = [ - "gix-commitgraph", + "gix-commitgraph 0.35.0", "gix-date", - "gix-diff", + "gix-diff 0.61.0", "gix-error", - "gix-hash", - "gix-object", - "gix-revwalk", + "gix-hash 0.23.0", + "gix-object 0.58.0", + "gix-revwalk 0.29.0", "gix-trace", - "gix-traverse", - "gix-worktree", + "gix-traverse 0.55.0", + "gix-worktree 0.50.0", + "smallvec", + "thiserror 2.0.18", +] + +[[package]] +name = "gix-blame" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "14dab9a942ab54a9661ded7397c3bf927274e7afa94494db0d75cfcbde02ca0a" +dependencies = [ + "gix-commitgraph 0.37.0", + "gix-date", + "gix-diff 0.63.0", + "gix-error", + "gix-hash 0.25.0", + "gix-object 0.60.0", + "gix-revwalk 0.31.0", + "gix-trace", + "gix-traverse 0.57.0", + "gix-worktree 0.52.0", "smallvec", "thiserror 2.0.18", ] [[package]] name = "gix-chunk" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1096b6608fbe5d27fb4984e20f992b4e76fb8c613f6acb87d07c5831b53a6959" +checksum = "edf288be9b60fe7231de03771faa292be1493d84786f68727e33ad1f91764320" dependencies = [ "gix-error", ] @@ -931,7 +1037,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b849c65a609f50d02f8a2774fe371650b3384a743c79c2a070ce0da49b7fb7da" dependencies = [ "bstr", - "gix-path", + "gix-path 0.11.2", + "gix-quote", + "gix-trace", + "shell-words", +] + +[[package]] +name = "gix-command" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "86335306511abe43d75c866d4b1f3d90932fe202edcd43e1314036333e7384d8" +dependencies = [ + "bstr", + "gix-path 0.12.0", "gix-quote", "gix-trace", "shell-words", @@ -946,7 +1065,21 @@ dependencies = [ "bstr", "gix-chunk", "gix-error", - "gix-hash", + "gix-hash 0.23.0", + "memmap2", + "nonempty", +] + +[[package]] +name = "gix-commitgraph" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fe3b5aa0f24e19028c261d229aeeedafcaaa52ebd71021cc15184620fc9d32eb" +dependencies = [ + "bstr", + "gix-chunk", + "gix-error", + "gix-hash 0.25.0", "memmap2", "nonempty", ] @@ -958,12 +1091,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "08939b4c4ed7a663d0e64be9e1e9bdf23a1fb4fcee1febdf449f12229542e50d" dependencies = [ "bstr", - "gix-config-value", - "gix-features", - "gix-glob", - "gix-path", - "gix-ref", - "gix-sec", + "gix-config-value 0.17.1", + "gix-features 0.46.2", + "gix-glob 0.24.0", + "gix-path 0.11.2", + "gix-ref 0.61.0", + "gix-sec 0.13.2", "memchr", "smallvec", "thiserror 2.0.18", @@ -971,6 +1104,24 @@ dependencies = [ "winnow", ] +[[package]] +name = "gix-config" +version = "0.56.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8c01848aebd21c67f6ba41f1de8efd46ae96df21f001954a3c9e1517e514d410" +dependencies = [ + "bstr", + "gix-config-value 0.18.0", + "gix-features 0.48.0", + "gix-glob 0.26.0", + "gix-path 0.12.0", + "gix-ref 0.63.0", + "gix-sec 0.14.0", + "smallvec", + "thiserror 2.0.18", + "unicode-bom", +] + [[package]] name = "gix-config-value" version = "0.17.1" @@ -979,7 +1130,20 @@ checksum = "441a300bc3645a1f45cba495b9175f90f47256ce43f2ee161da0031e3ac77c92" dependencies = [ "bitflags", "bstr", - "gix-path", + "gix-path 0.11.2", + "libc", + "thiserror 2.0.18", +] + +[[package]] +name = "gix-config-value" +version = "0.18.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "13b39ed39ee4c10a3b157f9fb94bac8098d9f8e56201f0cf7dee6c187416c4b2" +dependencies = [ + "bitflags", + "bstr", + "gix-path 0.12.0", "libc", "thiserror 2.0.18", ] @@ -991,22 +1155,40 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "38b2a34b8715e3bbd514f3d1705f5d51c4b250e5bfe506b9fb60b133c85c93d9" dependencies = [ "bstr", - "gix-command", - "gix-config-value", + "gix-command 0.8.0", + "gix-config-value 0.17.1", + "gix-date", + "gix-path 0.11.2", + "gix-prompt 0.14.1", + "gix-sec 0.13.2", + "gix-trace", + "gix-url 0.35.2", + "thiserror 2.0.18", +] + +[[package]] +name = "gix-credentials" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "65ca11598b70811d7b16ff90945a6e57dfe521e85b744e51636965fe39cc8f60" +dependencies = [ + "bstr", + "gix-command 0.9.0", + "gix-config-value 0.18.0", "gix-date", - "gix-path", - "gix-prompt", - "gix-sec", + "gix-path 0.12.0", + "gix-prompt 0.15.0", + "gix-sec 0.14.0", "gix-trace", - "gix-url", + "gix-url 0.36.0", "thiserror 2.0.18", ] [[package]] name = "gix-date" -version = "0.15.1" +version = "0.15.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39acf819aa9fee65e4838a2eec5cb2506e47ebb89e02a5ab9918196e491571ea" +checksum = "b94cdae4eb4b0f4136e3d9b3aa2d2cd03cfb5bb9b636b31263aea2df86d41543" dependencies = [ "bstr", "gix-error", @@ -1022,24 +1204,48 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "88f3b3475e5d3877d7c30c40827cc2441936ce890efc226e5ba4afe3a7ae33f0" dependencies = [ "bstr", - "gix-attributes", - "gix-command", - "gix-filter", - "gix-fs", - "gix-hash", - "gix-index", - "gix-object", - "gix-path", - "gix-pathspec", - "gix-tempfile", + "gix-attributes 0.31.0", + "gix-command 0.8.0", + "gix-filter 0.28.0", + "gix-fs 0.19.2", + "gix-hash 0.23.0", + "gix-index 0.49.0", + "gix-object 0.58.0", + "gix-path 0.11.2", + "gix-pathspec 0.16.1", + "gix-tempfile 21.0.2", "gix-trace", - "gix-traverse", - "gix-worktree", + "gix-traverse 0.55.0", + "gix-worktree 0.50.0", "imara-diff 0.1.8", "imara-diff 0.2.0", "thiserror 2.0.18", ] +[[package]] +name = "gix-diff" +version = "0.63.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dc08e0fa1a91ff5f24affeab052f198056645e1de004910bde7b82b50ea5982a" +dependencies = [ + "bstr", + "gix-attributes 0.33.0", + "gix-command 0.9.0", + "gix-filter 0.30.0", + "gix-fs 0.21.1", + "gix-hash 0.25.0", + "gix-imara-diff", + "gix-index 0.51.0", + "gix-object 0.60.0", + "gix-path 0.12.0", + "gix-pathspec 0.18.0", + "gix-tempfile 23.0.0", + "gix-trace", + "gix-traverse 0.57.0", + "gix-worktree 0.52.0", + "thiserror 2.0.18", +] + [[package]] name = "gix-dir" version = "0.23.0" @@ -1047,16 +1253,36 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5da4604a360988f0ba8efe6f90093ca5a844f4a7f8e1a3dcda501ec44e600ea9" dependencies = [ "bstr", - "gix-discover", - "gix-fs", - "gix-ignore", - "gix-index", - "gix-object", - "gix-path", - "gix-pathspec", + "gix-discover 0.49.0", + "gix-fs 0.19.2", + "gix-ignore 0.19.1", + "gix-index 0.49.0", + "gix-object 0.58.0", + "gix-path 0.11.2", + "gix-pathspec 0.16.1", + "gix-trace", + "gix-utils", + "gix-worktree 0.50.0", + "thiserror 2.0.18", +] + +[[package]] +name = "gix-dir" +version = "0.25.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "32a0fc06e9e1e430cbf0a313666976d90f822f461a6525320427aa9b8af5236c" +dependencies = [ + "bstr", + "gix-discover 0.51.0", + "gix-fs 0.21.1", + "gix-ignore 0.21.0", + "gix-index 0.51.0", + "gix-object 0.60.0", + "gix-path 0.12.0", + "gix-pathspec 0.18.0", "gix-trace", "gix-utils", - "gix-worktree", + "gix-worktree 0.52.0", "thiserror 2.0.18", ] @@ -1068,18 +1294,33 @@ checksum = "c65bd3330fe0cb9d40d875bf862fd5e8ad6fa4164ddbc4842fbeb889c3f0b2c6" dependencies = [ "bstr", "dunce", - "gix-fs", - "gix-path", - "gix-ref", - "gix-sec", + "gix-fs 0.19.2", + "gix-path 0.11.2", + "gix-ref 0.61.0", + "gix-sec 0.13.2", + "thiserror 2.0.18", +] + +[[package]] +name = "gix-discover" +version = "0.51.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "17852e6a501e688a1702b24ebe5b3761d4719455bc869fd29f38b0b859bcad34" +dependencies = [ + "bstr", + "dunce", + "gix-fs 0.21.1", + "gix-path 0.12.0", + "gix-ref 0.63.0", + "gix-sec 0.14.0", "thiserror 2.0.18", ] [[package]] name = "gix-error" -version = "0.2.1" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e86d01da904d4a9265def43bd42a18c5e6dc7000a73af512946ba14579c9fbd" +checksum = "e207b971746ab724fccdfced2e4e19e854744611904a0195d3aa8fda8a110613" dependencies = [ "anyhow", "bstr", @@ -1090,11 +1331,29 @@ name = "gix-features" version = "0.46.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "752493cd4b1d5eaaa0138a7493f65c96863fefa990fc021e0e519579e389ab20" +dependencies = [ + "crc32fast", + "gix-path 0.11.2", + "gix-trace", + "gix-utils", + "libc", + "once_cell", + "prodash", + "thiserror 2.0.18", + "walkdir", + "zlib-rs", +] + +[[package]] +name = "gix-features" +version = "0.48.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "af375693ad5333d0a2c66b4c5b2cbe9ccc38e34f8e8bf24e4ae42c12307fdc4f" dependencies = [ "bytes", "crc32fast", "crossbeam-channel", - "gix-path", + "gix-path 0.12.0", "gix-trace", "gix-utils", "libc", @@ -1114,12 +1373,33 @@ checksum = "d37598282a6566da6fb52667570c7fe0aedcb122ac886724a9e62a2180523e35" dependencies = [ "bstr", "encoding_rs", - "gix-attributes", - "gix-command", - "gix-hash", - "gix-object", + "gix-attributes 0.31.0", + "gix-command 0.8.0", + "gix-hash 0.23.0", + "gix-object 0.58.0", "gix-packetline", - "gix-path", + "gix-path 0.11.2", + "gix-quote", + "gix-trace", + "gix-utils", + "smallvec", + "thiserror 2.0.18", +] + +[[package]] +name = "gix-filter" +version = "0.30.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dac917dbe9653c9b615d248db91907a365bd779750c9e1b457a9d9fdeece3a08" +dependencies = [ + "bstr", + "encoding_rs", + "gix-attributes 0.33.0", + "gix-command 0.9.0", + "gix-hash 0.25.0", + "gix-object 0.60.0", + "gix-packetline", + "gix-path 0.12.0", "gix-quote", "gix-trace", "gix-utils", @@ -1135,8 +1415,22 @@ checksum = "a964b4aec683eb0bacb87533defa80805bb4768056371a47ab38b00a2d377b72" dependencies = [ "bstr", "fastrand", - "gix-features", - "gix-path", + "gix-features 0.46.2", + "gix-path 0.11.2", + "gix-utils", + "thiserror 2.0.18", +] + +[[package]] +name = "gix-fs" +version = "0.21.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e1967daac9848757c47c2aef0c57bcadc1a897347f559778249bf286a536c86" +dependencies = [ + "bstr", + "fastrand", + "gix-features 0.48.0", + "gix-path 0.12.0", "gix-utils", "thiserror 2.0.18", ] @@ -1147,9 +1441,9 @@ version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5785dee09038676f3bae54c231146de72d667b41313eec1a11f8b196d979cca5" dependencies = [ - "gix-hash", - "gix-hashtable", - "gix-object", + "gix-hash 0.23.0", + "gix-hashtable 0.13.0", + "gix-object 0.58.0", ] [[package]] @@ -1160,8 +1454,20 @@ checksum = "b03e6cd88cc0dc1eafa1fddac0fb719e4e74b6ea58dd016e71125fde4a326bee" dependencies = [ "bitflags", "bstr", - "gix-features", - "gix-path", + "gix-features 0.46.2", + "gix-path 0.11.2", +] + +[[package]] +name = "gix-glob" +version = "0.26.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08bf29249a069bf2507f5964f80997f37b134d320ea348d66527726b9be2c38c" +dependencies = [ + "bitflags", + "bstr", + "gix-features 0.48.0", + "gix-path 0.12.0", ] [[package]] @@ -1171,7 +1477,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0fb896a02d9ab96fa518475a5f30ad3952010f801a8de5840f633f4a6b985dfb" dependencies = [ "faster-hex", - "gix-features", + "gix-features 0.46.2", + "sha1-checked", + "thiserror 2.0.18", +] + +[[package]] +name = "gix-hash" +version = "0.25.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bcf70d1e252337eed16360f8b8ebb71865ece58eab7954b39ce38b420de703d2" +dependencies = [ + "faster-hex", + "gix-features 0.48.0", "sha1-checked", "thiserror 2.0.18", ] @@ -1182,7 +1500,18 @@ version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2664216fc5e89b51e756a4a3ac676315602ce2dac07acf1da959a22038d69b33" dependencies = [ - "gix-hash", + "gix-hash 0.23.0", + "hashbrown 0.16.1", + "parking_lot", +] + +[[package]] +name = "gix-hashtable" +version = "0.15.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d33b455e07b3c16d3b2eeebc7b38d2dafcbf8a653de1138ef55d4c2a1fd0b08b" +dependencies = [ + "gix-hash 0.25.0", "hashbrown 0.16.1", "parking_lot", ] @@ -1194,12 +1523,35 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09f915dcf6911e3027537166d34e13f0fe101ed12225178d2ae29cd1272cff26" dependencies = [ "bstr", - "gix-glob", - "gix-path", + "gix-glob 0.24.0", + "gix-path 0.11.2", + "gix-trace", + "unicode-bom", +] + +[[package]] +name = "gix-ignore" +version = "0.21.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6bb13fbbeeafee943e52b61fcc88dfddf6a452fcaf0c4d0cdc8f218fa25bbec5" +dependencies = [ + "bstr", + "gix-glob 0.26.0", + "gix-path 0.12.0", "gix-trace", "unicode-bom", ] +[[package]] +name = "gix-imara-diff" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "39eb0623e15e4cb83c02ce6a959e48fadd1ae3b715b36b5acc01816e01388c82" +dependencies = [ + "bstr", + "hashbrown 0.16.1", +] + [[package]] name = "gix-index" version = "0.49.0" @@ -1211,12 +1563,40 @@ dependencies = [ "filetime", "fnv", "gix-bitmap", - "gix-features", - "gix-fs", - "gix-hash", - "gix-lock", - "gix-object", - "gix-traverse", + "gix-features 0.46.2", + "gix-fs 0.19.2", + "gix-hash 0.23.0", + "gix-lock 21.0.2", + "gix-object 0.58.0", + "gix-traverse 0.55.0", + "gix-utils", + "gix-validate", + "hashbrown 0.16.1", + "itoa", + "libc", + "memmap2", + "rustix", + "smallvec", + "thiserror 2.0.18", +] + +[[package]] +name = "gix-index" +version = "0.51.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "54c3ef97ad08121e4327a6226bd63fed6b9e3c6b976d48bddd4356d9d41191db" +dependencies = [ + "bitflags", + "bstr", + "filetime", + "fnv", + "gix-bitmap", + "gix-features 0.48.0", + "gix-fs 0.21.1", + "gix-hash 0.25.0", + "gix-lock 23.0.0", + "gix-object 0.60.0", + "gix-traverse 0.57.0", "gix-utils", "gix-validate", "hashbrown 0.16.1", @@ -1234,7 +1614,18 @@ version = "21.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "054fbd0989700c69dc5aa80bc66944f05df1e15aa7391a9e42aca7366337905f" dependencies = [ - "gix-tempfile", + "gix-tempfile 21.0.2", + "gix-utils", + "thiserror 2.0.18", +] + +[[package]] +name = "gix-lock" +version = "23.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09b3bc074e5723027b482dcd9ab99d95804a53742f6de812d0172fbba4a186c1" +dependencies = [ + "gix-tempfile 23.0.0", "gix-utils", "thiserror 2.0.18", ] @@ -1246,7 +1637,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c7b4818da522786ec7e32a00884ee8fc40fa4c215c3997c0b15f7b62684d1199" dependencies = [ "bstr", - "gix-actor", + "gix-actor 0.40.0", "gix-date", "gix-error", ] @@ -1258,25 +1649,51 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f4606747466512d22c2dffc019142e1941238f543987ea51353c938cca80c500" dependencies = [ "bstr", - "gix-command", - "gix-diff", - "gix-filter", - "gix-fs", - "gix-hash", - "gix-index", - "gix-object", - "gix-path", + "gix-command 0.8.0", + "gix-diff 0.61.0", + "gix-filter 0.28.0", + "gix-fs 0.19.2", + "gix-hash 0.23.0", + "gix-index 0.49.0", + "gix-object 0.58.0", + "gix-path 0.11.2", "gix-quote", - "gix-revision", - "gix-revwalk", - "gix-tempfile", + "gix-revision 0.43.0", + "gix-revwalk 0.29.0", + "gix-tempfile 21.0.2", "gix-trace", - "gix-worktree", + "gix-worktree 0.50.0", "imara-diff 0.1.8", "nonempty", "thiserror 2.0.18", ] +[[package]] +name = "gix-merge" +version = "0.16.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "74bbcdcc52b70a32f0a151b024dff9d0fcf56ee48f00d9503e735af9d99ea881" +dependencies = [ + "bstr", + "gix-command 0.9.0", + "gix-diff 0.63.0", + "gix-filter 0.30.0", + "gix-fs 0.21.1", + "gix-hash 0.25.0", + "gix-imara-diff", + "gix-index 0.51.0", + "gix-object 0.60.0", + "gix-path 0.12.0", + "gix-quote", + "gix-revision 0.45.0", + "gix-revwalk 0.31.0", + "gix-tempfile 23.0.0", + "gix-trace", + "gix-worktree 0.52.0", + "nonempty", + "thiserror 2.0.18", +] + [[package]] name = "gix-negotiate" version = "0.29.0" @@ -1284,11 +1701,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ea064c7595eea08fdd01c70748af747d9acc40f727b61f4c8a2145a5c5fc28c" dependencies = [ "bitflags", - "gix-commitgraph", + "gix-commitgraph 0.35.0", + "gix-date", + "gix-hash 0.23.0", + "gix-object 0.58.0", + "gix-revwalk 0.29.0", +] + +[[package]] +name = "gix-negotiate" +version = "0.31.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "103d42bfade1b8a96ca5005933127bdad461ce588d92422b2c2daa3ff20d780c" +dependencies = [ + "bitflags", + "gix-commitgraph 0.37.0", "gix-date", - "gix-hash", - "gix-object", - "gix-revwalk", + "gix-hash 0.25.0", + "gix-object 0.60.0", + "gix-revwalk 0.31.0", ] [[package]] @@ -1298,12 +1729,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cafb802bb688a7c1e69ef965612ff5ff859f046bfb616377e4a0ba4c01e43d47" dependencies = [ "bstr", - "gix-actor", + "gix-actor 0.40.0", "gix-date", - "gix-features", - "gix-hash", - "gix-hashtable", - "gix-path", + "gix-features 0.46.2", + "gix-hash 0.23.0", + "gix-hashtable 0.13.0", + "gix-path 0.11.2", "gix-utils", "gix-validate", "itoa", @@ -1312,6 +1743,25 @@ dependencies = [ "winnow", ] +[[package]] +name = "gix-object" +version = "0.60.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a38075a95d7cc5df8afd38e72c617026c1456952207a4120a7f55a3fbf93b4d7" +dependencies = [ + "bstr", + "gix-actor 0.41.0", + "gix-date", + "gix-features 0.48.0", + "gix-hash 0.25.0", + "gix-hashtable 0.15.0", + "gix-utils", + "gix-validate", + "itoa", + "smallvec", + "thiserror 2.0.18", +] + [[package]] name = "gix-odb" version = "0.78.0" @@ -1319,14 +1769,35 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "24833ae9323b4f7079575fb9f961cf9c414b0afbec428a536ab8e7dd93bc002b" dependencies = [ "arc-swap", - "gix-features", - "gix-fs", - "gix-hash", - "gix-hashtable", - "gix-object", - "gix-pack", - "gix-path", + "gix-features 0.46.2", + "gix-fs 0.19.2", + "gix-hash 0.23.0", + "gix-hashtable 0.13.0", + "gix-object 0.58.0", + "gix-pack 0.68.0", + "gix-path 0.11.2", + "gix-quote", + "parking_lot", + "tempfile", + "thiserror 2.0.18", +] + +[[package]] +name = "gix-odb" +version = "0.80.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "aeeda12a9663120418735ecdc1250d06eeab0be75700e47b3402a981331716ba" +dependencies = [ + "arc-swap", + "gix-features 0.48.0", + "gix-fs 0.21.1", + "gix-hash 0.25.0", + "gix-hashtable 0.15.0", + "gix-object 0.60.0", + "gix-pack 0.70.0", + "gix-path 0.12.0", "gix-quote", + "memmap2", "parking_lot", "tempfile", "thiserror 2.0.18", @@ -1340,15 +1811,37 @@ checksum = "e3484119cd19859d7d7639413c27e192478fa354d3f4ff5f7e3c041e8040f0f4" dependencies = [ "clru", "gix-chunk", - "gix-diff", + "gix-diff 0.61.0", "gix-error", - "gix-features", - "gix-hash", - "gix-hashtable", - "gix-object", - "gix-path", - "gix-tempfile", - "gix-traverse", + "gix-features 0.46.2", + "gix-hash 0.23.0", + "gix-hashtable 0.13.0", + "gix-object 0.58.0", + "gix-path 0.11.2", + "gix-tempfile 21.0.2", + "gix-traverse 0.55.0", + "memmap2", + "parking_lot", + "smallvec", + "thiserror 2.0.18", + "uluru", +] + +[[package]] +name = "gix-pack" +version = "0.70.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "daf02e6f5c8f07a069c9ea5245f40d9b14856ada4086091dc99941b49002b4fa" +dependencies = [ + "clru", + "gix-chunk", + "gix-error", + "gix-features 0.48.0", + "gix-hash 0.25.0", + "gix-hashtable 0.15.0", + "gix-object 0.60.0", + "gix-path 0.12.0", + "gix-tempfile 23.0.0", "memmap2", "parking_lot", "smallvec", @@ -1358,9 +1851,9 @@ dependencies = [ [[package]] name = "gix-packetline" -version = "0.21.2" +version = "0.21.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be19313dcdb7dff75a3ce2f99be00878458295bcc3b6c7f0005591597573345c" +checksum = "362246df440ee691699f0664cbf7006a6ece477db6734222be95e4198e5656e6" dependencies = [ "bstr", "faster-hex", @@ -1380,6 +1873,18 @@ dependencies = [ "thiserror 2.0.18", ] +[[package]] +name = "gix-path" +version = "0.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "671a6059e8a4c1b7f406e24716499cefa3926e060876fb1959ef225efeee346e" +dependencies = [ + "bstr", + "gix-trace", + "gix-validate", + "thiserror 2.0.18", +] + [[package]] name = "gix-pathspec" version = "0.16.1" @@ -1388,10 +1893,25 @@ checksum = "f89611f13544ca5ebeb68a502673814ef57200df60c24a61c2ce7b96f612f08b" dependencies = [ "bitflags", "bstr", - "gix-attributes", - "gix-config-value", - "gix-glob", - "gix-path", + "gix-attributes 0.31.0", + "gix-config-value 0.17.1", + "gix-glob 0.24.0", + "gix-path 0.11.2", + "thiserror 2.0.18", +] + +[[package]] +name = "gix-pathspec" +version = "0.18.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2a84a4f083dd70fb49f4377e13afa6d90df2daaa1c705c49d6ff1331fc7e8855" +dependencies = [ + "bitflags", + "bstr", + "gix-attributes 0.33.0", + "gix-config-value 0.18.0", + "gix-glob 0.26.0", + "gix-path 0.12.0", "thiserror 2.0.18", ] @@ -1401,8 +1921,21 @@ version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0f61f6264e1f6c5a951531fe127722c7522bc02ebda80c4528286bda4642055f" dependencies = [ - "gix-command", - "gix-config-value", + "gix-command 0.8.0", + "gix-config-value 0.17.1", + "parking_lot", + "rustix", + "thiserror 2.0.18", +] + +[[package]] +name = "gix-prompt" +version = "0.15.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e041a626c64cb69e4117fcdf80da8d0e454fba3b1f420412792d191f52251aee" +dependencies = [ + "gix-command 0.9.0", + "gix-config-value 0.18.0", "parking_lot", "rustix", "thiserror 2.0.18", @@ -1415,19 +1948,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4f38666350736b5877c79f57ddae02bde07a4ce186d889adc391e831cddcbe76" dependencies = [ "bstr", - "gix-credentials", + "gix-credentials 0.37.1", "gix-date", - "gix-features", - "gix-hash", - "gix-lock", - "gix-negotiate", - "gix-object", - "gix-ref", - "gix-refspec", - "gix-revwalk", - "gix-shallow", + "gix-features 0.46.2", + "gix-hash 0.23.0", + "gix-lock 21.0.2", + "gix-negotiate 0.29.0", + "gix-object 0.58.0", + "gix-ref 0.61.0", + "gix-refspec 0.39.0", + "gix-revwalk 0.29.0", + "gix-shallow 0.10.0", "gix-trace", - "gix-transport", + "gix-transport 0.55.1", "gix-utils", "maybe-async", "nonempty", @@ -1435,11 +1968,37 @@ dependencies = [ "winnow", ] +[[package]] +name = "gix-protocol" +version = "0.61.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "aa4bee82db63ec635996b96efae71cf467c155fa3f34a556184373224a26c4fd" +dependencies = [ + "bstr", + "gix-credentials 0.38.0", + "gix-date", + "gix-features 0.48.0", + "gix-hash 0.25.0", + "gix-lock 23.0.0", + "gix-negotiate 0.31.0", + "gix-object 0.60.0", + "gix-ref 0.63.0", + "gix-refspec 0.41.0", + "gix-revwalk 0.31.0", + "gix-shallow 0.12.0", + "gix-trace", + "gix-transport 0.57.0", + "gix-utils", + "maybe-async", + "nonempty", + "thiserror 2.0.18", +] + [[package]] name = "gix-quote" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68533db71259c8776dd4e770d2b7b98696213ecdc1f5c9e3507119e274e0c578" +checksum = "6e97b73791a64bc0fa7dd2c5b3e551136115f97750b876ed1c952c7a7dbaf8be" dependencies = [ "bstr", "gix-error", @@ -1452,14 +2011,14 @@ version = "0.61.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2159978abb99b7027c8579d15211e262ef0ef2594d5cecb3334fbcbdfe2997c" dependencies = [ - "gix-actor", - "gix-features", - "gix-fs", - "gix-hash", - "gix-lock", - "gix-object", - "gix-path", - "gix-tempfile", + "gix-actor 0.40.0", + "gix-features 0.46.2", + "gix-fs 0.19.2", + "gix-hash 0.23.0", + "gix-lock 21.0.2", + "gix-object 0.58.0", + "gix-path 0.11.2", + "gix-tempfile 21.0.2", "gix-utils", "gix-validate", "memmap2", @@ -1467,6 +2026,26 @@ dependencies = [ "winnow", ] +[[package]] +name = "gix-ref" +version = "0.63.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d8ba9cc15f558b274c99349b83130f5ec83459660828fde9718bbbb43a726167" +dependencies = [ + "gix-actor 0.41.0", + "gix-features 0.48.0", + "gix-fs 0.21.1", + "gix-hash 0.25.0", + "gix-lock 23.0.0", + "gix-object 0.60.0", + "gix-path 0.12.0", + "gix-tempfile 23.0.0", + "gix-utils", + "gix-validate", + "memmap2", + "thiserror 2.0.18", +] + [[package]] name = "gix-refspec" version = "0.39.0" @@ -1475,9 +2054,25 @@ checksum = "dc806ee13f437428f8a1ba4c72ecfaa3f20e14f5f0d4c2bc17d0b33e794aa6ac" dependencies = [ "bstr", "gix-error", - "gix-glob", - "gix-hash", - "gix-revision", + "gix-glob 0.24.0", + "gix-hash 0.23.0", + "gix-revision 0.43.0", + "gix-validate", + "smallvec", + "thiserror 2.0.18", +] + +[[package]] +name = "gix-refspec" +version = "0.41.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "61755b27d57edc8940a1b1593c8c61548ca8e4c02da1ed8d5bfeda9eb2a6b761" +dependencies = [ + "bstr", + "gix-error", + "gix-glob 0.26.0", + "gix-hash 0.25.0", + "gix-revision 0.45.0", "gix-validate", "smallvec", "thiserror 2.0.18", @@ -1491,13 +2086,31 @@ checksum = "7c08f1ec5d1e6a524f8ba291c41f0ccaef64e48ed0e8cf790b3461cae45f6d3d" dependencies = [ "bitflags", "bstr", - "gix-commitgraph", + "gix-commitgraph 0.35.0", + "gix-date", + "gix-error", + "gix-hash 0.23.0", + "gix-hashtable 0.13.0", + "gix-object 0.58.0", + "gix-revwalk 0.29.0", + "gix-trace", + "nonempty", +] + +[[package]] +name = "gix-revision" +version = "0.45.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1fb5288fac706d3ea3e4e2ba9ec38b78743b8c02f422e18cb342299cfd6ab7e8" +dependencies = [ + "bitflags", + "bstr", + "gix-commitgraph 0.37.0", "gix-date", "gix-error", - "gix-hash", - "gix-hashtable", - "gix-object", - "gix-revwalk", + "gix-hash 0.25.0", + "gix-object 0.60.0", + "gix-revwalk 0.31.0", "gix-trace", "nonempty", ] @@ -1508,12 +2121,28 @@ version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0e4b2b87772b21ca449249e86d32febadba5cba32b0fcce804ab9cefc6f2111c" dependencies = [ - "gix-commitgraph", + "gix-commitgraph 0.35.0", + "gix-date", + "gix-error", + "gix-hash 0.23.0", + "gix-hashtable 0.13.0", + "gix-object 0.58.0", + "smallvec", + "thiserror 2.0.18", +] + +[[package]] +name = "gix-revwalk" +version = "0.31.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "313813706b073a12ff7f9b2896bf3e6504cdac7cfbc97b1920114724705069f0" +dependencies = [ + "gix-commitgraph 0.37.0", "gix-date", "gix-error", - "gix-hash", - "gix-hashtable", - "gix-object", + "gix-hash 0.25.0", + "gix-hashtable 0.15.0", + "gix-object 0.60.0", "smallvec", "thiserror 2.0.18", ] @@ -1525,7 +2154,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bf82ae037de9c62850ce67beaa92ec8e3e17785ea307cdde7618edc215603b4f" dependencies = [ "bitflags", - "gix-path", + "gix-path 0.11.2", + "libc", + "windows-sys 0.61.2", +] + +[[package]] +name = "gix-sec" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f5a3a2d3e504a238136751e646a6c028252286a0ea64ea9974bf0498633407c6" +dependencies = [ + "bitflags", + "gix-path 0.12.0", "libc", "windows-sys 0.61.2", ] @@ -1537,8 +2178,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cbf60711c9083b2364b3fac8a352444af76b17201f3682fdebe74fa66d89a772" dependencies = [ "bstr", - "gix-hash", - "gix-lock", + "gix-hash 0.23.0", + "gix-lock 21.0.2", + "nonempty", + "thiserror 2.0.18", +] + +[[package]] +name = "gix-shallow" +version = "0.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "29187305521bfacf4aefd284ab28dbfa9fb74abd39a5e63dd313b1baa5808c27" +dependencies = [ + "bstr", + "gix-hash 0.25.0", + "gix-lock 23.0.0", "nonempty", "thiserror 2.0.18", ] @@ -1551,17 +2205,40 @@ checksum = "23d6c598e3fdbc352fba1c5ba7e709e69402fafbc44d9295edad2e3c4738996b" dependencies = [ "bstr", "filetime", - "gix-diff", - "gix-dir", - "gix-features", - "gix-filter", - "gix-fs", - "gix-hash", - "gix-index", - "gix-object", - "gix-path", - "gix-pathspec", - "gix-worktree", + "gix-diff 0.61.0", + "gix-dir 0.23.0", + "gix-features 0.46.2", + "gix-filter 0.28.0", + "gix-fs 0.19.2", + "gix-hash 0.23.0", + "gix-index 0.49.0", + "gix-object 0.58.0", + "gix-path 0.11.2", + "gix-pathspec 0.16.1", + "gix-worktree 0.50.0", + "portable-atomic", + "thiserror 2.0.18", +] + +[[package]] +name = "gix-status" +version = "0.30.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "68c6d2a8c521ffa205fe7e268c82e6d1378ba37cd826ca10ab6129fdc29a4b65" +dependencies = [ + "bstr", + "filetime", + "gix-diff 0.63.0", + "gix-dir 0.25.0", + "gix-features 0.48.0", + "gix-filter 0.30.0", + "gix-fs 0.21.1", + "gix-hash 0.25.0", + "gix-index 0.51.0", + "gix-object 0.60.0", + "gix-path 0.12.0", + "gix-pathspec 0.18.0", + "gix-worktree 0.52.0", "portable-atomic", "thiserror 2.0.18", ] @@ -1573,11 +2250,26 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ce5c3929c5e6821f651d35e8420f72fea3cfafe9fc1e928a61e718b462c72a5" dependencies = [ "bstr", - "gix-config", - "gix-path", - "gix-pathspec", - "gix-refspec", - "gix-url", + "gix-config 0.54.0", + "gix-path 0.11.2", + "gix-pathspec 0.16.1", + "gix-refspec 0.39.0", + "gix-url 0.35.2", + "thiserror 2.0.18", +] + +[[package]] +name = "gix-submodule" +version = "0.30.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9fd5fc8692890bd71a596e540fd4c364f8460eaa82c4eaaedebde6e1e3eb4d91" +dependencies = [ + "bstr", + "gix-config 0.56.0", + "gix-path 0.12.0", + "gix-pathspec 0.18.0", + "gix-refspec 0.41.0", + "gix-url 0.36.0", "thiserror 2.0.18", ] @@ -1588,7 +2280,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d22227f6b203f511ff451c33c89899e87e4f571fc596b06f68e6e613a6508528" dependencies = [ "dashmap", - "gix-fs", + "gix-fs 0.19.2", "libc", "parking_lot", "signal-hook 0.4.3", @@ -1596,28 +2288,57 @@ dependencies = [ "tempfile", ] +[[package]] +name = "gix-tempfile" +version = "23.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "691ea1e31435c7e7d4d04705ec9d1c0d9482c46b2acf512bc723939d8f0af7fb" +dependencies = [ + "dashmap", + "gix-fs 0.21.1", + "libc", + "parking_lot", + "tempfile", +] + [[package]] name = "gix-trace" -version = "0.1.18" +version = "0.1.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f69a13643b8437d4ca6845e08143e847a36ca82903eed13303475d0ae8b162e0" +checksum = "6f23569e55f2ffaf958617353b9734a7d52a7c19c439eeaa5e3efc217fd2270e" [[package]] name = "gix-transport" version = "0.55.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a521e39c6235ce63ed6c001e2dd79818c830b82c3b7b59247ee7b229c39ec9bb" +dependencies = [ + "bstr", + "gix-command 0.8.0", + "gix-features 0.46.2", + "gix-packetline", + "gix-quote", + "gix-sec 0.13.2", + "gix-url 0.35.2", + "thiserror 2.0.18", +] + +[[package]] +name = "gix-transport" +version = "0.57.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ffd6a5c676b92d4ead5f5a2b2935024415dec69edc997b6090ca9cac010a3018" dependencies = [ "base64", "bstr", "curl", - "gix-command", - "gix-credentials", - "gix-features", + "gix-command 0.9.0", + "gix-credentials 0.38.0", + "gix-features 0.48.0", "gix-packetline", "gix-quote", - "gix-sec", - "gix-url", + "gix-sec 0.14.0", + "gix-url 0.36.0", "thiserror 2.0.18", ] @@ -1628,12 +2349,29 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "963dc2afcdb611092aa587c3f9365e749ac0a0892ff27662dbc75f26c953fbec" dependencies = [ "bitflags", - "gix-commitgraph", + "gix-commitgraph 0.35.0", + "gix-date", + "gix-hash 0.23.0", + "gix-hashtable 0.13.0", + "gix-object 0.58.0", + "gix-revwalk 0.29.0", + "smallvec", + "thiserror 2.0.18", +] + +[[package]] +name = "gix-traverse" +version = "0.57.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a14b7052c0786676c03e71fcfde7d7f0f8e8316e642b5cec6bb3998719b2ce5c" +dependencies = [ + "bitflags", + "gix-commitgraph 0.37.0", "gix-date", - "gix-hash", - "gix-hashtable", - "gix-object", - "gix-revwalk", + "gix-hash 0.25.0", + "gix-hashtable 0.15.0", + "gix-object 0.60.0", + "gix-revwalk 0.31.0", "smallvec", "thiserror 2.0.18", ] @@ -1645,16 +2383,28 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d28e8af3d42581190da884f013caf254d2fd4d6ab102408f08d21bfa11de6c8d" dependencies = [ "bstr", - "gix-path", + "gix-path 0.11.2", + "percent-encoding", + "thiserror 2.0.18", +] + +[[package]] +name = "gix-url" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "35842d099e813f6f6bba529e88d4670572149c3df79b7a412952259887721ece" +dependencies = [ + "bstr", + "gix-path 0.12.0", "percent-encoding", "thiserror 2.0.18", ] [[package]] name = "gix-utils" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "befcdbdfb1238d2854591f760a48711bed85e72d80a10e8f2f93f656746ef7c5" +checksum = "4e477b4f07a6e8da4ba791c53c858102959703c60d70f199932010d5b94adb2c" dependencies = [ "bstr", "fastrand", @@ -1663,9 +2413,9 @@ dependencies = [ [[package]] name = "gix-validate" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ec1eff98d91941f47766367cba1be746bab662bad761d9891ae6f7882f7840b" +checksum = "e26ac2602b43eadfdca0560b81d3341944162a3c9f64ccdeef8fc501ad80dad5" dependencies = [ "bstr", ] @@ -1677,14 +2427,32 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e6bd5830cbc43c9c00918b826467d2afad685b195cb82329cde2b2d116d2c578" dependencies = [ "bstr", - "gix-attributes", - "gix-fs", - "gix-glob", - "gix-hash", - "gix-ignore", - "gix-index", - "gix-object", - "gix-path", + "gix-attributes 0.31.0", + "gix-fs 0.19.2", + "gix-glob 0.24.0", + "gix-hash 0.23.0", + "gix-ignore 0.19.1", + "gix-index 0.49.0", + "gix-object 0.58.0", + "gix-path 0.11.2", + "gix-validate", +] + +[[package]] +name = "gix-worktree" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d69955eb5e2910832f88d041964b809eee01dadd579237e0b55efec58fd406fd" +dependencies = [ + "bstr", + "gix-attributes 0.33.0", + "gix-fs 0.21.1", + "gix-glob 0.26.0", + "gix-hash 0.25.0", + "gix-ignore 0.21.0", + "gix-index 0.51.0", + "gix-object 0.60.0", + "gix-path 0.12.0", "gix-validate", ] @@ -1695,32 +2463,50 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "644a1681f96e1be43c2a8384337d9d220e7624f50db54beda70997052aebf707" dependencies = [ "bstr", - "gix-features", - "gix-filter", - "gix-fs", - "gix-index", - "gix-object", - "gix-path", - "gix-worktree", + "gix-features 0.46.2", + "gix-filter 0.28.0", + "gix-fs 0.19.2", + "gix-index 0.49.0", + "gix-object 0.58.0", + "gix-path 0.11.2", + "gix-worktree 0.50.0", "io-close", "thiserror 2.0.18", ] [[package]] -name = "gix-worktree-stream" +name = "gix-worktree-state" version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24e3fb70a1f650a5cec7d5b8d10d6d6fe86daf3cf15bde08ba0c70988a2932c3" +checksum = "8a96dccbcf9e8fe0291c55f06e08da93ebb2e691c1311276f541eefcc6d70800" dependencies = [ - "gix-attributes", + "bstr", + "gix-features 0.48.0", + "gix-filter 0.30.0", + "gix-fs 0.21.1", + "gix-index 0.51.0", + "gix-object 0.60.0", + "gix-path 0.12.0", + "gix-worktree 0.52.0", + "io-close", + "thiserror 2.0.18", +] + +[[package]] +name = "gix-worktree-stream" +version = "0.32.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9a8444b8ed4662e1a0c97f3eceda29630001a1bbb2632201e50312623e594213" +dependencies = [ + "gix-attributes 0.33.0", "gix-error", - "gix-features", - "gix-filter", - "gix-fs", - "gix-hash", - "gix-object", - "gix-path", - "gix-traverse", + "gix-features 0.48.0", + "gix-filter 0.30.0", + "gix-fs 0.21.1", + "gix-hash 0.25.0", + "gix-object 0.60.0", + "gix-path 0.12.0", + "gix-traverse 0.57.0", "parking_lot", ] @@ -2647,7 +3433,7 @@ dependencies = [ "security-framework", "security-framework-sys", "webpki-root-certs", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -2900,8 +3686,8 @@ dependencies = [ "figment", "git2", "gitoxide-core", - "gix", - "gix-submodule", + "gix 0.83.0", + "gix-submodule 0.28.0", "prodash", "serde", "tempfile", diff --git a/Cargo.toml b/Cargo.toml index 40c6ddb..77d9cdb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ rustdoc-args = ["--cfg", "docsrs"] [dependencies] # Gitoxide ops -gix = { version = "0.81.0", default-features = false, features = [ +gix = { version = "0.83.0", default-features = false, features = [ "blocking-network-client", "blocking-http-transport-curl-rustls", "parallel",