From 44e09db9a866b4a7c6ce5ba86d7330c9b7d3ce4a Mon Sep 17 00:00:00 2001 From: Denis Cornehl Date: Wed, 22 Jan 2025 07:04:09 +0100 Subject: [PATCH 1/2] run cargo update --- Cargo.lock | 519 +++++++++++++++++++++++++++++------------------------ 1 file changed, 280 insertions(+), 239 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 40b562742..8e6087426 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -116,11 +116,12 @@ dependencies = [ [[package]] name = "anstyle-wincon" -version = "3.0.6" +version = "3.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125" +checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e" dependencies = [ "anstyle", + "once_cell", "windows-sys 0.59.0", ] @@ -266,9 +267,9 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "aws-config" -version = "1.5.13" +version = "1.5.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c03a50b30228d3af8865ce83376b4e99e1ffa34728220fe2860e4df0bb5278d6" +checksum = "9f40e82e858e02445402906e454a73e244c7f501fcae198977585946c48e8697" dependencies = [ "aws-credential-types", "aws-runtime", @@ -308,9 +309,9 @@ dependencies = [ [[package]] name = "aws-runtime" -version = "1.5.3" +version = "1.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b16d1aa50accc11a4b4d5c50f7fb81cc0cf60328259c587d0e6b0f11385bde46" +checksum = "bee7643696e7fdd74c10f9eb42848a87fe469d35eae9c3323f80aa98f350baac" dependencies = [ "aws-credential-types", "aws-sigv4", @@ -334,9 +335,9 @@ dependencies = [ [[package]] name = "aws-sdk-cloudfront" -version = "1.59.0" +version = "1.61.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "daab2aceb28c94fdf491ebe22996efe2eb177d1e14798de77ecfe159a839d53c" +checksum = "03dba6d07813293ca8618156b91e6c4c9639aaac4de9c9c28587c8fdb92e7d93" dependencies = [ "aws-credential-types", "aws-runtime", @@ -356,9 +357,9 @@ dependencies = [ [[package]] name = "aws-sdk-s3" -version = "1.68.0" +version = "1.70.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc5ddf1dc70287dc9a2f953766a1fe15e3e74aef02fd1335f2afa475c9b4f4fc" +checksum = "3d781684ce9da2f82da4e23eaf753310d5ddb05efe2d91cd59033828727218f5" dependencies = [ "aws-credential-types", "aws-runtime", @@ -390,9 +391,9 @@ dependencies = [ [[package]] name = "aws-sdk-sso" -version = "1.53.0" +version = "1.55.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1605dc0bf9f0a4b05b451441a17fcb0bda229db384f23bf5cead3adbab0664ac" +checksum = "33993c0b054f4251ff2946941b56c26b582677303eeca34087594eb901ece022" dependencies = [ "aws-credential-types", "aws-runtime", @@ -412,9 +413,9 @@ dependencies = [ [[package]] name = "aws-sdk-ssooidc" -version = "1.54.0" +version = "1.56.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59f3f73466ff24f6ad109095e0f3f2c830bfb4cd6c8b12f744c8e61ebf4d3ba1" +checksum = "3bd3ceba74a584337a8f3839c818f14f1a2288bfd24235120ff22d7e17a0dd54" dependencies = [ "aws-credential-types", "aws-runtime", @@ -434,9 +435,9 @@ dependencies = [ [[package]] name = "aws-sdk-sts" -version = "1.54.0" +version = "1.56.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "249b2acaa8e02fd4718705a9494e3eb633637139aa4bb09d70965b0448e865db" +checksum = "07835598e52dd354368429cb2abf447ce523ea446d0a533a63cb42cd0d2d9280" dependencies = [ "aws-credential-types", "aws-runtime", @@ -457,9 +458,9 @@ dependencies = [ [[package]] name = "aws-sigv4" -version = "1.2.6" +version = "1.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d3820e0c08d0737872ff3c7c1f21ebbb6693d832312d6152bf18ef50a5471c2" +checksum = "690118821e46967b3c4501d67d7d52dd75106a9c54cf36cefa1985cedbe94e05" dependencies = [ "aws-credential-types", "aws-smithy-eventstream", @@ -486,9 +487,9 @@ dependencies = [ [[package]] name = "aws-smithy-async" -version = "1.2.3" +version = "1.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "427cb637d15d63d6f9aae26358e1c9a9c09d5aa490d64b09354c8217cfef0f28" +checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e" dependencies = [ "futures-util", "pin-project-lite", @@ -497,15 +498,16 @@ dependencies = [ [[package]] name = "aws-smithy-checksums" -version = "0.60.13" +version = "0.62.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba1a71073fca26775c8b5189175ea8863afb1c9ea2cceb02a5de5ad9dfbaa795" +checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295" dependencies = [ "aws-smithy-http", "aws-smithy-types", "bytes", "crc32c", "crc32fast", + "crc64fast-nvme", "hex", "http 0.2.12", "http-body 0.4.6", @@ -518,9 +520,9 @@ dependencies = [ [[package]] name = "aws-smithy-eventstream" -version = "0.60.5" +version = "0.60.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cef7d0a272725f87e51ba2bf89f8c21e4df61b9e49ae1ac367a6d69916ef7c90" +checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a" dependencies = [ "aws-smithy-types", "bytes", @@ -529,9 +531,9 @@ dependencies = [ [[package]] name = "aws-smithy-http" -version = "0.60.11" +version = "0.60.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c8bc3e8fdc6b8d07d976e301c02fe553f72a39b7a9fea820e023268467d7ab6" +checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc" dependencies = [ "aws-smithy-eventstream", "aws-smithy-runtime-api", @@ -550,9 +552,9 @@ dependencies = [ [[package]] name = "aws-smithy-json" -version = "0.61.1" +version = "0.61.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee4e69cc50921eb913c6b662f8d909131bb3e6ad6cb6090d3a39b66fc5c52095" +checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422" dependencies = [ "aws-smithy-types", ] @@ -588,9 +590,9 @@ dependencies = [ [[package]] name = "aws-smithy-runtime" -version = "1.7.6" +version = "1.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a05dd41a70fc74051758ee75b5c4db2c0ca070ed9229c3df50e9475cda1cb985" +checksum = "865f7050bbc7107a6c98a397a9fcd9413690c27fa718446967cf03b2d3ac517e" dependencies = [ "aws-smithy-async", "aws-smithy-http", @@ -606,7 +608,7 @@ dependencies = [ "httparse", "hyper 0.14.32", "hyper-rustls 0.24.2", - "indexmap 2.7.0", + "indexmap 2.7.1", "once_cell", "pin-project-lite", "pin-utils", @@ -637,9 +639,9 @@ dependencies = [ [[package]] name = "aws-smithy-types" -version = "1.2.11" +version = "1.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38ddc9bd6c28aeb303477170ddd183760a956a03e083b3902a990238a7e3792d" +checksum = "a28f6feb647fb5e0d5b50f0472c19a7db9462b74e2fec01bb0b44eedcc834e97" dependencies = [ "base64-simd", "bytes", @@ -682,9 +684,9 @@ dependencies = [ [[package]] name = "aws-types" -version = "1.3.3" +version = "1.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5221b91b3e441e6675310829fd8984801b772cb1546ef6c0e54dec9f1ac13fef" +checksum = "b0df5a18c4f951c645300d365fec53a61418bcf4650f604f85fe2a665bfaa0c2" dependencies = [ "aws-credential-types", "aws-smithy-async", @@ -696,9 +698,9 @@ dependencies = [ [[package]] name = "axum" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d6fd624c75e18b3b4c6b9caf42b1afe24437daaee904069137d8bab077be8b8" +checksum = "efea76243612a2436fb4074ba0cf3ba9ea29efdeb72645d8fc63f116462be1de" dependencies = [ "axum-core", "axum-macros", @@ -731,12 +733,12 @@ dependencies = [ [[package]] name = "axum-core" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df1362f362fd16024ae199c1970ce98f9661bf5ef94b9808fee734bc3698b733" +checksum = "eab1b0df7cded837c40dacaa2e1c33aa17c84fc3356ae67b5645f1e83190753e" dependencies = [ "bytes", - "futures-util", + "futures-core", "http 1.2.0", "http-body 1.0.1", "http-body-util", @@ -857,9 +859,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.7.0" +version = "2.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1be3f42a67d6d345ecd59f675f3f012d6974981560836e938c22b424b85ce1be" +checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36" dependencies = [ "serde", ] @@ -875,9 +877,9 @@ dependencies = [ [[package]] name = "borsh" -version = "1.5.3" +version = "1.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03" +checksum = "5430e3be710b68d984d1391c854eb431a9d548640711faa54eecb1df93db91cc" dependencies = [ "cfg_aliases", ] @@ -976,6 +978,25 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" +[[package]] +name = "cbindgen" +version = "0.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb" +dependencies = [ + "clap", + "heck 0.4.1", + "indexmap 2.7.1", + "log", + "proc-macro2", + "quote", + "serde", + "serde_json", + "syn 2.0.96", + "tempfile", + "toml", +] + [[package]] name = "cbor-diag" version = "0.1.12" @@ -997,9 +1018,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.2.7" +version = "1.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a012a0df96dd6d06ba9a1b29d6402d1a5d77c6befd2566afdc26e10603dc93d7" +checksum = "13208fcbb66eaeffe09b99fffbe1af420f00a7b35aa99ad683dfc1aa76145229" dependencies = [ "jobserver", "libc", @@ -1060,9 +1081,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.26" +version = "4.5.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8eb5e908ef3a6efbe1ed62520fb7287959888c88485abe072543190ecc66783" +checksum = "769b0145982b4b48713e01ec42d61614425f27b7058bda7180a3a41f30104796" dependencies = [ "clap_builder", "clap_derive", @@ -1070,9 +1091,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.26" +version = "4.5.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96b01801b5fc6a0a232407abc821660c9c6d25a1cafc0d4f85f29fb8d9afc121" +checksum = "1b26884eb4b57140e4d2d93652abfa49498b938b3c9179f9fc487b0acc3edad7" dependencies = [ "anstream", "anstyle", @@ -1086,7 +1107,7 @@ version = "4.5.24" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "54b755194d6389280185988721fffba69495eed5ee9feeee9a599b53db80318c" dependencies = [ - "heck", + "heck 0.5.0", "proc-macro2", "quote", "syn 2.0.96", @@ -1218,7 +1239,7 @@ dependencies = [ "serde_derive", "serde_json", "smol_str", - "thiserror 2.0.10", + "thiserror 2.0.11", "toml", ] @@ -1273,6 +1294,16 @@ dependencies = [ "cfg-if", ] +[[package]] +name = "crc64fast-nvme" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37" +dependencies = [ + "cbindgen", + "crc", +] + [[package]] name = "criterion" version = "0.5.1" @@ -1524,9 +1555,9 @@ dependencies = [ [[package]] name = "data-encoding" -version = "2.6.0" +version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" +checksum = "0e60eed09d8c01d3cee5b7d30acb059b76614c918fa0f992e0dd6eeb10daad6f" [[package]] name = "debugid" @@ -1725,7 +1756,7 @@ dependencies = [ "syntect", "tempfile", "test-case", - "thiserror 2.0.10", + "thiserror 2.0.11", "thread_local", "time", "tokio", @@ -1747,7 +1778,7 @@ name = "docsrs-metadata" version = "0.1.0" dependencies = [ "serde", - "thiserror 2.0.10", + "thiserror 2.0.11", "toml", ] @@ -2191,7 +2222,7 @@ version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724" dependencies = [ - "bitflags 2.7.0", + "bitflags 2.8.0", "libc", "libgit2-sys", "log", @@ -2259,7 +2290,7 @@ checksum = "8d0eebdaecdcf405d5433a36f85e4f058cf4de48ee2604388be0dbccbaad353e" dependencies = [ "gix-actor", "gix-attributes", - "gix-command 0.4.0", + "gix-command 0.4.1", "gix-commitgraph", "gix-config 0.42.0", "gix-credentials 0.26.0", @@ -2281,7 +2312,7 @@ dependencies = [ "gix-pack 0.56.0", "gix-path", "gix-pathspec", - "gix-prompt 0.9.0", + "gix-prompt 0.9.1", "gix-protocol 0.47.0", "gix-ref 0.49.1", "gix-refspec 0.27.0", @@ -2300,20 +2331,20 @@ dependencies = [ "gix-worktree 0.38.0", "once_cell", "smallvec", - "thiserror 2.0.10", + "thiserror 2.0.11", ] [[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", "gix-utils", "itoa 1.0.14", - "thiserror 2.0.10", + "thiserror 2.0.11", "winnow", ] @@ -2330,26 +2361,26 @@ dependencies = [ "gix-trace", "kstring", "smallvec", - "thiserror 2.0.10", + "thiserror 2.0.11", "unicode-bom", ] [[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.10", + "thiserror 2.0.11", ] [[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.10", + "thiserror 2.0.11", ] [[package]] @@ -2366,9 +2397,9 @@ dependencies = [ [[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", @@ -2387,7 +2418,7 @@ dependencies = [ "gix-features", "gix-hash", "memmap2", - "thiserror 2.0.10", + "thiserror 2.0.11", ] [[package]] @@ -2427,22 +2458,22 @@ dependencies = [ "memchr", "once_cell", "smallvec", - "thiserror 2.0.10", + "thiserror 2.0.11", "unicode-bom", "winnow", ] [[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.7.0", + "bitflags 2.8.0", "bstr", "gix-path", "libc", - "thiserror 2.0.10", + "thiserror 2.0.11", ] [[package]] @@ -2459,7 +2490,7 @@ dependencies = [ "gix-sec", "gix-trace", "gix-url", - "thiserror 2.0.10", + "thiserror 2.0.11", ] [[package]] @@ -2469,14 +2500,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "82a50c56b785c29a151ab4ccf74a83fe4e21d2feda0d30549504b4baed353e0a" dependencies = [ "bstr", - "gix-command 0.4.0", + "gix-command 0.4.1", "gix-config-value", "gix-path", - "gix-prompt 0.9.0", + "gix-prompt 0.9.1", "gix-sec", "gix-trace", "gix-url", - "thiserror 2.0.10", + "thiserror 2.0.11", ] [[package]] @@ -2488,7 +2519,7 @@ dependencies = [ "bstr", "itoa 1.0.14", "jiff", - "thiserror 2.0.10", + "thiserror 2.0.11", ] [[package]] @@ -2521,7 +2552,7 @@ dependencies = [ "bstr", "gix-hash", "gix-object 0.46.1", - "thiserror 2.0.10", + "thiserror 2.0.11", ] [[package]] @@ -2553,7 +2584,7 @@ dependencies = [ "gix-path", "gix-ref 0.49.1", "gix-sec", - "thiserror 2.0.10", + "thiserror 2.0.11", ] [[package]] @@ -2575,7 +2606,7 @@ dependencies = [ "prodash", "sha1", "sha1_smol", - "thiserror 2.0.10", + "thiserror 2.0.11", "walkdir", ] @@ -2609,7 +2640,7 @@ dependencies = [ "bstr", "encoding_rs", "gix-attributes", - "gix-command 0.4.0", + "gix-command 0.4.1", "gix-hash", "gix-object 0.46.1", "gix-packetline-blocking", @@ -2618,7 +2649,7 @@ dependencies = [ "gix-trace", "gix-utils", "smallvec", - "thiserror 2.0.10", + "thiserror 2.0.11", ] [[package]] @@ -2638,7 +2669,7 @@ version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aaf69a6bec0a3581567484bf99a4003afcaf6c469fd4214352517ea355cf3435" dependencies = [ - "bitflags 2.7.0", + "bitflags 2.8.0", "bstr", "gix-features", "gix-path", @@ -2651,7 +2682,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b5eccc17194ed0e67d49285e4853307e4147e95407f91c1c3e4a13ba9f4e4ce" dependencies = [ "faster-hex", - "thiserror 2.0.10", + "thiserror 2.0.11", ] [[package]] @@ -2684,7 +2715,7 @@ version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "27619009ca1ea33fd885041273f5fa5a09163a5c1d22a913b28d7b985e66fe29" dependencies = [ - "bitflags 2.7.0", + "bitflags 2.8.0", "bstr", "filetime", "fnv", @@ -2701,7 +2732,7 @@ dependencies = [ "itoa 1.0.14", "libc", "memmap2", - "rustix 0.38.43", + "rustix 0.38.44", "smallvec", "thiserror 1.0.69", ] @@ -2712,7 +2743,7 @@ version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "270645fd20556b64c8ffa1540d921b281e6994413a0ca068596f97e9367a257a" dependencies = [ - "bitflags 2.7.0", + "bitflags 2.8.0", "bstr", "filetime", "fnv", @@ -2729,9 +2760,9 @@ dependencies = [ "itoa 1.0.14", "libc", "memmap2", - "rustix 0.38.43", + "rustix 0.38.44", "smallvec", - "thiserror 2.0.10", + "thiserror 2.0.11", ] [[package]] @@ -2742,7 +2773,7 @@ checksum = "1cd3ab68a452db63d9f3ebdacb10f30dba1fa0d31ac64f4203d395ed1102d940" dependencies = [ "gix-tempfile", "gix-utils", - "thiserror 2.0.10", + "thiserror 2.0.11", ] [[package]] @@ -2751,7 +2782,7 @@ version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "414806291838c3349ea939c6d840ff854f84cd29bd3dde8f904f60b0e5b7d0bd" dependencies = [ - "bitflags 2.7.0", + "bitflags 2.8.0", "gix-commitgraph", "gix-date", "gix-hash", @@ -2767,14 +2798,14 @@ version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d27f830a16405386e9c83b9d5be8261fe32bbd6b3caf15bd1b284c6b2b7ef1a8" dependencies = [ - "bitflags 2.7.0", + "bitflags 2.8.0", "gix-commitgraph", "gix-date", "gix-hash", "gix-object 0.46.1", "gix-revwalk 0.17.0", "smallvec", - "thiserror 2.0.10", + "thiserror 2.0.11", ] [[package]] @@ -2814,7 +2845,7 @@ dependencies = [ "gix-validate", "itoa 1.0.14", "smallvec", - "thiserror 2.0.10", + "thiserror 2.0.11", "winnow", ] @@ -2857,7 +2888,7 @@ dependencies = [ "gix-quote", "parking_lot", "tempfile", - "thiserror 2.0.10", + "thiserror 2.0.11", ] [[package]] @@ -2898,45 +2929,45 @@ dependencies = [ "memmap2", "parking_lot", "smallvec", - "thiserror 2.0.10", + "thiserror 2.0.11", "uluru", ] [[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", "gix-trace", - "thiserror 2.0.10", + "thiserror 2.0.11", ] [[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", "gix-trace", - "thiserror 2.0.10", + "thiserror 2.0.11", ] [[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", "home", "once_cell", - "thiserror 2.0.10", + "thiserror 2.0.11", ] [[package]] @@ -2945,13 +2976,13 @@ version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4c472dfbe4a4e96fcf7efddcd4771c9037bb4fdea2faaabf2f4888210c75b81e" dependencies = [ - "bitflags 2.7.0", + "bitflags 2.8.0", "bstr", "gix-attributes", "gix-config-value", "gix-glob", "gix-path", - "thiserror 2.0.10", + "thiserror 2.0.11", ] [[package]] @@ -2963,21 +2994,21 @@ dependencies = [ "gix-command 0.3.11", "gix-config-value", "parking_lot", - "rustix 0.38.43", - "thiserror 2.0.10", + "rustix 0.38.44", + "thiserror 2.0.11", ] [[package]] name = "gix-prompt" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82433a19aa44688e3bde05c692870eda50b5db053df53ed5ae6d8ea594a6babd" +checksum = "79f2185958e1512b989a007509df8d61dca014aa759a22bee80cfa6c594c3b6d" dependencies = [ - "gix-command 0.4.0", + "gix-command 0.4.1", "gix-config-value", "parking_lot", - "rustix 0.38.43", - "thiserror 2.0.10", + "rustix 0.38.44", + "thiserror 2.0.11", ] [[package]] @@ -2994,7 +3025,7 @@ dependencies = [ "gix-transport 0.43.1", "gix-utils", "maybe-async", - "thiserror 2.0.10", + "thiserror 2.0.11", "winnow", ] @@ -3020,19 +3051,19 @@ dependencies = [ "gix-transport 0.44.0", "gix-utils", "maybe-async", - "thiserror 2.0.10", + "thiserror 2.0.11", "winnow", ] [[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", - "thiserror 2.0.10", + "thiserror 2.0.11", ] [[package]] @@ -3073,7 +3104,7 @@ dependencies = [ "gix-utils", "gix-validate", "memmap2", - "thiserror 2.0.10", + "thiserror 2.0.11", "winnow", ] @@ -3102,7 +3133,7 @@ dependencies = [ "gix-revision 0.31.1", "gix-validate", "smallvec", - "thiserror 2.0.10", + "thiserror 2.0.11", ] [[package]] @@ -3111,7 +3142,7 @@ version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ee8eb4088fece3562af4a5d751e069f90e93345524ad730512185234c4b55f1" dependencies = [ - "bitflags 2.7.0", + "bitflags 2.8.0", "bstr", "gix-commitgraph", "gix-date", @@ -3129,7 +3160,7 @@ version = "0.31.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "61e1ddc474405a68d2ce8485705dd72fe6ce959f2f5fe718601ead5da2c8f9e7" dependencies = [ - "bitflags 2.7.0", + "bitflags 2.8.0", "bstr", "gix-commitgraph", "gix-date", @@ -3138,7 +3169,7 @@ dependencies = [ "gix-object 0.46.1", "gix-revwalk 0.17.0", "gix-trace", - "thiserror 2.0.10", + "thiserror 2.0.11", ] [[package]] @@ -3168,16 +3199,16 @@ dependencies = [ "gix-hashtable", "gix-object 0.46.1", "smallvec", - "thiserror 2.0.10", + "thiserror 2.0.11", ] [[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.7.0", + "bitflags 2.8.0", "gix-path", "libc", "windows-sys 0.52.0", @@ -3192,7 +3223,7 @@ dependencies = [ "bstr", "gix-hash", "gix-lock", - "thiserror 2.0.10", + "thiserror 2.0.11", ] [[package]] @@ -3222,7 +3253,7 @@ dependencies = [ "gix-pathspec", "gix-refspec 0.27.0", "gix-url", - "thiserror 2.0.10", + "thiserror 2.0.11", ] [[package]] @@ -3241,9 +3272,9 @@ 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" @@ -3261,7 +3292,7 @@ dependencies = [ "gix-quote", "gix-sec", "gix-url", - "thiserror 2.0.10", + "thiserror 2.0.11", ] [[package]] @@ -3271,13 +3302,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dd04d91e507a8713cfa2318d5a85d75b36e53a40379cc7eb7634ce400ecacbaf" dependencies = [ "bstr", - "gix-command 0.4.0", + "gix-command 0.4.1", "gix-features", "gix-packetline", "gix-quote", "gix-sec", "gix-url", - "thiserror 2.0.10", + "thiserror 2.0.11", ] [[package]] @@ -3286,7 +3317,7 @@ version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f20f1b13cc4fa6ba92b24e6aa0c2fb6a34beb4458ef88c6300212db504e818df" dependencies = [ - "bitflags 2.7.0", + "bitflags 2.8.0", "gix-commitgraph", "gix-date", "gix-hash", @@ -3303,7 +3334,7 @@ version = "0.43.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ed47d648619e23e93f971d2bba0d10c1100e54ef95d2981d609907a8cabac89" dependencies = [ - "bitflags 2.7.0", + "bitflags 2.8.0", "gix-commitgraph", "gix-date", "gix-hash", @@ -3311,7 +3342,7 @@ dependencies = [ "gix-object 0.46.1", "gix-revwalk 0.17.0", "smallvec", - "thiserror 2.0.10", + "thiserror 2.0.11", ] [[package]] @@ -3324,15 +3355,15 @@ dependencies = [ "gix-features", "gix-path", "percent-encoding", - "thiserror 2.0.10", + "thiserror 2.0.11", "url", ] [[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 = [ "fastrand", "unicode-normalization", @@ -3340,12 +3371,12 @@ 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.10", + "thiserror 2.0.11", ] [[package]] @@ -3403,7 +3434,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2d9e3df7f0222ce5184154973d247c591d9aadc28ce7a73c6cd31100c9facff6" dependencies = [ "codemap", - "indexmap 2.7.0", + "indexmap 2.7.1", "lasso", "once_cell", "phf 0.11.3", @@ -3432,7 +3463,7 @@ dependencies = [ "futures-sink", "futures-util", "http 0.2.12", - "indexmap 2.7.0", + "indexmap 2.7.1", "slab", "tokio", "tokio-util", @@ -3451,7 +3482,7 @@ dependencies = [ "futures-core", "futures-sink", "http 1.2.0", - "indexmap 2.7.0", + "indexmap 2.7.1", "slab", "tokio", "tokio-util", @@ -3537,6 +3568,12 @@ dependencies = [ "http 1.2.0", ] +[[package]] +name = "heck" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" + [[package]] name = "heck" version = "0.5.0" @@ -3776,7 +3813,7 @@ dependencies = [ "http 1.2.0", "hyper 1.5.2", "hyper-util", - "rustls 0.23.20", + "rustls 0.23.21", "rustls-pki-types", "tokio", "tokio-rustls 0.26.1", @@ -4009,9 +4046,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.7.0" +version = "2.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f" +checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652" dependencies = [ "equivalent", "hashbrown 0.15.2", @@ -4037,19 +4074,19 @@ dependencies = [ [[package]] name = "ipnet" -version = "2.10.1" +version = "2.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708" +checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" [[package]] name = "is-terminal" -version = "0.4.13" +version = "0.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b" +checksum = "3f187290c0ed3dfe3f7c85bedddd320949b68fc86ca0ceb71adfb05b3dc3af2a" dependencies = [ "hermit-abi 0.4.0", "libc", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -4090,9 +4127,9 @@ checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" [[package]] name = "jiff" -version = "0.1.21" +version = "0.1.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed0ce60560149333a8e41ca7dc78799c47c5fd435e2bc18faf6a054382eec037" +checksum = "fb73dbeee753ae9411475ddd8861765fa7f25fe1eebf180c24e1bbabef3fbdcd" dependencies = [ "jiff-tzdb-platform", "log", @@ -4104,15 +4141,15 @@ dependencies = [ [[package]] name = "jiff-tzdb" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91335e575850c5c4c673b9bd467b0e025f164ca59d0564f69d0c2ee0ffad4653" +checksum = "cf2cec2f5d266af45a071ece48b1fb89f3b00b2421ac3a5fe10285a6caaa60d3" [[package]] name = "jiff-tzdb-platform" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9835f0060a626fe59f160437bc725491a6af23133ea906500027d1bd2f8f4329" +checksum = "a63c62e404e7b92979d2792352d885a7f8f83fd1d0d31eea582d77b2ceca697e" dependencies = [ "jiff-tzdb", ] @@ -4128,9 +4165,9 @@ dependencies = [ [[package]] name = "js-sys" -version = "0.3.76" +version = "0.3.77" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7" +checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" dependencies = [ "once_cell", "wasm-bindgen", @@ -4208,7 +4245,7 @@ version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" dependencies = [ - "bitflags 2.7.0", + "bitflags 2.8.0", "libc", "redox_syscall", ] @@ -4296,9 +4333,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.22" +version = "0.4.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" +checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f" [[package]] name = "lol_html" @@ -4306,7 +4343,7 @@ version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3b1058123f6262982b891dccc395cff0144d9439de366460b47fab719258b96e" dependencies = [ - "bitflags 2.7.0", + "bitflags 2.8.0", "cfg-if", "cssparser 0.29.6", "encoding_rs", @@ -4314,7 +4351,7 @@ dependencies = [ "memchr", "mime", "selectors 0.24.0", - "thiserror 2.0.10", + "thiserror 2.0.11", ] [[package]] @@ -4427,9 +4464,9 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" [[package]] name = "miniz_oxide" -version = "0.8.2" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ffbe83022cedc1d264172192511ae958937694cd57ce297164951b8b3568394" +checksum = "b8402cab7aefae129c6977bb0ff1b8fd9a04eb5b51efc50a70bea51cda0c7924" dependencies = [ "adler2", ] @@ -4498,7 +4535,7 @@ version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" dependencies = [ - "bitflags 2.7.0", + "bitflags 2.8.0", "cfg-if", "cfg_aliases", "libc", @@ -4675,7 +4712,7 @@ version = "0.10.68" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5" dependencies = [ - "bitflags 2.7.0", + "bitflags 2.8.0", "cfg-if", "foreign-types", "libc", @@ -4726,9 +4763,9 @@ dependencies = [ [[package]] name = "outref" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a" +checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e" [[package]] name = "overload" @@ -5122,9 +5159,9 @@ checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" [[package]] name = "proc-macro2" -version = "1.0.92" +version = "1.0.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0" +checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99" dependencies = [ "unicode-ident", ] @@ -5284,7 +5321,7 @@ version = "0.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834" dependencies = [ - "bitflags 2.7.0", + "bitflags 2.8.0", ] [[package]] @@ -5500,7 +5537,7 @@ version = "0.32.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7753b721174eb8ff87a9a0e799e2d7bc3749323e773db92e0984debb00019d6e" dependencies = [ - "bitflags 2.7.0", + "bitflags 2.8.0", "fallible-iterator", "fallible-streaming-iterator", "hashlink 0.9.1", @@ -5545,11 +5582,11 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.43" +version = "0.38.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a78891ee6bf2340288408954ac787aa063d8e8817e9f53abb37c695c6d834ef6" +checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" dependencies = [ - "bitflags 2.7.0", + "bitflags 2.8.0", "errno", "libc", "linux-raw-sys 0.4.15", @@ -5570,9 +5607,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.20" +version = "0.23.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b" +checksum = "8f287924602bf649d949c63dc8ac8b235fa5387d394020705b80c4eb597ce5b8" dependencies = [ "once_cell", "rustls-pki-types", @@ -5737,7 +5774,7 @@ version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" dependencies = [ - "bitflags 2.7.0", + "bitflags 2.8.0", "core-foundation", "core-foundation-sys", "libc", @@ -5794,9 +5831,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.24" +version = "1.0.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba" +checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03" dependencies = [ "serde", ] @@ -5964,11 +6001,11 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.135" +version = "1.0.137" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" +checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b" dependencies = [ - "indexmap 2.7.0", + "indexmap 2.7.1", "itoa 1.0.14", "memchr", "ryu", @@ -6016,7 +6053,7 @@ dependencies = [ "chrono", "hex", "indexmap 1.9.3", - "indexmap 2.7.0", + "indexmap 2.7.1", "serde", "serde_derive", "serde_json", @@ -6146,9 +6183,9 @@ dependencies = [ [[package]] name = "similar" -version = "2.6.0" +version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1de1d4f81173b03af4c0cbed3c898f6bff5b870e4a7f5d6f4057d62a7a4b686e" +checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa" [[package]] name = "siphasher" @@ -6282,7 +6319,7 @@ dependencies = [ "futures-util", "hashbrown 0.15.2", "hashlink 0.10.0", - "indexmap 2.7.0", + "indexmap 2.7.1", "log", "memchr", "once_cell", @@ -6291,7 +6328,7 @@ dependencies = [ "serde_json", "sha2", "smallvec", - "thiserror 2.0.10", + "thiserror 2.0.11", "tokio", "tokio-stream", "tracing", @@ -6319,7 +6356,7 @@ checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad" dependencies = [ "dotenvy", "either", - "heck", + "heck 0.5.0", "hex", "once_cell", "proc-macro2", @@ -6345,7 +6382,7 @@ checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233" dependencies = [ "atoi", "base64 0.22.1", - "bitflags 2.7.0", + "bitflags 2.8.0", "byteorder", "bytes", "chrono", @@ -6375,7 +6412,7 @@ dependencies = [ "smallvec", "sqlx-core", "stringprep", - "thiserror 2.0.10", + "thiserror 2.0.11", "tracing", "whoami", ] @@ -6388,7 +6425,7 @@ checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613" dependencies = [ "atoi", "base64 0.22.1", - "bitflags 2.7.0", + "bitflags 2.8.0", "byteorder", "chrono", "crc", @@ -6413,7 +6450,7 @@ dependencies = [ "smallvec", "sqlx-core", "stringprep", - "thiserror 2.0.10", + "thiserror 2.0.11", "tracing", "whoami", ] @@ -6512,7 +6549,7 @@ version = "0.26.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" dependencies = [ - "heck", + "heck 0.5.0", "proc-macro2", "quote", "rustversion", @@ -6594,7 +6631,7 @@ version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" dependencies = [ - "bitflags 2.7.0", + "bitflags 2.8.0", "core-foundation", "system-configuration-sys", ] @@ -6630,7 +6667,7 @@ dependencies = [ "fastrand", "getrandom 0.2.15", "once_cell", - "rustix 0.38.43", + "rustix 0.38.44", "windows-sys 0.59.0", ] @@ -6695,11 +6732,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.10" +version = "2.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3ac7f54ca534db81081ef1c1e7f6ea8a3ef428d2fc069097c079443d24124d3" +checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc" dependencies = [ - "thiserror-impl 2.0.10", + "thiserror-impl 2.0.11", ] [[package]] @@ -6715,9 +6752,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.10" +version = "2.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e9465d30713b56a37ede7185763c3492a91be2f5fa68d958c44e41ab9248beb" +checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2" dependencies = [ "proc-macro2", "quote", @@ -6855,7 +6892,7 @@ version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37" dependencies = [ - "rustls 0.23.20", + "rustls 0.23.21", "tokio", ] @@ -6910,7 +6947,7 @@ version = "0.22.22" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5" dependencies = [ - "indexmap 2.7.0", + "indexmap 2.7.1", "serde", "serde_spanned", "toml_datetime", @@ -6939,7 +6976,7 @@ version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "403fa3b783d4b626a8ad51d766ab03cb6d2dbfc46b1c5d4448395e6628dc9697" dependencies = [ - "bitflags 2.7.0", + "bitflags 2.8.0", "bytes", "futures-util", "http 1.2.0", @@ -7195,9 +7232,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.11.1" +version = "1.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b913a3b5fe84142e269d63cc62b64319ccaf89b748fc31fe025177f767a756c4" +checksum = "b3758f5e68192bb96cc8f9b7e2c2cfdabb435499a28499a42f8f984092adad4b" dependencies = [ "getrandom 0.2.15", "serde", @@ -7205,9 +7242,9 @@ dependencies = [ [[package]] name = "valuable" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" +checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" [[package]] name = "vcpkg" @@ -7266,20 +7303,21 @@ checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" [[package]] name = "wasm-bindgen" -version = "0.2.99" +version = "0.2.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396" +checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" dependencies = [ "cfg-if", "once_cell", + "rustversion", "wasm-bindgen-macro", ] [[package]] name = "wasm-bindgen-backend" -version = "0.2.99" +version = "0.2.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79" +checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" dependencies = [ "bumpalo", "log", @@ -7291,9 +7329,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.49" +version = "0.4.50" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2" +checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61" dependencies = [ "cfg-if", "js-sys", @@ -7304,9 +7342,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.99" +version = "0.2.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe" +checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -7314,9 +7352,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.99" +version = "0.2.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2" +checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" dependencies = [ "proc-macro2", "quote", @@ -7327,15 +7365,18 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.99" +version = "0.2.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6" +checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" +dependencies = [ + "unicode-ident", +] [[package]] name = "web-sys" -version = "0.3.76" +version = "0.3.77" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc" +checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" dependencies = [ "js-sys", "wasm-bindgen", @@ -7647,9 +7688,9 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "winnow" -version = "0.6.22" +version = "0.6.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39281189af81c07ec09db316b302a3e67bf9bd7cbf6c820b50e35fee9c2fa980" +checksum = "c8d71a593cc5c42ad7876e2c1fda56f314f3754c084128833e64f1345ff8a03a" dependencies = [ "memchr", ] @@ -7674,7 +7715,7 @@ checksum = "e105d177a3871454f754b33bb0ee637ecaaac997446375fd3e5d43a2ed00c909" dependencies = [ "libc", "linux-raw-sys 0.4.15", - "rustix 0.38.43", + "rustix 0.38.44", ] [[package]] @@ -7803,9 +7844,9 @@ dependencies = [ "crc32fast", "crossbeam-utils", "displaydoc", - "indexmap 2.7.0", + "indexmap 2.7.1", "memchr", - "thiserror 2.0.10", + "thiserror 2.0.11", ] [[package]] From b654a8694fa1ffae1d622c9d164fe3c452da2460 Mon Sep 17 00:00:00 2001 From: Denis Cornehl Date: Wed, 22 Jan 2025 07:04:29 +0100 Subject: [PATCH 2/2] upgrade axum-extra, comrak, gix --- Cargo.lock | 669 ++++++++++++++++++++++++++++++++++++++++++----------- Cargo.toml | 6 +- 2 files changed, 534 insertions(+), 141 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8e6087426..ff75a1843 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -753,9 +753,9 @@ dependencies = [ [[package]] name = "axum-extra" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "460fc6f625a1f7705c6cf62d0d070794e94668988b1c38111baeec177c715f7b" +checksum = "543f0799d22486525744f06a3580b64f3e51d97aba73ea0e09040969c0034722" dependencies = [ "axum", "axum-core", @@ -1158,9 +1158,9 @@ dependencies = [ [[package]] name = "comrak" -version = "0.33.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39bff2cbb80102771ca62bd2375bc6f6611dc1493373440b23aa08a155538708" +checksum = "1664eb8abab93a9c09d1e85df10b4de6af0b4c738f267750b211a77a771447fe" dependencies = [ "caseless", "entities", @@ -1713,7 +1713,7 @@ dependencies = [ "font-awesome-as-a-crate", "futures-util", "getrandom 0.2.15", - "gix 0.69.1", + "gix 0.70.0", "grass", "hex", "hostname", @@ -2240,21 +2240,21 @@ dependencies = [ "gix-actor", "gix-attributes", "gix-command 0.3.11", - "gix-commitgraph", + "gix-commitgraph 0.25.1", "gix-config 0.41.0", "gix-credentials 0.25.1", "gix-date", "gix-diff 0.47.0", "gix-discover 0.36.0", - "gix-features", + "gix-features 0.39.1", "gix-filter 0.14.0", - "gix-fs", - "gix-glob", - "gix-hash", - "gix-hashtable", + "gix-fs 0.12.1", + "gix-glob 0.17.1", + "gix-hash 0.15.1", + "gix-hashtable 0.6.0", "gix-ignore", "gix-index 0.36.0", - "gix-lock", + "gix-lock 15.0.1", "gix-negotiate 0.16.0", "gix-object 0.45.0", "gix-odb 0.64.0", @@ -2269,11 +2269,11 @@ dependencies = [ "gix-revwalk 0.16.0", "gix-sec", "gix-submodule 0.15.0", - "gix-tempfile", + "gix-tempfile 15.0.0", "gix-trace", "gix-transport 0.43.1", "gix-traverse 0.42.0", - "gix-url", + "gix-url 0.28.2", "gix-utils", "gix-validate", "gix-worktree 0.37.0", @@ -2291,21 +2291,21 @@ dependencies = [ "gix-actor", "gix-attributes", "gix-command 0.4.1", - "gix-commitgraph", + "gix-commitgraph 0.25.1", "gix-config 0.42.0", "gix-credentials 0.26.0", "gix-date", "gix-diff 0.49.0", "gix-discover 0.37.0", - "gix-features", + "gix-features 0.39.1", "gix-filter 0.16.0", - "gix-fs", - "gix-glob", - "gix-hash", - "gix-hashtable", + "gix-fs 0.12.1", + "gix-glob 0.17.1", + "gix-hash 0.15.1", + "gix-hashtable 0.6.0", "gix-ignore", "gix-index 0.37.0", - "gix-lock", + "gix-lock 15.0.1", "gix-negotiate 0.17.0", "gix-object 0.46.1", "gix-odb 0.66.0", @@ -2319,13 +2319,13 @@ dependencies = [ "gix-revision 0.31.1", "gix-revwalk 0.17.0", "gix-sec", - "gix-shallow", + "gix-shallow 0.1.0", "gix-submodule 0.16.0", - "gix-tempfile", + "gix-tempfile 15.0.0", "gix-trace", "gix-transport 0.44.0", "gix-traverse 0.43.1", - "gix-url", + "gix-url 0.28.2", "gix-utils", "gix-validate", "gix-worktree 0.38.0", @@ -2334,6 +2334,46 @@ dependencies = [ "thiserror 2.0.11", ] +[[package]] +name = "gix" +version = "0.70.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "736f14636705f3a56ea52b553e67282519418d9a35bb1e90b3a9637a00296b68" +dependencies = [ + "gix-actor", + "gix-commitgraph 0.26.0", + "gix-config 0.43.0", + "gix-date", + "gix-diff 0.50.0", + "gix-discover 0.38.0", + "gix-features 0.40.0", + "gix-fs 0.13.0", + "gix-glob 0.18.0", + "gix-hash 0.16.0", + "gix-hashtable 0.7.0", + "gix-lock 16.0.0", + "gix-object 0.47.0", + "gix-odb 0.67.0", + "gix-pack 0.57.0", + "gix-path", + "gix-protocol 0.48.0", + "gix-ref 0.50.0", + "gix-refspec 0.28.0", + "gix-revision 0.32.0", + "gix-revwalk 0.18.0", + "gix-sec", + "gix-shallow 0.2.0", + "gix-tempfile 16.0.0", + "gix-trace", + "gix-traverse 0.44.0", + "gix-url 0.29.0", + "gix-utils", + "gix-validate", + "once_cell", + "smallvec", + "thiserror 2.0.11", +] + [[package]] name = "gix-actor" version = "0.33.2" @@ -2355,7 +2395,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ddf9bf852194c0edfe699a2d36422d2c1f28f73b7c6d446c3f0ccd3ba232cadc" dependencies = [ "bstr", - "gix-glob", + "gix-glob 0.17.1", "gix-path", "gix-quote", "gix-trace", @@ -2415,8 +2455,22 @@ checksum = "a8da6591a7868fb2b6dabddea6b09988b0b05e0213f938dbaa11a03dd7a48d85" dependencies = [ "bstr", "gix-chunk", - "gix-features", - "gix-hash", + "gix-features 0.39.1", + "gix-hash 0.15.1", + "memmap2", + "thiserror 2.0.11", +] + +[[package]] +name = "gix-commitgraph" +version = "0.26.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e23a8ec2d8a16026a10dafdb6ed51bcfd08f5d97f20fa52e200bc50cb72e4877" +dependencies = [ + "bstr", + "gix-chunk", + "gix-features 0.40.0", + "gix-hash 0.16.0", "memmap2", "thiserror 2.0.11", ] @@ -2429,8 +2483,8 @@ checksum = "0bedd1bf1c7b994be9d57207e8e0de79016c05e2e8701d3015da906e65ac445e" dependencies = [ "bstr", "gix-config-value", - "gix-features", - "gix-glob", + "gix-features 0.39.1", + "gix-glob 0.17.1", "gix-path", "gix-ref 0.48.0", "gix-sec", @@ -2450,8 +2504,8 @@ checksum = "6649b406ca1f99cb148959cf00468b231f07950f8ec438cc0903cda563606f19" dependencies = [ "bstr", "gix-config-value", - "gix-features", - "gix-glob", + "gix-features 0.39.1", + "gix-glob 0.17.1", "gix-path", "gix-ref 0.49.1", "gix-sec", @@ -2463,6 +2517,27 @@ dependencies = [ "winnow", ] +[[package]] +name = "gix-config" +version = "0.43.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "377c1efd2014d5d469e0b3cd2952c8097bce9828f634e04d5665383249f1d9e9" +dependencies = [ + "bstr", + "gix-config-value", + "gix-features 0.40.0", + "gix-glob 0.18.0", + "gix-path", + "gix-ref 0.50.0", + "gix-sec", + "memchr", + "once_cell", + "smallvec", + "thiserror 2.0.11", + "unicode-bom", + "winnow", +] + [[package]] name = "gix-config-value" version = "0.14.11" @@ -2489,7 +2564,7 @@ dependencies = [ "gix-prompt 0.8.9", "gix-sec", "gix-trace", - "gix-url", + "gix-url 0.28.2", "thiserror 2.0.11", ] @@ -2506,7 +2581,7 @@ dependencies = [ "gix-prompt 0.9.1", "gix-sec", "gix-trace", - "gix-url", + "gix-url 0.28.2", "thiserror 2.0.11", ] @@ -2531,11 +2606,11 @@ dependencies = [ "bstr", "gix-command 0.3.11", "gix-filter 0.14.0", - "gix-fs", - "gix-hash", + "gix-fs 0.12.1", + "gix-hash 0.15.1", "gix-object 0.45.0", "gix-path", - "gix-tempfile", + "gix-tempfile 15.0.0", "gix-trace", "gix-traverse 0.42.0", "gix-worktree 0.37.0", @@ -2550,11 +2625,23 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a8e92566eccbca205a0a0f96ffb0327c061e85bc5c95abbcddfe177498aa04f6" dependencies = [ "bstr", - "gix-hash", + "gix-hash 0.15.1", "gix-object 0.46.1", "thiserror 2.0.11", ] +[[package]] +name = "gix-diff" +version = "0.50.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "62afb7f4ca0acdf4e9dad92065b2eb1bf2993bcc5014b57bc796e3a365b17c4d" +dependencies = [ + "bstr", + "gix-hash 0.16.0", + "gix-object 0.47.0", + "thiserror 2.0.11", +] + [[package]] name = "gix-discover" version = "0.36.0" @@ -2563,8 +2650,8 @@ checksum = "c522e31f458f50af09dfb014e10873c5378f702f8049c96f508989aad59671f6" dependencies = [ "bstr", "dunce", - "gix-fs", - "gix-hash", + "gix-fs 0.12.1", + "gix-hash 0.15.1", "gix-path", "gix-ref 0.48.0", "gix-sec", @@ -2579,14 +2666,30 @@ checksum = "83bf6dfa4e266a4a9becb4d18fc801f92c3f7cc6c433dd86fdadbcf315ffb6ef" dependencies = [ "bstr", "dunce", - "gix-fs", - "gix-hash", + "gix-fs 0.12.1", + "gix-hash 0.15.1", "gix-path", "gix-ref 0.49.1", "gix-sec", "thiserror 2.0.11", ] +[[package]] +name = "gix-discover" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d0c2414bdf04064e0f5a5aa029dfda1e663cf9a6c4bfc8759f2d369299bb65d8" +dependencies = [ + "bstr", + "dunce", + "gix-fs 0.13.0", + "gix-hash 0.16.0", + "gix-path", + "gix-ref 0.50.0", + "gix-sec", + "thiserror 2.0.11", +] + [[package]] name = "gix-features" version = "0.39.1" @@ -2597,7 +2700,7 @@ dependencies = [ "crc32fast", "crossbeam-channel", "flate2", - "gix-hash", + "gix-hash 0.15.1", "gix-trace", "gix-utils", "libc", @@ -2610,6 +2713,25 @@ dependencies = [ "walkdir", ] +[[package]] +name = "gix-features" +version = "0.40.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8bfdd4838a8d42bd482c9f0cb526411d003ee94cc7c7b08afe5007329c71d554" +dependencies = [ + "crc32fast", + "flate2", + "gix-hash 0.16.0", + "gix-trace", + "gix-utils", + "libc", + "once_cell", + "prodash", + "sha1_smol", + "thiserror 2.0.11", + "walkdir", +] + [[package]] name = "gix-filter" version = "0.14.0" @@ -2620,7 +2742,7 @@ dependencies = [ "encoding_rs", "gix-attributes", "gix-command 0.3.11", - "gix-hash", + "gix-hash 0.15.1", "gix-object 0.45.0", "gix-packetline-blocking", "gix-path", @@ -2641,7 +2763,7 @@ dependencies = [ "encoding_rs", "gix-attributes", "gix-command 0.4.1", - "gix-hash", + "gix-hash 0.15.1", "gix-object 0.46.1", "gix-packetline-blocking", "gix-path", @@ -2659,7 +2781,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3b3d4fac505a621f97e5ce2c69fdc425742af00c0920363ca4074f0eb48b1db9" dependencies = [ "fastrand", - "gix-features", + "gix-features 0.39.1", + "gix-utils", +] + +[[package]] +name = "gix-fs" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "182e7fa7bfdf44ffb7cfe7451b373cdf1e00870ac9a488a49587a110c562063d" +dependencies = [ + "fastrand", + "gix-features 0.40.0", "gix-utils", ] @@ -2671,7 +2804,19 @@ checksum = "aaf69a6bec0a3581567484bf99a4003afcaf6c469fd4214352517ea355cf3435" dependencies = [ "bitflags 2.8.0", "bstr", - "gix-features", + "gix-features 0.39.1", + "gix-path", +] + +[[package]] +name = "gix-glob" +version = "0.18.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4e9c7249fa0a78f9b363aa58323db71e0a6161fd69860ed6f48dedf0ef3a314e" +dependencies = [ + "bitflags 2.8.0", + "bstr", + "gix-features 0.40.0", "gix-path", ] @@ -2685,13 +2830,34 @@ dependencies = [ "thiserror 2.0.11", ] +[[package]] +name = "gix-hash" +version = "0.16.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e81c5ec48649b1821b3ed066a44efb95f1a268b35c1d91295e61252539fbe9f8" +dependencies = [ + "faster-hex", + "thiserror 2.0.11", +] + [[package]] name = "gix-hashtable" version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ef65b256631078ef733bc5530c4e6b1c2e7d5c2830b75d4e9034ab3997d18fe" dependencies = [ - "gix-hash", + "gix-hash 0.15.1", + "hashbrown 0.14.5", + "parking_lot", +] + +[[package]] +name = "gix-hashtable" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "189130bc372accd02e0520dc5ab1cef318dcc2bc829b76ab8d84bbe90ac212d1" +dependencies = [ + "gix-hash 0.16.0", "hashbrown 0.14.5", "parking_lot", ] @@ -2703,7 +2869,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6b1fb24d2a4af0aa7438e2771d60c14a80cf2c9bd55c29cf1712b841f05bb8a" dependencies = [ "bstr", - "gix-glob", + "gix-glob 0.17.1", "gix-path", "gix-trace", "unicode-bom", @@ -2720,10 +2886,10 @@ dependencies = [ "filetime", "fnv", "gix-bitmap", - "gix-features", - "gix-fs", - "gix-hash", - "gix-lock", + "gix-features 0.39.1", + "gix-fs 0.12.1", + "gix-hash 0.15.1", + "gix-lock 15.0.1", "gix-object 0.45.0", "gix-traverse 0.42.0", "gix-utils", @@ -2748,10 +2914,10 @@ dependencies = [ "filetime", "fnv", "gix-bitmap", - "gix-features", - "gix-fs", - "gix-hash", - "gix-lock", + "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-utils", @@ -2771,7 +2937,18 @@ version = "15.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1cd3ab68a452db63d9f3ebdacb10f30dba1fa0d31ac64f4203d395ed1102d940" dependencies = [ - "gix-tempfile", + "gix-tempfile 15.0.0", + "gix-utils", + "thiserror 2.0.11", +] + +[[package]] +name = "gix-lock" +version = "16.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9739815270ff6940968441824d162df9433db19211ca9ba8c3fc1b50b849c642" +dependencies = [ + "gix-tempfile 16.0.0", "gix-utils", "thiserror 2.0.11", ] @@ -2783,9 +2960,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "414806291838c3349ea939c6d840ff854f84cd29bd3dde8f904f60b0e5b7d0bd" dependencies = [ "bitflags 2.8.0", - "gix-commitgraph", + "gix-commitgraph 0.25.1", "gix-date", - "gix-hash", + "gix-hash 0.15.1", "gix-object 0.45.0", "gix-revwalk 0.16.0", "smallvec", @@ -2799,9 +2976,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d27f830a16405386e9c83b9d5be8261fe32bbd6b3caf15bd1b284c6b2b7ef1a8" dependencies = [ "bitflags 2.8.0", - "gix-commitgraph", + "gix-commitgraph 0.25.1", "gix-date", - "gix-hash", + "gix-hash 0.15.1", "gix-object 0.46.1", "gix-revwalk 0.17.0", "smallvec", @@ -2817,9 +2994,9 @@ dependencies = [ "bstr", "gix-actor", "gix-date", - "gix-features", - "gix-hash", - "gix-hashtable", + "gix-features 0.39.1", + "gix-hash 0.15.1", + "gix-hashtable 0.6.0", "gix-utils", "gix-validate", "itoa 1.0.14", @@ -2837,9 +3014,30 @@ dependencies = [ "bstr", "gix-actor", "gix-date", - "gix-features", - "gix-hash", - "gix-hashtable", + "gix-features 0.39.1", + "gix-hash 0.15.1", + "gix-hashtable 0.6.0", + "gix-path", + "gix-utils", + "gix-validate", + "itoa 1.0.14", + "smallvec", + "thiserror 2.0.11", + "winnow", +] + +[[package]] +name = "gix-object" +version = "0.47.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ddc4b3a0044244f0fe22347fb7a79cca165e37829d668b41b85ff46a43e5fd68" +dependencies = [ + "bstr", + "gix-actor", + "gix-date", + "gix-features 0.40.0", + "gix-hash 0.16.0", + "gix-hashtable 0.7.0", "gix-path", "gix-utils", "gix-validate", @@ -2857,10 +3055,10 @@ checksum = "0bb86aadf7f1b2f980601b4fc94309706f9700f8008f935dc512d556c9e60f61" dependencies = [ "arc-swap", "gix-date", - "gix-features", - "gix-fs", - "gix-hash", - "gix-hashtable", + "gix-features 0.39.1", + "gix-fs 0.12.1", + "gix-hash 0.15.1", + "gix-hashtable 0.6.0", "gix-object 0.45.0", "gix-pack 0.54.0", "gix-path", @@ -2878,10 +3076,10 @@ checksum = "cb780eceb3372ee204469478de02eaa34f6ba98247df0186337e0333de97d0ae" dependencies = [ "arc-swap", "gix-date", - "gix-features", - "gix-fs", - "gix-hash", - "gix-hashtable", + "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-pack 0.56.0", "gix-path", @@ -2891,6 +3089,27 @@ dependencies = [ "thiserror 2.0.11", ] +[[package]] +name = "gix-odb" +version = "0.67.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3e93457df69cd09573608ce9fa4f443fbd84bc8d15d8d83adecd471058459c1b" +dependencies = [ + "arc-swap", + "gix-date", + "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 0.57.0", + "gix-path", + "gix-quote", + "parking_lot", + "tempfile", + "thiserror 2.0.11", +] + [[package]] name = "gix-pack" version = "0.54.0" @@ -2899,12 +3118,12 @@ checksum = "363e6e59a855ba243672408139db68e2478126cdcfeabb420777df4a1f20026b" dependencies = [ "clru", "gix-chunk", - "gix-features", - "gix-hash", - "gix-hashtable", + "gix-features 0.39.1", + "gix-hash 0.15.1", + "gix-hashtable 0.6.0", "gix-object 0.45.0", "gix-path", - "gix-tempfile", + "gix-tempfile 15.0.0", "memmap2", "parking_lot", "smallvec", @@ -2920,12 +3139,12 @@ checksum = "4158928929be29cae7ab97afc8e820a932071a7f39d8ba388eed2380c12c566c" dependencies = [ "clru", "gix-chunk", - "gix-features", - "gix-hash", - "gix-hashtable", + "gix-features 0.39.1", + "gix-hash 0.15.1", + "gix-hashtable 0.6.0", "gix-object 0.46.1", "gix-path", - "gix-tempfile", + "gix-tempfile 15.0.0", "memmap2", "parking_lot", "smallvec", @@ -2933,6 +3152,24 @@ dependencies = [ "uluru", ] +[[package]] +name = "gix-pack" +version = "0.57.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc13a475b3db735617017fb35f816079bf503765312d4b1913b18cf96f3fa515" +dependencies = [ + "clru", + "gix-chunk", + "gix-features 0.40.0", + "gix-hash 0.16.0", + "gix-hashtable 0.7.0", + "gix-object 0.47.0", + "gix-path", + "memmap2", + "smallvec", + "thiserror 2.0.11", +] + [[package]] name = "gix-packetline" version = "0.18.3" @@ -2980,7 +3217,7 @@ dependencies = [ "bstr", "gix-attributes", "gix-config-value", - "gix-glob", + "gix-glob 0.17.1", "gix-path", "thiserror 2.0.11", ] @@ -3020,8 +3257,8 @@ dependencies = [ "bstr", "gix-credentials 0.25.1", "gix-date", - "gix-features", - "gix-hash", + "gix-features 0.39.1", + "gix-hash 0.15.1", "gix-transport 0.43.1", "gix-utils", "maybe-async", @@ -3038,15 +3275,15 @@ dependencies = [ "bstr", "gix-credentials 0.26.0", "gix-date", - "gix-features", - "gix-hash", - "gix-lock", + "gix-features 0.39.1", + "gix-hash 0.15.1", + "gix-lock 15.0.1", "gix-negotiate 0.17.0", "gix-object 0.46.1", "gix-ref 0.49.1", "gix-refspec 0.27.0", "gix-revwalk 0.17.0", - "gix-shallow", + "gix-shallow 0.1.0", "gix-trace", "gix-transport 0.44.0", "gix-utils", @@ -3055,6 +3292,25 @@ dependencies = [ "winnow", ] +[[package]] +name = "gix-protocol" +version = "0.48.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c61bd61afc6b67d213241e2100394c164be421e3f7228d3521b04f48ca5ba90" +dependencies = [ + "bstr", + "gix-date", + "gix-features 0.40.0", + "gix-hash 0.16.0", + "gix-ref 0.50.0", + "gix-shallow 0.2.0", + "gix-transport 0.45.0", + "gix-utils", + "maybe-async", + "thiserror 2.0.11", + "winnow", +] + [[package]] name = "gix-quote" version = "0.4.15" @@ -3073,13 +3329,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a47385e71fa2d9da8c35e642ef4648808ddf0a52bc93425879088c706dfeaea2" dependencies = [ "gix-actor", - "gix-features", - "gix-fs", - "gix-hash", - "gix-lock", + "gix-features 0.39.1", + "gix-fs 0.12.1", + "gix-hash 0.15.1", + "gix-lock 15.0.1", "gix-object 0.45.0", "gix-path", - "gix-tempfile", + "gix-tempfile 15.0.0", "gix-utils", "gix-validate", "memmap2", @@ -3094,13 +3350,34 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a91b61776c839d0f1b7114901179afb0947aa7f4d30793ca1c56d335dfef485f" dependencies = [ "gix-actor", - "gix-features", - "gix-fs", - "gix-hash", - "gix-lock", + "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-path", - "gix-tempfile", + "gix-tempfile 15.0.0", + "gix-utils", + "gix-validate", + "memmap2", + "thiserror 2.0.11", + "winnow", +] + +[[package]] +name = "gix-ref" +version = "0.50.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "47adf4c5f933429f8554e95d0d92eee583cfe4b95d2bf665cd6fd4a1531ee20c" +dependencies = [ + "gix-actor", + "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 16.0.0", "gix-utils", "gix-validate", "memmap2", @@ -3115,7 +3392,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0022038a09d80d9abf773be8efcbb502868d97f6972b8633bfb52ab6edaac442" dependencies = [ "bstr", - "gix-hash", + "gix-hash 0.15.1", "gix-revision 0.30.0", "gix-validate", "smallvec", @@ -3129,13 +3406,27 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "00c056bb747868c7eb0aeb352c9f9181ab8ca3d0a2550f16470803500c6c413d" dependencies = [ "bstr", - "gix-hash", + "gix-hash 0.15.1", "gix-revision 0.31.1", "gix-validate", "smallvec", "thiserror 2.0.11", ] +[[package]] +name = "gix-refspec" +version = "0.28.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "59650228d8f612f68e7f7a25f517fcf386c5d0d39826085492e94766858b0a90" +dependencies = [ + "bstr", + "gix-hash 0.16.0", + "gix-revision 0.32.0", + "gix-validate", + "smallvec", + "thiserror 2.0.11", +] + [[package]] name = "gix-revision" version = "0.30.0" @@ -3144,10 +3435,10 @@ checksum = "4ee8eb4088fece3562af4a5d751e069f90e93345524ad730512185234c4b55f1" dependencies = [ "bitflags 2.8.0", "bstr", - "gix-commitgraph", + "gix-commitgraph 0.25.1", "gix-date", - "gix-hash", - "gix-hashtable", + "gix-hash 0.15.1", + "gix-hashtable 0.6.0", "gix-object 0.45.0", "gix-revwalk 0.16.0", "gix-trace", @@ -3162,26 +3453,41 @@ checksum = "61e1ddc474405a68d2ce8485705dd72fe6ce959f2f5fe718601ead5da2c8f9e7" dependencies = [ "bitflags 2.8.0", "bstr", - "gix-commitgraph", + "gix-commitgraph 0.25.1", "gix-date", - "gix-hash", - "gix-hashtable", + "gix-hash 0.15.1", + "gix-hashtable 0.6.0", "gix-object 0.46.1", "gix-revwalk 0.17.0", "gix-trace", "thiserror 2.0.11", ] +[[package]] +name = "gix-revision" +version = "0.32.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3fe28bbccca55da6d66e6c6efc6bb4003c29d407afd8178380293729733e6b53" +dependencies = [ + "bstr", + "gix-commitgraph 0.26.0", + "gix-date", + "gix-hash 0.16.0", + "gix-object 0.47.0", + "gix-revwalk 0.18.0", + "thiserror 2.0.11", +] + [[package]] name = "gix-revwalk" version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e6c9a9496da98d36ff19063a8576bf09a87425583b709a56dc5594fffa9d39b2" dependencies = [ - "gix-commitgraph", + "gix-commitgraph 0.25.1", "gix-date", - "gix-hash", - "gix-hashtable", + "gix-hash 0.15.1", + "gix-hashtable 0.6.0", "gix-object 0.45.0", "smallvec", "thiserror 1.0.69", @@ -3193,15 +3499,30 @@ version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "510026fc32f456f8f067d8f37c34088b97a36b2229d88a6a5023ef179fcb109d" dependencies = [ - "gix-commitgraph", + "gix-commitgraph 0.25.1", "gix-date", - "gix-hash", - "gix-hashtable", + "gix-hash 0.15.1", + "gix-hashtable 0.6.0", "gix-object 0.46.1", "smallvec", "thiserror 2.0.11", ] +[[package]] +name = "gix-revwalk" +version = "0.18.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4ecb80c235b1e9ef2b99b23a81ea50dd569a88a9eb767179793269e0e616247" +dependencies = [ + "gix-commitgraph 0.26.0", + "gix-date", + "gix-hash 0.16.0", + "gix-hashtable 0.7.0", + "gix-object 0.47.0", + "smallvec", + "thiserror 2.0.11", +] + [[package]] name = "gix-sec" version = "0.10.11" @@ -3221,8 +3542,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "88d2673242e87492cb6ff671f0c01f689061ca306c4020f137197f3abc84ce01" dependencies = [ "bstr", - "gix-hash", - "gix-lock", + "gix-hash 0.15.1", + "gix-lock 15.0.1", + "thiserror 2.0.11", +] + +[[package]] +name = "gix-shallow" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ab72543011e303e52733c85bef784603ef39632ddf47f69723def52825e35066" +dependencies = [ + "bstr", + "gix-hash 0.16.0", + "gix-lock 16.0.0", "thiserror 2.0.11", ] @@ -3237,7 +3570,7 @@ dependencies = [ "gix-path", "gix-pathspec", "gix-refspec 0.26.0", - "gix-url", + "gix-url 0.28.2", "thiserror 1.0.69", ] @@ -3252,7 +3585,7 @@ dependencies = [ "gix-path", "gix-pathspec", "gix-refspec 0.27.0", - "gix-url", + "gix-url 0.28.2", "thiserror 2.0.11", ] @@ -3263,7 +3596,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2feb86ef094cc77a4a9a5afbfe5de626897351bbbd0de3cb9314baf3049adb82" dependencies = [ "dashmap", - "gix-fs", + "gix-fs 0.12.1", + "libc", + "once_cell", + "parking_lot", + "tempfile", +] + +[[package]] +name = "gix-tempfile" +version = "16.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2558f423945ef24a8328c55d1fd6db06b8376b0e7013b1bb476cc4ffdf678501" +dependencies = [ + "gix-fs 0.13.0", "libc", "once_cell", "parking_lot", @@ -3287,11 +3633,11 @@ dependencies = [ "curl", "gix-command 0.3.11", "gix-credentials 0.25.1", - "gix-features", + "gix-features 0.39.1", "gix-packetline", "gix-quote", "gix-sec", - "gix-url", + "gix-url 0.28.2", "thiserror 2.0.11", ] @@ -3303,11 +3649,27 @@ checksum = "dd04d91e507a8713cfa2318d5a85d75b36e53a40379cc7eb7634ce400ecacbaf" dependencies = [ "bstr", "gix-command 0.4.1", - "gix-features", + "gix-features 0.39.1", "gix-packetline", "gix-quote", "gix-sec", - "gix-url", + "gix-url 0.28.2", + "thiserror 2.0.11", +] + +[[package]] +name = "gix-transport" +version = "0.45.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "11187418489477b1b5b862ae1aedbbac77e582f2c4b0ef54280f20cfe5b964d9" +dependencies = [ + "bstr", + "gix-command 0.4.1", + "gix-features 0.40.0", + "gix-packetline", + "gix-quote", + "gix-sec", + "gix-url 0.29.0", "thiserror 2.0.11", ] @@ -3318,10 +3680,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f20f1b13cc4fa6ba92b24e6aa0c2fb6a34beb4458ef88c6300212db504e818df" dependencies = [ "bitflags 2.8.0", - "gix-commitgraph", + "gix-commitgraph 0.25.1", "gix-date", - "gix-hash", - "gix-hashtable", + "gix-hash 0.15.1", + "gix-hashtable 0.6.0", "gix-object 0.45.0", "gix-revwalk 0.16.0", "smallvec", @@ -3335,16 +3697,33 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ed47d648619e23e93f971d2bba0d10c1100e54ef95d2981d609907a8cabac89" dependencies = [ "bitflags 2.8.0", - "gix-commitgraph", + "gix-commitgraph 0.25.1", "gix-date", - "gix-hash", - "gix-hashtable", + "gix-hash 0.15.1", + "gix-hashtable 0.6.0", "gix-object 0.46.1", "gix-revwalk 0.17.0", "smallvec", "thiserror 2.0.11", ] +[[package]] +name = "gix-traverse" +version = "0.44.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2bec70e53896586ef32a3efa7e4427b67308531ed186bb6120fb3eca0f0d61b4" +dependencies = [ + "bitflags 2.8.0", + "gix-commitgraph 0.26.0", + "gix-date", + "gix-hash 0.16.0", + "gix-hashtable 0.7.0", + "gix-object 0.47.0", + "gix-revwalk 0.18.0", + "smallvec", + "thiserror 2.0.11", +] + [[package]] name = "gix-url" version = "0.28.2" @@ -3352,7 +3731,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d096fb733ba6bd3f5403dba8bd72bdd8809fe2b347b57844040b8f49c93492d9" dependencies = [ "bstr", - "gix-features", + "gix-features 0.39.1", + "gix-path", + "percent-encoding", + "thiserror 2.0.11", + "url", +] + +[[package]] +name = "gix-url" +version = "0.29.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "29218c768b53dd8f116045d87fec05b294c731a4b2bdd257eeca2084cc150b13" +dependencies = [ + "bstr", + "gix-features 0.40.0", "gix-path", "percent-encoding", "thiserror 2.0.11", @@ -3387,10 +3780,10 @@ checksum = "0d345e5b523550fe4fa0e912bf957de752011ccfc87451968fda1b624318f29c" dependencies = [ "bstr", "gix-attributes", - "gix-features", - "gix-fs", - "gix-glob", - "gix-hash", + "gix-features 0.39.1", + "gix-fs 0.12.1", + "gix-glob 0.17.1", + "gix-hash 0.15.1", "gix-ignore", "gix-index 0.36.0", "gix-object 0.45.0", @@ -3406,10 +3799,10 @@ checksum = "756dbbe15188fa22540d5eab941f8f9cf511a5364d5aec34c88083c09f4bea13" dependencies = [ "bstr", "gix-attributes", - "gix-features", - "gix-fs", - "gix-glob", - "gix-hash", + "gix-features 0.39.1", + "gix-fs 0.12.1", + "gix-glob 0.17.1", + "gix-hash 0.15.1", "gix-ignore", "gix-index 0.37.0", "gix-object 0.46.1", diff --git a/Cargo.toml b/Cargo.toml index aa3259dd6..6c1077687 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ docsrs-metadata = { path = "crates/metadata" } anyhow = { version = "1.0.42", features = ["backtrace"]} backtrace = "0.3.61" thiserror = "2.0.3" -comrak = { version = "0.33.0", default-features = false } +comrak = { version = "0.34.0", default-features = false } syntect = { version = "5.0.0", default-features = false, features = ["parsing", "html", "dump-load", "regex-onig"] } toml = "0.8.0" prometheus = { version = "0.13.0", default-features = false } @@ -80,7 +80,7 @@ serde_with = "3.4.0" # axum dependencies async-trait = "0.1.83" axum = { version = "0.8.1", features = ["macros"] } -axum-extra = { version = "0.10.0", features = ["typed-header"] } +axum-extra = { version = "0.11.0", features = ["typed-header"] } tower = "0.5.1" tower-http = { version = "0.6.0", features = ["fs", "trace", "timeout", "catch-panic"] } mime = "0.3.16" @@ -126,7 +126,7 @@ debug = "line-tables-only" [build-dependencies] time = "0.3" -gix = { version = "0.69.1", default-features = false } +gix = { version = "0.70.0", default-features = false } string_cache_codegen = "0.5.1" walkdir = "2" anyhow = { version = "1.0.42", features = ["backtrace"] }