diff --git a/Cargo.lock b/Cargo.lock index c26922fb4..311220eb5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -966,50 +966,50 @@ checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" [[package]] name = "gix" -version = "0.69.1" +version = "0.70.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d0eebdaecdcf405d5433a36f85e4f058cf4de48ee2604388be0dbccbaad353e" +checksum = "736f14636705f3a56ea52b553e67282519418d9a35bb1e90b3a9637a00296b68" dependencies = [ - "gix-actor 0.33.1", - "gix-attributes 0.23.1", + "gix-actor 0.33.2", + "gix-attributes 0.24.0", "gix-command", - "gix-commitgraph 0.25.1", + "gix-commitgraph 0.26.0", "gix-config", "gix-date 0.9.3", "gix-diff", "gix-dir", - "gix-discover 0.37.0", - "gix-features 0.39.1", + "gix-discover 0.38.0", + "gix-features 0.40.0", "gix-filter", - "gix-fs 0.12.1", - "gix-glob 0.17.1", - "gix-hash 0.15.1", - "gix-hashtable 0.6.0", - "gix-ignore 0.12.1", - "gix-index 0.37.0", - "gix-lock 15.0.1", + "gix-fs 0.13.0", + "gix-glob 0.18.0", + "gix-hash 0.16.0", + "gix-hashtable 0.7.0", + "gix-ignore 0.13.0", + "gix-index 0.38.0", + "gix-lock 16.0.0", "gix-mailmap", - "gix-object 0.46.1", + "gix-object 0.47.0", "gix-odb", "gix-pack", "gix-path", "gix-pathspec", "gix-protocol", - "gix-ref 0.49.1", + "gix-ref 0.50.0", "gix-refspec", "gix-revision", - "gix-revwalk 0.17.0", + "gix-revwalk 0.18.0", "gix-sec", "gix-shallow", "gix-status", "gix-submodule", - "gix-tempfile 15.0.0", + "gix-tempfile 16.0.0", "gix-trace", - "gix-traverse 0.43.1", + "gix-traverse 0.44.0", "gix-url", "gix-utils", - "gix-validate 0.9.2", - "gix-worktree 0.38.0", + "gix-validate 0.9.3", + "gix-worktree 0.39.0", "once_cell", "smallvec", "thiserror 2.0.9", @@ -1031,9 +1031,9 @@ dependencies = [ [[package]] name = "gix-actor" -version = "0.33.1" +version = "0.33.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32b24171f514cef7bb4dfb72a0b06dacf609b33ba8ad2489d4c4559a03b7afb3" +checksum = "20018a1a6332e065f1fcc8305c1c932c6b8c9985edea2284b3c79dc6fa3ee4b2" dependencies = [ "bstr", "gix-date 0.9.3", @@ -1062,12 +1062,12 @@ dependencies = [ [[package]] name = "gix-attributes" -version = "0.23.1" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ddf9bf852194c0edfe699a2d36422d2c1f28f73b7c6d446c3f0ccd3ba232cadc" +checksum = "f151000bf662ef5f641eca6102d942ee31ace80f271a3ef642e99776ce6ddb38" dependencies = [ "bstr", - "gix-glob 0.17.1", + "gix-glob 0.18.0", "gix-path", "gix-quote", "gix-trace", @@ -1079,27 +1079,27 @@ dependencies = [ [[package]] name = "gix-bitmap" -version = "0.2.13" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d48b897b4bbc881aea994b4a5bbb340a04979d7be9089791304e04a9fbc66b53" +checksum = "b1db9765c69502650da68f0804e3dc2b5f8ccc6a2d104ca6c85bc40700d37540" dependencies = [ "thiserror 2.0.9", ] [[package]] name = "gix-chunk" -version = "0.4.10" +version = "0.4.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6ffbeb3a5c0b8b84c3fe4133a6f8c82fa962f4caefe8d0762eced025d3eb4f7" +checksum = "0b1f1d8764958699dc764e3f727cef280ff4d1bd92c107bbf8acd85b30c1bd6f" dependencies = [ "thiserror 2.0.9", ] [[package]] name = "gix-command" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9405c0a56e17f8365a46870cd2c7db71323ecc8bda04b50cb746ea37bd091e90" +checksum = "cb410b84d6575db45e62025a9118bdbf4d4b099ce7575a76161e898d9ca98df1" dependencies = [ "bstr", "gix-path", @@ -1123,30 +1123,30 @@ dependencies = [ [[package]] name = "gix-commitgraph" -version = "0.25.1" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8da6591a7868fb2b6dabddea6b09988b0b05e0213f938dbaa11a03dd7a48d85" +checksum = "e23a8ec2d8a16026a10dafdb6ed51bcfd08f5d97f20fa52e200bc50cb72e4877" dependencies = [ "bstr", "gix-chunk", - "gix-features 0.39.1", - "gix-hash 0.15.1", + "gix-features 0.40.0", + "gix-hash 0.16.0", "memmap2", "thiserror 2.0.9", ] [[package]] name = "gix-config" -version = "0.42.0" +version = "0.43.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6649b406ca1f99cb148959cf00468b231f07950f8ec438cc0903cda563606f19" +checksum = "377c1efd2014d5d469e0b3cd2952c8097bce9828f634e04d5665383249f1d9e9" dependencies = [ "bstr", "gix-config-value", - "gix-features 0.39.1", - "gix-glob 0.17.1", + "gix-features 0.40.0", + "gix-glob 0.18.0", "gix-path", - "gix-ref 0.49.1", + "gix-ref 0.50.0", "gix-sec", "memchr", "once_cell", @@ -1158,9 +1158,9 @@ dependencies = [ [[package]] name = "gix-config-value" -version = "0.14.10" +version = "0.14.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49aaeef5d98390a3bcf9dbc6440b520b793d1bf3ed99317dc407b02be995b28e" +checksum = "11365144ef93082f3403471dbaa94cfe4b5e72743bdb9560719a251d439f4cee" dependencies = [ "bitflags 2.6.0", "bstr", @@ -1195,42 +1195,45 @@ dependencies = [ [[package]] name = "gix-diff" -version = "0.49.0" +version = "0.50.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8e92566eccbca205a0a0f96ffb0327c061e85bc5c95abbcddfe177498aa04f6" +checksum = "62afb7f4ca0acdf4e9dad92065b2eb1bf2993bcc5014b57bc796e3a365b17c4d" dependencies = [ "bstr", + "gix-attributes 0.24.0", "gix-command", "gix-filter", - "gix-fs 0.12.1", - "gix-hash 0.15.1", - "gix-object 0.46.1", + "gix-fs 0.13.0", + "gix-hash 0.16.0", + "gix-index 0.38.0", + "gix-object 0.47.0", "gix-path", - "gix-tempfile 15.0.0", + "gix-pathspec", + "gix-tempfile 16.0.0", "gix-trace", - "gix-traverse 0.43.1", - "gix-worktree 0.38.0", + "gix-traverse 0.44.0", + "gix-worktree 0.39.0", "imara-diff", "thiserror 2.0.9", ] [[package]] name = "gix-dir" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fba2ffbcf4bd34438e8a8367ccbc94870549903d1f193a14f47eb6b0967e1293" +checksum = "c1d78db3927a12f7d1b788047b84efacaab03ef25738bd1c77856ad8966bd57b" dependencies = [ "bstr", - "gix-discover 0.37.0", - "gix-fs 0.12.1", - "gix-ignore 0.12.1", - "gix-index 0.37.0", - "gix-object 0.46.1", + "gix-discover 0.38.0", + "gix-fs 0.13.0", + "gix-ignore 0.13.0", + "gix-index 0.38.0", + "gix-object 0.47.0", "gix-path", "gix-pathspec", "gix-trace", "gix-utils", - "gix-worktree 0.38.0", + "gix-worktree 0.39.0", "thiserror 2.0.9", ] @@ -1252,16 +1255,16 @@ dependencies = [ [[package]] name = "gix-discover" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83bf6dfa4e266a4a9becb4d18fc801f92c3f7cc6c433dd86fdadbcf315ffb6ef" +checksum = "d0c2414bdf04064e0f5a5aa029dfda1e663cf9a6c4bfc8759f2d369299bb65d8" dependencies = [ "bstr", "dunce", - "gix-fs 0.12.1", - "gix-hash 0.15.1", + "gix-fs 0.13.0", + "gix-hash 0.16.0", "gix-path", - "gix-ref 0.49.1", + "gix-ref 0.50.0", "gix-sec", "thiserror 2.0.9", ] @@ -1283,14 +1286,14 @@ dependencies = [ [[package]] name = "gix-features" -version = "0.39.1" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d85d673f2e022a340dba4713bed77ef2cf4cd737d2f3e0f159d45e0935fd81f" +checksum = "8bfdd4838a8d42bd482c9f0cb526411d003ee94cc7c7b08afe5007329c71d554" dependencies = [ "crc32fast", "crossbeam-channel", "flate2", - "gix-hash 0.15.1", + "gix-hash 0.16.0", "gix-trace", "gix-utils", "libc", @@ -1304,16 +1307,16 @@ dependencies = [ [[package]] name = "gix-filter" -version = "0.16.0" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d0ecdee5667f840ba20c7fe56d63f8e1dc1e6b3bfd296151fe5ef07c874790a" +checksum = "bdcc36cd7dbc63ed0ec3558645886553d1afd3cd09daa5efb9cba9cceb942bbb" dependencies = [ "bstr", "encoding_rs", - "gix-attributes 0.23.1", + "gix-attributes 0.24.0", "gix-command", - "gix-hash 0.15.1", - "gix-object 0.46.1", + "gix-hash 0.16.0", + "gix-object 0.47.0", "gix-packetline-blocking", "gix-path", "gix-quote", @@ -1336,12 +1339,12 @@ dependencies = [ [[package]] name = "gix-fs" -version = "0.12.1" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b3d4fac505a621f97e5ce2c69fdc425742af00c0920363ca4074f0eb48b1db9" +checksum = "182e7fa7bfdf44ffb7cfe7451b373cdf1e00870ac9a488a49587a110c562063d" dependencies = [ "fastrand", - "gix-features 0.39.1", + "gix-features 0.40.0", "gix-utils", ] @@ -1359,13 +1362,13 @@ dependencies = [ [[package]] name = "gix-glob" -version = "0.17.1" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aaf69a6bec0a3581567484bf99a4003afcaf6c469fd4214352517ea355cf3435" +checksum = "4e9c7249fa0a78f9b363aa58323db71e0a6161fd69860ed6f48dedf0ef3a314e" dependencies = [ "bitflags 2.6.0", "bstr", - "gix-features 0.39.1", + "gix-features 0.40.0", "gix-path", ] @@ -1381,9 +1384,9 @@ dependencies = [ [[package]] name = "gix-hash" -version = "0.15.1" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b5eccc17194ed0e67d49285e4853307e4147e95407f91c1c3e4a13ba9f4e4ce" +checksum = "e81c5ec48649b1821b3ed066a44efb95f1a268b35c1d91295e61252539fbe9f8" dependencies = [ "faster-hex", "thiserror 2.0.9", @@ -1402,11 +1405,11 @@ dependencies = [ [[package]] name = "gix-hashtable" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ef65b256631078ef733bc5530c4e6b1c2e7d5c2830b75d4e9034ab3997d18fe" +checksum = "189130bc372accd02e0520dc5ab1cef318dcc2bc829b76ab8d84bbe90ac212d1" dependencies = [ - "gix-hash 0.15.1", + "gix-hash 0.16.0", "hashbrown 0.14.5", "parking_lot", ] @@ -1426,12 +1429,12 @@ dependencies = [ [[package]] name = "gix-ignore" -version = "0.12.1" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6b1fb24d2a4af0aa7438e2771d60c14a80cf2c9bd55c29cf1712b841f05bb8a" +checksum = "4f529dcb80bf9855c0a7c49f0ac588df6d6952d63a63fefc254b9c869d2cdf6f" dependencies = [ "bstr", - "gix-glob 0.17.1", + "gix-glob 0.18.0", "gix-path", "gix-trace", "unicode-bom", @@ -1467,23 +1470,23 @@ dependencies = [ [[package]] name = "gix-index" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "270645fd20556b64c8ffa1540d921b281e6994413a0ca068596f97e9367a257a" +checksum = "acd12e3626879369310fffe2ac61acc828613ef656b50c4ea984dd59d7dc85d8" dependencies = [ "bitflags 2.6.0", "bstr", "filetime", "fnv", "gix-bitmap", - "gix-features 0.39.1", - "gix-fs 0.12.1", - "gix-hash 0.15.1", - "gix-lock 15.0.1", - "gix-object 0.46.1", - "gix-traverse 0.43.1", + "gix-features 0.40.0", + "gix-fs 0.13.0", + "gix-hash 0.16.0", + "gix-lock 16.0.0", + "gix-object 0.47.0", + "gix-traverse 0.44.0", "gix-utils", - "gix-validate 0.9.2", + "gix-validate 0.9.3", "hashbrown 0.14.5", "itoa", "libc", @@ -1506,23 +1509,23 @@ dependencies = [ [[package]] name = "gix-lock" -version = "15.0.1" +version = "16.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cd3ab68a452db63d9f3ebdacb10f30dba1fa0d31ac64f4203d395ed1102d940" +checksum = "9739815270ff6940968441824d162df9433db19211ca9ba8c3fc1b50b849c642" dependencies = [ - "gix-tempfile 15.0.0", + "gix-tempfile 16.0.0", "gix-utils", "thiserror 2.0.9", ] [[package]] name = "gix-mailmap" -version = "0.25.1" +version = "0.25.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6a108b866e00b8a59b8746906cccf2648ffc3e393dc9cca97254dd75c2ddf8c" +checksum = "017996966133afb1e631796d8cf32e43300f8f76233f2a15ce9af5be5069b0a6" dependencies = [ "bstr", - "gix-actor 0.33.1", + "gix-actor 0.33.2", "gix-date 0.9.3", "thiserror 2.0.9", ] @@ -1548,19 +1551,19 @@ dependencies = [ [[package]] name = "gix-object" -version = "0.46.1" +version = "0.47.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e42d58010183ef033f31088479b4eb92b44fe341b35b62d39eb8b185573d77ea" +checksum = "ddc4b3a0044244f0fe22347fb7a79cca165e37829d668b41b85ff46a43e5fd68" dependencies = [ "bstr", - "gix-actor 0.33.1", + "gix-actor 0.33.2", "gix-date 0.9.3", - "gix-features 0.39.1", - "gix-hash 0.15.1", - "gix-hashtable 0.6.0", + "gix-features 0.40.0", + "gix-hash 0.16.0", + "gix-hashtable 0.7.0", "gix-path", "gix-utils", - "gix-validate 0.9.2", + "gix-validate 0.9.3", "itoa", "smallvec", "thiserror 2.0.9", @@ -1569,17 +1572,17 @@ dependencies = [ [[package]] name = "gix-odb" -version = "0.66.0" +version = "0.67.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb780eceb3372ee204469478de02eaa34f6ba98247df0186337e0333de97d0ae" +checksum = "3e93457df69cd09573608ce9fa4f443fbd84bc8d15d8d83adecd471058459c1b" dependencies = [ "arc-swap", "gix-date 0.9.3", - "gix-features 0.39.1", - "gix-fs 0.12.1", - "gix-hash 0.15.1", - "gix-hashtable 0.6.0", - "gix-object 0.46.1", + "gix-features 0.40.0", + "gix-fs 0.13.0", + "gix-hash 0.16.0", + "gix-hashtable 0.7.0", + "gix-object 0.47.0", "gix-pack", "gix-path", "gix-quote", @@ -1590,16 +1593,16 @@ dependencies = [ [[package]] name = "gix-pack" -version = "0.56.0" +version = "0.57.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4158928929be29cae7ab97afc8e820a932071a7f39d8ba388eed2380c12c566c" +checksum = "fc13a475b3db735617017fb35f816079bf503765312d4b1913b18cf96f3fa515" dependencies = [ "clru", "gix-chunk", - "gix-features 0.39.1", - "gix-hash 0.15.1", - "gix-hashtable 0.6.0", - "gix-object 0.46.1", + "gix-features 0.40.0", + "gix-hash 0.16.0", + "gix-hashtable 0.7.0", + "gix-object 0.47.0", "gix-path", "memmap2", "smallvec", @@ -1609,9 +1612,9 @@ dependencies = [ [[package]] name = "gix-packetline" -version = "0.18.2" +version = "0.18.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "911aeea8b2dabeed2f775af9906152a1f0109787074daf9e64224e3892dde453" +checksum = "c7e5ae6bc3ac160a6bf44a55f5537813ca3ddb08549c0fd3e7ef699c73c439cd" dependencies = [ "bstr", "faster-hex", @@ -1621,9 +1624,9 @@ dependencies = [ [[package]] name = "gix-packetline-blocking" -version = "0.18.1" +version = "0.18.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce9004ce1bc00fd538b11c1ec8141a1558fb3af3d2b7ac1ac5c41881f9e42d2a" +checksum = "c1cbf8767c6abd5a6779f586702b5bcd8702380f4208219449cf1c9d0cd1e17c" dependencies = [ "bstr", "faster-hex", @@ -1633,9 +1636,9 @@ dependencies = [ [[package]] name = "gix-path" -version = "0.10.13" +version = "0.10.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afc292ef1a51e340aeb0e720800338c805975724c1dfbd243185452efd8645b7" +checksum = "c40f12bb65a8299be0cfb90fe718e3be236b7a94b434877012980863a883a99f" dependencies = [ "bstr", "gix-trace", @@ -1646,30 +1649,30 @@ dependencies = [ [[package]] name = "gix-pathspec" -version = "0.8.1" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c472dfbe4a4e96fcf7efddcd4771c9037bb4fdea2faaabf2f4888210c75b81e" +checksum = "6430d3a686c08e9d59019806faa78c17315fe22ae73151a452195857ca02f86c" dependencies = [ "bitflags 2.6.0", "bstr", - "gix-attributes 0.23.1", + "gix-attributes 0.24.0", "gix-config-value", - "gix-glob 0.17.1", + "gix-glob 0.18.0", "gix-path", "thiserror 2.0.9", ] [[package]] name = "gix-protocol" -version = "0.47.0" +version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c84642e8b6fed7035ce9cc449593019c55b0ec1af7a5dce1ab8a0636eaaeb067" +checksum = "6c61bd61afc6b67d213241e2100394c164be421e3f7228d3521b04f48ca5ba90" dependencies = [ "bstr", "gix-date 0.9.3", - "gix-features 0.39.1", - "gix-hash 0.15.1", - "gix-ref 0.49.1", + "gix-features 0.40.0", + "gix-hash 0.16.0", + "gix-ref 0.50.0", "gix-shallow", "gix-transport", "gix-utils", @@ -1680,9 +1683,9 @@ dependencies = [ [[package]] name = "gix-quote" -version = "0.4.14" +version = "0.4.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64a1e282216ec2ab2816cd57e6ed88f8009e634aec47562883c05ac8a7009a63" +checksum = "e49357fccdb0c85c0d3a3292a9f6db32d9b3535959b5471bb9624908f4a066c6" dependencies = [ "bstr", "gix-utils", @@ -1713,20 +1716,20 @@ dependencies = [ [[package]] name = "gix-ref" -version = "0.49.1" +version = "0.50.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a91b61776c839d0f1b7114901179afb0947aa7f4d30793ca1c56d335dfef485f" +checksum = "47adf4c5f933429f8554e95d0d92eee583cfe4b95d2bf665cd6fd4a1531ee20c" dependencies = [ - "gix-actor 0.33.1", - "gix-features 0.39.1", - "gix-fs 0.12.1", - "gix-hash 0.15.1", - "gix-lock 15.0.1", - "gix-object 0.46.1", + "gix-actor 0.33.2", + "gix-features 0.40.0", + "gix-fs 0.13.0", + "gix-hash 0.16.0", + "gix-lock 16.0.0", + "gix-object 0.47.0", "gix-path", - "gix-tempfile 15.0.0", + "gix-tempfile 16.0.0", "gix-utils", - "gix-validate 0.9.2", + "gix-validate 0.9.3", "memmap2", "thiserror 2.0.9", "winnow", @@ -1734,32 +1737,32 @@ dependencies = [ [[package]] name = "gix-refspec" -version = "0.27.0" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00c056bb747868c7eb0aeb352c9f9181ab8ca3d0a2550f16470803500c6c413d" +checksum = "59650228d8f612f68e7f7a25f517fcf386c5d0d39826085492e94766858b0a90" dependencies = [ "bstr", - "gix-hash 0.15.1", + "gix-hash 0.16.0", "gix-revision", - "gix-validate 0.9.2", + "gix-validate 0.9.3", "smallvec", "thiserror 2.0.9", ] [[package]] name = "gix-revision" -version = "0.31.1" +version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61e1ddc474405a68d2ce8485705dd72fe6ce959f2f5fe718601ead5da2c8f9e7" +checksum = "3fe28bbccca55da6d66e6c6efc6bb4003c29d407afd8178380293729733e6b53" dependencies = [ "bitflags 2.6.0", "bstr", - "gix-commitgraph 0.25.1", + "gix-commitgraph 0.26.0", "gix-date 0.9.3", - "gix-hash 0.15.1", - "gix-hashtable 0.6.0", - "gix-object 0.46.1", - "gix-revwalk 0.17.0", + "gix-hash 0.16.0", + "gix-hashtable 0.7.0", + "gix-object 0.47.0", + "gix-revwalk 0.18.0", "gix-trace", "thiserror 2.0.9", ] @@ -1781,24 +1784,24 @@ dependencies = [ [[package]] name = "gix-revwalk" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "510026fc32f456f8f067d8f37c34088b97a36b2229d88a6a5023ef179fcb109d" +checksum = "d4ecb80c235b1e9ef2b99b23a81ea50dd569a88a9eb767179793269e0e616247" dependencies = [ - "gix-commitgraph 0.25.1", + "gix-commitgraph 0.26.0", "gix-date 0.9.3", - "gix-hash 0.15.1", - "gix-hashtable 0.6.0", - "gix-object 0.46.1", + "gix-hash 0.16.0", + "gix-hashtable 0.7.0", + "gix-object 0.47.0", "smallvec", "thiserror 2.0.9", ] [[package]] name = "gix-sec" -version = "0.10.10" +version = "0.10.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8b876ef997a955397809a2ec398d6a45b7a55b4918f2446344330f778d14fd6" +checksum = "d84dae13271f4313f8d60a166bf27e54c968c7c33e2ffd31c48cafe5da649875" dependencies = [ "bitflags 2.6.0", "gix-path", @@ -1808,44 +1811,44 @@ dependencies = [ [[package]] name = "gix-shallow" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88d2673242e87492cb6ff671f0c01f689061ca306c4020f137197f3abc84ce01" +checksum = "ab72543011e303e52733c85bef784603ef39632ddf47f69723def52825e35066" dependencies = [ "bstr", - "gix-hash 0.15.1", - "gix-lock 15.0.1", + "gix-hash 0.16.0", + "gix-lock 16.0.0", "thiserror 2.0.9", ] [[package]] name = "gix-status" -version = "0.16.0" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1665770e277608bd6b0eaf86adbf6cb3ffc6fb97749e7bc6f9318ac5f37564df" +checksum = "414cc1d85079d7ca32c3ab4a6479bf7e174cd251c74a82339c6cc393da3f4883" dependencies = [ "bstr", "filetime", "gix-diff", "gix-dir", - "gix-features 0.39.1", + "gix-features 0.40.0", "gix-filter", - "gix-fs 0.12.1", - "gix-hash 0.15.1", - "gix-index 0.37.0", - "gix-object 0.46.1", + "gix-fs 0.13.0", + "gix-hash 0.16.0", + "gix-index 0.38.0", + "gix-object 0.47.0", "gix-path", "gix-pathspec", - "gix-worktree 0.38.0", + "gix-worktree 0.39.0", "portable-atomic", "thiserror 2.0.9", ] [[package]] name = "gix-submodule" -version = "0.16.0" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2455f8c0fcb6ebe2a6e83c8f522d30615d763eb2ef7a23c7d929f9476e89f5c" +checksum = "74972fe8d46ac8a09490ae1e843b4caf221c5b157c5ac17057e8e1c38417a3ac" dependencies = [ "bstr", "gix-config", @@ -1873,12 +1876,12 @@ dependencies = [ [[package]] name = "gix-tempfile" -version = "15.0.0" +version = "16.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2feb86ef094cc77a4a9a5afbfe5de626897351bbbd0de3cb9314baf3049adb82" +checksum = "2558f423945ef24a8328c55d1fd6db06b8376b0e7013b1bb476cc4ffdf678501" dependencies = [ "dashmap", - "gix-fs 0.12.1", + "gix-fs 0.13.0", "libc", "once_cell", "parking_lot", @@ -1913,19 +1916,19 @@ dependencies = [ [[package]] name = "gix-trace" -version = "0.1.11" +version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04bdde120c29f1fc23a24d3e115aeeea3d60d8e65bab92cc5f9d90d9302eb952" +checksum = "7c396a2036920c69695f760a65e7f2677267ccf483f25046977d87e4cb2665f7" [[package]] name = "gix-transport" -version = "0.44.0" +version = "0.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd04d91e507a8713cfa2318d5a85d75b36e53a40379cc7eb7634ce400ecacbaf" +checksum = "11187418489477b1b5b862ae1aedbbac77e582f2c4b0ef54280f20cfe5b964d9" dependencies = [ "bstr", "gix-command", - "gix-features 0.39.1", + "gix-features 0.40.0", "gix-packetline", "gix-quote", "gix-sec", @@ -1952,29 +1955,29 @@ dependencies = [ [[package]] name = "gix-traverse" -version = "0.43.1" +version = "0.44.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ed47d648619e23e93f971d2bba0d10c1100e54ef95d2981d609907a8cabac89" +checksum = "2bec70e53896586ef32a3efa7e4427b67308531ed186bb6120fb3eca0f0d61b4" dependencies = [ "bitflags 2.6.0", - "gix-commitgraph 0.25.1", + "gix-commitgraph 0.26.0", "gix-date 0.9.3", - "gix-hash 0.15.1", - "gix-hashtable 0.6.0", - "gix-object 0.46.1", - "gix-revwalk 0.17.0", + "gix-hash 0.16.0", + "gix-hashtable 0.7.0", + "gix-object 0.47.0", + "gix-revwalk 0.18.0", "smallvec", "thiserror 2.0.9", ] [[package]] name = "gix-url" -version = "0.28.2" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d096fb733ba6bd3f5403dba8bd72bdd8809fe2b347b57844040b8f49c93492d9" +checksum = "29218c768b53dd8f116045d87fec05b294c731a4b2bdd257eeca2084cc150b13" dependencies = [ "bstr", - "gix-features 0.39.1", + "gix-features 0.40.0", "gix-path", "percent-encoding", "thiserror 2.0.9", @@ -1983,9 +1986,9 @@ dependencies = [ [[package]] name = "gix-utils" -version = "0.1.13" +version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba427e3e9599508ed98a6ddf8ed05493db114564e338e41f6a996d2e4790335f" +checksum = "ff08f24e03ac8916c478c8419d7d3c33393da9bb41fa4c24455d5406aeefd35f" dependencies = [ "bstr", "fastrand", @@ -2004,9 +2007,9 @@ dependencies = [ [[package]] name = "gix-validate" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd520d09f9f585b34b32aba1d0b36ada89ab7fefb54a8ca3fe37fc482a750937" +checksum = "9eaa01c3337d885617c0a42e92823922a2aea71f4caeace6fe87002bdcadbd90" dependencies = [ "bstr", "thiserror 2.0.9", @@ -2033,21 +2036,21 @@ dependencies = [ [[package]] name = "gix-worktree" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "756dbbe15188fa22540d5eab941f8f9cf511a5364d5aec34c88083c09f4bea13" +checksum = "6673512f7eaa57a6876adceca6978a501d6c6569a4f177767dc405f8b9778958" dependencies = [ "bstr", - "gix-attributes 0.23.1", - "gix-features 0.39.1", - "gix-fs 0.12.1", - "gix-glob 0.17.1", - "gix-hash 0.15.1", - "gix-ignore 0.12.1", - "gix-index 0.37.0", - "gix-object 0.46.1", + "gix-attributes 0.24.0", + "gix-features 0.40.0", + "gix-fs 0.13.0", + "gix-glob 0.18.0", + "gix-hash 0.16.0", + "gix-ignore 0.13.0", + "gix-index 0.38.0", + "gix-object 0.47.0", "gix-path", - "gix-validate 0.9.2", + "gix-validate 0.9.3", ] [[package]] @@ -2746,7 +2749,7 @@ dependencies = [ "crossbeam-channel", "enable-ansi-support", "gix", - "gix-features 0.39.1", + "gix-features 0.40.0", "gix-testtools", "globset", "human-panic", @@ -3808,9 +3811,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokei" -version = "13.0.0-alpha.7" +version = "13.0.0-alpha.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2554a141ca759db0d475e90d24da8a4665ff7b60e5eecc495a6207c6a065220" +checksum = "fdb367822e854c96f275dd52aad070e445cf15f1521e25d2b1dedc1dd0b1f5be" dependencies = [ "aho-corasick", "arbitrary", diff --git a/Cargo.toml b/Cargo.toml index c4a6a4329..bbeff30d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,14 +41,14 @@ byte-unit = "5.1.6" clap.workspace = true clap_complete = "4.5.42" crossbeam-channel = "0.5.14" -gix = { version = "0.69.1", default-features = false, features = [ +gix = { version = "0.70.0", default-features = false, features = [ "max-performance-safe", "blob-diff", "mailmap", "index", "status", ] } -gix-features = { version = "0.39.1", features = ["zlib-ng"] } +gix-features = { version = "0.40.0", features = ["zlib-ng"] } globset = "0.4.15" human-panic = "2.0.2" image.workspace = true @@ -66,7 +66,7 @@ serde_yaml = "0.9.34" strum.workspace = true time = { version = "0.3.37", features = ["formatting"] } time-humanize = { version = "0.1.3", features = ["time"] } -tokei = "13.0.0-alpha.7" +tokei = "13.0.0-alpha.8" typetag = "0.2" [dev-dependencies] diff --git a/README.md b/README.md index c7a4dc9bd..f970250e4 100644 --- a/README.md +++ b/README.md @@ -42,4 +42,6 @@ As of now, onefetch supports more than [100 different programming languages](htt Contributions are very welcome! See [CONTRIBUTING](CONTRIBUTING.md) for more info. +*Artwork by @Kuvshinov_Ilya* + ### More: \[[Wiki](https://github.com/o2sh/onefetch/wiki)\] \[[Installation](https://github.com/o2sh/onefetch/wiki/Installation)\] \[[Getting Started](https://github.com/o2sh/onefetch/wiki/getting-started)\]