diff --git a/Cargo.lock b/Cargo.lock index 93c1644a4..b83621bf8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2016,7 +2016,7 @@ dependencies = [ "font-awesome-as-a-crate", "futures-util", "getrandom 0.3.4", - "gix 0.74.1", + "gix 0.75.0", "grass", "hex", "hostname", @@ -2587,13 +2587,13 @@ version = "0.72.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "01237e8d3d78581f71642be8b0c2ae8c0b2b5c251c9c5d9ebbea3c1ea280dce8" dependencies = [ - "gix-actor", + "gix-actor 0.35.6", "gix-attributes 0.26.1", "gix-command", "gix-commitgraph 0.28.0", "gix-config 0.45.1", "gix-credentials 0.29.0", - "gix-date", + "gix-date 0.10.7", "gix-diff 0.52.1", "gix-discover 0.40.1", "gix-features 0.42.1", @@ -2639,13 +2639,13 @@ version = "0.73.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "514c29cc879bdc0286b0cbc205585a49b252809eb86c69df4ce4f855ee75f635" dependencies = [ - "gix-actor", + "gix-actor 0.35.6", "gix-attributes 0.27.0", "gix-command", "gix-commitgraph 0.29.0", "gix-config 0.46.0", "gix-credentials 0.30.0", - "gix-date", + "gix-date 0.10.7", "gix-diff 0.53.0", "gix-discover 0.41.0", "gix-features 0.43.1", @@ -2687,36 +2687,36 @@ dependencies = [ [[package]] name = "gix" -version = "0.74.1" +version = "0.75.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fd3a6fea165debe0e80648495f894aa2371a771e3ceb7a7dcc304f1c4344c43" +checksum = "60beff35667fb0ac935c4c45941868d9cf5025e4b85c58deb3c5a65113e22ce4" dependencies = [ - "gix-actor", + "gix-actor 0.36.0", "gix-commitgraph 0.30.1", - "gix-config 0.47.1", - "gix-date", - "gix-diff 0.54.1", - "gix-discover 0.42.0", + "gix-config 0.48.0", + "gix-date 0.11.0", + "gix-diff 0.55.0", + "gix-discover 0.43.0", "gix-features 0.44.1", "gix-fs 0.17.0", "gix-glob 0.22.1", "gix-hash 0.20.1", "gix-hashtable 0.10.0", "gix-lock 19.0.0", - "gix-object 0.51.1", - "gix-odb 0.71.1", - "gix-pack 0.61.1", + "gix-object 0.52.0", + "gix-odb 0.72.0", + "gix-pack 0.62.0", "gix-path", - "gix-protocol 0.52.1", - "gix-ref 0.54.1", - "gix-refspec 0.32.0", - "gix-revision 0.36.1", - "gix-revwalk 0.22.0", + "gix-protocol 0.53.0", + "gix-ref 0.55.0", + "gix-refspec 0.33.0", + "gix-revision 0.37.0", + "gix-revwalk 0.23.0", "gix-sec 0.12.2", "gix-shallow 0.6.0", "gix-tempfile 19.0.1", "gix-trace", - "gix-traverse 0.48.0", + "gix-traverse 0.49.0", "gix-url 0.33.2", "gix-utils", "gix-validate", @@ -2731,7 +2731,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "987a51a7e66db6ef4dc030418eb2a42af6b913a79edd8670766122d8af3ba59e" dependencies = [ "bstr", - "gix-date", + "gix-date 0.10.7", + "gix-utils", + "itoa 1.0.15", + "thiserror 2.0.17", + "winnow", +] + +[[package]] +name = "gix-actor" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "694f6c16eb88b16b00b1d811e4e4bda6f79e9eb467a1b04fd5b848da677baa81" +dependencies = [ + "bstr", + "gix-date 0.11.0", "gix-utils", "itoa 1.0.15", "thiserror 2.0.17", @@ -2886,16 +2900,16 @@ dependencies = [ [[package]] name = "gix-config" -version = "0.47.1" +version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e74f57ea99025de9207db53488be4d59cf2000f617964c1b550880524fefbc3" +checksum = "9419284839421488b5ab9b9b88386bdc1e159a986c08e17ffa3e9a5cd2b139f5" dependencies = [ "bstr", "gix-config-value", "gix-features 0.44.1", "gix-glob 0.22.1", "gix-path", - "gix-ref 0.54.1", + "gix-ref 0.55.0", "gix-sec 0.12.2", "memchr", "smallvec", @@ -2943,7 +2957,7 @@ dependencies = [ "bstr", "gix-command", "gix-config-value", - "gix-date", + "gix-date 0.10.7", "gix-path", "gix-prompt", "gix-sec 0.12.2", @@ -2965,6 +2979,19 @@ dependencies = [ "thiserror 2.0.17", ] +[[package]] +name = "gix-date" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9f94626a5bc591a57025361a3a890092469e47c7667e59fc143439cd6eaf47fe" +dependencies = [ + "bstr", + "itoa 1.0.15", + "jiff", + "smallvec", + "thiserror 2.0.17", +] + [[package]] name = "gix-diff" version = "0.52.1" @@ -3000,13 +3027,13 @@ dependencies = [ [[package]] name = "gix-diff" -version = "0.54.1" +version = "0.55.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd78d9da421baca219a650d71c797706117095635d7963f21bb6fdf2410abe04" +checksum = "cfc7735ca267da78c37e916e9b32d67b0b0e3fc9401378920e9469b5d497dccf" dependencies = [ "bstr", "gix-hash 0.20.1", - "gix-object 0.51.1", + "gix-object 0.52.0", "thiserror 2.0.17", ] @@ -3044,16 +3071,16 @@ dependencies = [ [[package]] name = "gix-discover" -version = "0.42.0" +version = "0.43.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d24547153810634636471af88338240e6ab0831308cd41eb6ebfffea77811c6" +checksum = "809f8dba9fbd7a054894ec222815742b96def1ca08e18c38b1dbc1f737dd213d" dependencies = [ "bstr", "dunce", "gix-fs 0.17.0", "gix-hash 0.20.1", "gix-path", - "gix-ref 0.54.1", + "gix-ref 0.55.0", "gix-sec 0.12.2", "thiserror 2.0.17", ] @@ -3430,7 +3457,7 @@ checksum = "2e1ea901acc4d5b44553132a29e8697210cb0e739b2d9752d713072e9391e3c9" dependencies = [ "bitflags 2.10.0", "gix-commitgraph 0.28.0", - "gix-date", + "gix-date 0.10.7", "gix-hash 0.18.0", "gix-object 0.49.1", "gix-revwalk 0.20.1", @@ -3446,7 +3473,7 @@ checksum = "1d58d4c9118885233be971e0d7a589f5cfb1a8bd6cb6e2ecfb0fc6b1b293c83b" dependencies = [ "bitflags 2.10.0", "gix-commitgraph 0.29.0", - "gix-date", + "gix-date 0.10.7", "gix-hash 0.19.0", "gix-object 0.50.2", "gix-revwalk 0.21.0", @@ -3461,8 +3488,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d957ca3640c555d48bb27f8278c67169fa1380ed94f6452c5590742524c40fbb" dependencies = [ "bstr", - "gix-actor", - "gix-date", + "gix-actor 0.35.6", + "gix-date 0.10.7", "gix-features 0.42.1", "gix-hash 0.18.0", "gix-hashtable 0.8.1", @@ -3482,8 +3509,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d69ce108ab67b65fbd4fb7e1331502429d78baeb2eee10008bdef55765397c07" dependencies = [ "bstr", - "gix-actor", - "gix-date", + "gix-actor 0.35.6", + "gix-date 0.10.7", "gix-features 0.43.1", "gix-hash 0.19.0", "gix-hashtable 0.9.0", @@ -3498,13 +3525,13 @@ dependencies = [ [[package]] name = "gix-object" -version = "0.51.1" +version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87ba1815638759c80d2318c8e98296fb396f577c2e588a3d9c13f9a5d5184051" +checksum = "84743d1091c501a56f00d7f4c595cb30f20fcef6503b32ac0a1ff3817efd7b5d" dependencies = [ "bstr", - "gix-actor", - "gix-date", + "gix-actor 0.36.0", + "gix-date 0.11.0", "gix-features 0.44.1", "gix-hash 0.20.1", "gix-hashtable 0.10.0", @@ -3524,7 +3551,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "868f703905fdbcfc1bd750942f82419903ecb7039f5288adb5206d6de405e0c9" dependencies = [ "arc-swap", - "gix-date", + "gix-date 0.10.7", "gix-features 0.42.1", "gix-fs 0.15.0", "gix-hash 0.18.0", @@ -3545,7 +3572,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c9d7af10fda9df0bb4f7f9bd507963560b3c66cb15a5b825caf752e0eb109ac" dependencies = [ "arc-swap", - "gix-date", + "gix-date 0.10.7", "gix-features 0.43.1", "gix-fs 0.16.1", "gix-hash 0.19.0", @@ -3561,18 +3588,18 @@ dependencies = [ [[package]] name = "gix-odb" -version = "0.71.1" +version = "0.72.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6efc6736d3ea62640efe8c1be695fb0760af63614a7356d2091208a841f1a634" +checksum = "5f81b480252f3a4d55f87e6e358c4c6f7615f98b1742e1e70118c57282a92e82" dependencies = [ "arc-swap", - "gix-date", + "gix-date 0.11.0", "gix-features 0.44.1", "gix-fs 0.17.0", "gix-hash 0.20.1", "gix-hashtable 0.10.0", - "gix-object 0.51.1", - "gix-pack 0.61.1", + "gix-object 0.52.0", + "gix-pack 0.62.0", "gix-path", "gix-quote", "parking_lot", @@ -3624,16 +3651,16 @@ dependencies = [ [[package]] name = "gix-pack" -version = "0.61.1" +version = "0.62.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "719c60524be76874f4769da20d525ad2c00a0e7059943cc4f31fcb65cfb6b260" +checksum = "38e868463538731a0fd99f3950637957413bbfbe69143520c0b5c1e163303577" dependencies = [ "clru", "gix-chunk", "gix-features 0.44.1", "gix-hash 0.20.1", "gix-hashtable 0.10.0", - "gix-object 0.51.1", + "gix-object 0.52.0", "gix-path", "memmap2", "smallvec", @@ -3652,6 +3679,18 @@ dependencies = [ "thiserror 2.0.17", ] +[[package]] +name = "gix-packetline" +version = "0.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fad0ffb982a289888087a165d3e849cbac724f2aa5431236b050dd2cb9c7de31" +dependencies = [ + "bstr", + "faster-hex", + "gix-trace", + "thiserror 2.0.17", +] + [[package]] name = "gix-packetline-blocking" version = "0.19.3" @@ -3727,7 +3766,7 @@ checksum = "f5c17d78bb0414f8d60b5f952196dc2e47ec320dca885de9128ecdb4a0e38401" dependencies = [ "bstr", "gix-credentials 0.29.0", - "gix-date", + "gix-date 0.10.7", "gix-features 0.42.1", "gix-hash 0.18.0", "gix-lock 17.1.0", @@ -3753,7 +3792,7 @@ checksum = "12b4b807c47ffcf7c1e5b8119585368a56449f3493da93b931e1d4239364e922" dependencies = [ "bstr", "gix-credentials 0.30.0", - "gix-date", + "gix-date 0.10.7", "gix-features 0.43.1", "gix-hash 0.19.0", "gix-lock 18.0.0", @@ -3773,17 +3812,17 @@ dependencies = [ [[package]] name = "gix-protocol" -version = "0.52.1" +version = "0.53.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64f19873bbf924fd077580d4ccaaaeddb67c3b3c09a8ffb61e6b4cb67e3c9302" +checksum = "6947d3b919ec8d10738f4251905a8485366ffdd24942cdbe9c6b69376bf57d64" dependencies = [ "bstr", - "gix-date", + "gix-date 0.11.0", "gix-features 0.44.1", "gix-hash 0.20.1", - "gix-ref 0.54.1", + "gix-ref 0.55.0", "gix-shallow 0.6.0", - "gix-transport 0.49.1", + "gix-transport 0.50.0", "gix-utils", "maybe-async", "thiserror 2.0.17", @@ -3807,7 +3846,7 @@ version = "0.52.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d1b7985657029684d759f656b09abc3e2c73085596d5cdb494428823970a7762" dependencies = [ - "gix-actor", + "gix-actor 0.35.6", "gix-features 0.42.1", "gix-fs 0.15.0", "gix-hash 0.18.0", @@ -3828,7 +3867,7 @@ version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b966f578079a42f4a51413b17bce476544cca1cf605753466669082f94721758" dependencies = [ - "gix-actor", + "gix-actor 0.35.6", "gix-features 0.43.1", "gix-fs 0.16.1", "gix-hash 0.19.0", @@ -3845,16 +3884,16 @@ dependencies = [ [[package]] name = "gix-ref" -version = "0.54.1" +version = "0.55.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8881d262f28eda39c244e60ae968f4f6e56c747f65addd6f4100b25f75ed8b88" +checksum = "e51330a32f173c8e831731dfef8e93a748c23c057f4b028841f222564cad84cb" dependencies = [ - "gix-actor", + "gix-actor 0.36.0", "gix-features 0.44.1", "gix-fs 0.17.0", "gix-hash 0.20.1", "gix-lock 19.0.0", - "gix-object 0.51.1", + "gix-object 0.52.0", "gix-path", "gix-tempfile 19.0.1", "gix-utils", @@ -3894,13 +3933,14 @@ dependencies = [ [[package]] name = "gix-refspec" -version = "0.32.0" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93147960f77695ba89b72019b789679278dd4dad6a0f9a4a5bf2fd07aba56912" +checksum = "7f88233214a302d61e60bb9d1387043c1759b761dba4a8704b341fecbf6b1266" dependencies = [ "bstr", + "gix-glob 0.22.1", "gix-hash 0.20.1", - "gix-revision 0.36.1", + "gix-revision 0.37.0", "gix-validate", "smallvec", "thiserror 2.0.17", @@ -3915,7 +3955,7 @@ dependencies = [ "bitflags 2.10.0", "bstr", "gix-commitgraph 0.28.0", - "gix-date", + "gix-date 0.10.7", "gix-hash 0.18.0", "gix-hashtable 0.8.1", "gix-object 0.49.1", @@ -3933,7 +3973,7 @@ dependencies = [ "bitflags 2.10.0", "bstr", "gix-commitgraph 0.29.0", - "gix-date", + "gix-date 0.10.7", "gix-hash 0.19.0", "gix-hashtable 0.9.0", "gix-object 0.50.2", @@ -3944,16 +3984,16 @@ dependencies = [ [[package]] name = "gix-revision" -version = "0.36.1" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13c5267e530d8762842be7d51b48d2b134c9dec5b650ca607f735a56a4b12413" +checksum = "ffe7f489bd27e7e388885210bc189088012db6062ccc75d713d1cef8eff56883" dependencies = [ "bstr", "gix-commitgraph 0.30.1", - "gix-date", + "gix-date 0.11.0", "gix-hash 0.20.1", - "gix-object 0.51.1", - "gix-revwalk 0.22.0", + "gix-object 0.52.0", + "gix-revwalk 0.23.0", "thiserror 2.0.17", ] @@ -3964,7 +4004,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1bc756b73225bf005ddeb871d1ca7b3c33e2417d0d53e56effa5a36765b52b28" dependencies = [ "gix-commitgraph 0.28.0", - "gix-date", + "gix-date 0.10.7", "gix-hash 0.18.0", "gix-hashtable 0.8.1", "gix-object 0.49.1", @@ -3979,7 +4019,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "06e74f91709729e099af6721bd0fa7d62f243f2005085152301ca5cdd86ec02c" dependencies = [ "gix-commitgraph 0.29.0", - "gix-date", + "gix-date 0.10.7", "gix-hash 0.19.0", "gix-hashtable 0.9.0", "gix-object 0.50.2", @@ -3989,15 +4029,15 @@ dependencies = [ [[package]] name = "gix-revwalk" -version = "0.22.0" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02e2de4f91d712b1f6873477f769225fe430ffce2af8c7c85721c3ff955783b3" +checksum = "dd2fae8449d97fb92078c46cb63544e0024955f43738a610d24277a3b01d5a00" dependencies = [ "gix-commitgraph 0.30.1", - "gix-date", + "gix-date 0.11.0", "gix-hash 0.20.1", "gix-hashtable 0.10.0", - "gix-object 0.51.1", + "gix-object 0.52.0", "smallvec", "thiserror 2.0.17", ] @@ -4149,7 +4189,7 @@ dependencies = [ "gix-command", "gix-credentials 0.29.0", "gix-features 0.42.1", - "gix-packetline", + "gix-packetline 0.19.3", "gix-quote", "gix-sec 0.11.0", "gix-url 0.31.0", @@ -4168,7 +4208,7 @@ dependencies = [ "gix-command", "gix-credentials 0.30.0", "gix-features 0.43.1", - "gix-packetline", + "gix-packetline 0.19.3", "gix-quote", "gix-sec 0.12.2", "gix-url 0.32.0", @@ -4177,14 +4217,14 @@ dependencies = [ [[package]] name = "gix-transport" -version = "0.49.1" +version = "0.50.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8da4a77922accb1e26e610c7a84ef7e6b34fd07112e6a84afd68d7f3e795957" +checksum = "e058d6667165dba7642b3c293d7c355e2a964acef9bc9408604547d952943a8f" dependencies = [ "bstr", "gix-command", "gix-features 0.44.1", - "gix-packetline", + "gix-packetline 0.20.0", "gix-quote", "gix-sec 0.12.2", "gix-url 0.33.2", @@ -4199,7 +4239,7 @@ checksum = "b8648172f85aca3d6e919c06504b7ac26baef54e04c55eb0100fa588c102cc33" dependencies = [ "bitflags 2.10.0", "gix-commitgraph 0.28.0", - "gix-date", + "gix-date 0.10.7", "gix-hash 0.18.0", "gix-hashtable 0.8.1", "gix-object 0.49.1", @@ -4216,7 +4256,7 @@ checksum = "c7cdc82509d792ba0ad815f86f6b469c7afe10f94362e96c4494525a6601bdd5" dependencies = [ "bitflags 2.10.0", "gix-commitgraph 0.29.0", - "gix-date", + "gix-date 0.10.7", "gix-hash 0.19.0", "gix-hashtable 0.9.0", "gix-object 0.50.2", @@ -4227,17 +4267,17 @@ dependencies = [ [[package]] name = "gix-traverse" -version = "0.48.0" +version = "0.49.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "412126bade03a34f5d4125fd64878852718575b3b360eaae3b29970cb555e2a2" +checksum = "054c79f4c3f87e794ff7dc1fec8306a2bb563cfb38f6be2dc0e4c0fa82f74d59" dependencies = [ "bitflags 2.10.0", "gix-commitgraph 0.30.1", - "gix-date", + "gix-date 0.11.0", "gix-hash 0.20.1", "gix-hashtable 0.10.0", - "gix-object 0.51.1", - "gix-revwalk 0.22.0", + "gix-object 0.52.0", + "gix-revwalk 0.23.0", "smallvec", "thiserror 2.0.17", ] diff --git a/Cargo.toml b/Cargo.toml index 09594a23c..e2db3d3a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -135,7 +135,7 @@ debug = "line-tables-only" [build-dependencies] time = "0.3" md5 = "0.8.0" -gix = { version = "0.74.0", default-features = false } +gix = { version = "0.75.0", default-features = false } string_cache_codegen = "0.6.1" phf_codegen = "0.13" walkdir = "2"