chore(deps): lock file maintenance (#42)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-04-27 06:23:31 +00:00 committed by GitHub
parent 7867df1b2a
commit f900727d45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

240
Cargo.lock generated
View file

@ -120,6 +120,12 @@ dependencies = [
"serde",
]
[[package]]
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "cfg-if"
version = "1.0.0"
@ -267,6 +273,16 @@ dependencies = [
"serde",
]
[[package]]
name = "faster-hex"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73"
dependencies = [
"heapless",
"serde",
]
[[package]]
name = "fastrand"
version = "2.3.0"
@ -362,11 +378,11 @@ dependencies = [
"gix-date",
"gix-diff",
"gix-discover",
"gix-features",
"gix-features 0.41.1",
"gix-filter",
"gix-fs",
"gix-fs 0.14.0",
"gix-glob",
"gix-hash",
"gix-hash 0.17.0",
"gix-hashtable",
"gix-ignore",
"gix-index",
@ -391,8 +407,8 @@ dependencies = [
"gix-transport",
"gix-traverse",
"gix-url",
"gix-utils",
"gix-validate",
"gix-utils 0.2.0",
"gix-validate 0.9.4",
"gix-worktree",
"gix-worktree-state",
"once_cell",
@ -408,7 +424,7 @@ checksum = "f438c87d4028aca4b82f82ba8d8ab1569823cfb3e5bc5fa8456a71678b2a20e7"
dependencies = [
"bstr",
"gix-date",
"gix-utils",
"gix-utils 0.2.0",
"itoa",
"thiserror",
"winnow",
@ -470,7 +486,7 @@ checksum = "043cbe49b7a7505150db975f3cb7c15833335ac1e26781f615454d9d640a28fe"
dependencies = [
"bstr",
"gix-chunk",
"gix-hash",
"gix-hash 0.17.0",
"memmap2",
"thiserror",
]
@ -483,7 +499,7 @@ checksum = "9c6f830bf746604940261b49abf7f655d2c19cadc9f4142ae9379e3a316e8cfa"
dependencies = [
"bstr",
"gix-config-value",
"gix-features",
"gix-features 0.41.1",
"gix-glob",
"gix-path",
"gix-ref",
@ -545,7 +561,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2c975dad2afc85e4e233f444d1efbe436c3cdcf3a07173984509c436d00a3f8"
dependencies = [
"bstr",
"gix-hash",
"gix-hash 0.17.0",
"gix-object",
"thiserror",
]
@ -558,8 +574,8 @@ checksum = "f7fb8a4349b854506a3915de18d3341e5f1daa6b489c8affc9ca0d69efe86781"
dependencies = [
"bstr",
"dunce",
"gix-fs",
"gix-hash",
"gix-fs 0.14.0",
"gix-hash 0.17.0",
"gix-path",
"gix-ref",
"gix-sec",
@ -576,7 +592,7 @@ dependencies = [
"flate2",
"gix-path",
"gix-trace",
"gix-utils",
"gix-utils 0.2.0",
"libc",
"once_cell",
"prodash",
@ -584,6 +600,18 @@ dependencies = [
"walkdir",
]
[[package]]
name = "gix-features"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56f4399af6ec4fd9db84dd4cf9656c5c785ab492ab40a7c27ea92b4241923fed"
dependencies = [
"gix-trace",
"gix-utils 0.3.0",
"libc",
"prodash",
]
[[package]]
name = "gix-filter"
version = "0.18.0"
@ -594,13 +622,13 @@ dependencies = [
"encoding_rs",
"gix-attributes",
"gix-command",
"gix-hash",
"gix-hash 0.17.0",
"gix-object",
"gix-packetline-blocking",
"gix-path",
"gix-quote",
"gix-trace",
"gix-utils",
"gix-utils 0.2.0",
"smallvec",
"thiserror",
]
@ -613,9 +641,23 @@ checksum = "951e886120dc5fa8cac053e5e5c89443f12368ca36811b2e43d1539081f9c111"
dependencies = [
"bstr",
"fastrand",
"gix-features",
"gix-features 0.41.1",
"gix-path",
"gix-utils",
"gix-utils 0.2.0",
"thiserror",
]
[[package]]
name = "gix-fs"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67a0637149b4ef24d3ea55f81f77231401c8463fae6da27331c987957eb597c7"
dependencies = [
"bstr",
"fastrand",
"gix-features 0.42.1",
"gix-path",
"gix-utils 0.3.0",
"thiserror",
]
@ -627,7 +669,7 @@ checksum = "20972499c03473e773a2099e5fd0c695b9b72465837797a51a43391a1635a030"
dependencies = [
"bitflags",
"bstr",
"gix-features",
"gix-features 0.41.1",
"gix-path",
]
@ -637,19 +679,31 @@ version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "834e79722063958b03342edaa1e17595cd2939bb2b3306b3225d0815566dcb49"
dependencies = [
"faster-hex",
"gix-features",
"faster-hex 0.9.0",
"gix-features 0.41.1",
"sha1-checked",
"thiserror",
]
[[package]]
name = "gix-hash"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d4900562c662852a6b42e2ef03442eccebf24f047d8eab4f23bc12ef0d785d8"
dependencies = [
"faster-hex 0.10.0",
"gix-features 0.42.1",
"sha1-checked",
"thiserror",
]
[[package]]
name = "gix-hashtable"
version = "0.8.0"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f06066d8702a9186dc1fdc1ed751ff2d7e924ceca21cb5d51b8f990c9c2e014a"
checksum = "b5b5cb3c308b4144f2612ff64e32130e641279fcf1a84d8d40dad843b4f64904"
dependencies = [
"gix-hash",
"gix-hash 0.18.0",
"hashbrown 0.14.5",
"parking_lot",
]
@ -678,14 +732,14 @@ dependencies = [
"filetime",
"fnv",
"gix-bitmap",
"gix-features",
"gix-fs",
"gix-hash",
"gix-features 0.41.1",
"gix-fs 0.14.0",
"gix-hash 0.17.0",
"gix-lock",
"gix-object",
"gix-traverse",
"gix-utils",
"gix-validate",
"gix-utils 0.2.0",
"gix-validate 0.9.4",
"hashbrown 0.14.5",
"itoa",
"libc",
@ -697,12 +751,12 @@ dependencies = [
[[package]]
name = "gix-lock"
version = "17.0.0"
version = "17.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df47b8f11c34520db5541bc5fc9fbc8e4b0bdfcec3736af89ccb1a5728a0126f"
checksum = "570f8b034659f256366dc90f1a24924902f20acccd6a15be96d44d1269e7a796"
dependencies = [
"gix-tempfile",
"gix-utils",
"gix-utils 0.3.0",
"thiserror",
]
@ -715,7 +769,7 @@ dependencies = [
"bitflags",
"gix-commitgraph",
"gix-date",
"gix-hash",
"gix-hash 0.17.0",
"gix-object",
"gix-revwalk",
"smallvec",
@ -731,12 +785,12 @@ dependencies = [
"bstr",
"gix-actor",
"gix-date",
"gix-features",
"gix-hash",
"gix-features 0.41.1",
"gix-hash 0.17.0",
"gix-hashtable",
"gix-path",
"gix-utils",
"gix-validate",
"gix-utils 0.2.0",
"gix-validate 0.9.4",
"itoa",
"smallvec",
"thiserror",
@ -751,9 +805,9 @@ checksum = "50306d40dcc982eb6b7593103f066ea6289c7b094cb9db14f3cd2be0b9f5e610"
dependencies = [
"arc-swap",
"gix-date",
"gix-features",
"gix-fs",
"gix-hash",
"gix-features 0.41.1",
"gix-fs 0.14.0",
"gix-hash 0.17.0",
"gix-hashtable",
"gix-object",
"gix-pack",
@ -772,8 +826,8 @@ checksum = "9b65fffb09393c26624ca408d32cfe8776fb94cd0a5cdf984905e1d2f39779cb"
dependencies = [
"clru",
"gix-chunk",
"gix-features",
"gix-hash",
"gix-features 0.41.1",
"gix-hash 0.17.0",
"gix-hashtable",
"gix-object",
"gix-path",
@ -791,7 +845,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "123844a70cf4d5352441dc06bab0da8aef61be94ec239cb631e0ba01dc6d3a04"
dependencies = [
"bstr",
"faster-hex",
"faster-hex 0.9.0",
"gix-trace",
"thiserror",
]
@ -803,19 +857,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ecf3ea2e105c7e45587bac04099824301262a6c43357fad5205da36dbb233b3"
dependencies = [
"bstr",
"faster-hex",
"faster-hex 0.9.0",
"gix-trace",
"thiserror",
]
[[package]]
name = "gix-path"
version = "0.10.15"
version = "0.10.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f910668e2f6b2a55ff35a1f04df88a1a049f7b868507f4cbeeaa220eaba7be87"
checksum = "c091d2e887e02c3462f52252c5ea61150270c0f2657b642e8d0d6df56c16e642"
dependencies = [
"bstr",
"gix-trace",
"gix-validate 0.10.0",
"home",
"once_cell",
"thiserror",
@ -858,8 +913,8 @@ dependencies = [
"bstr",
"gix-credentials",
"gix-date",
"gix-features",
"gix-hash",
"gix-features 0.41.1",
"gix-hash 0.17.0",
"gix-lock",
"gix-negotiate",
"gix-object",
@ -869,7 +924,7 @@ dependencies = [
"gix-shallow",
"gix-trace",
"gix-transport",
"gix-utils",
"gix-utils 0.2.0",
"maybe-async",
"thiserror",
"winnow",
@ -882,7 +937,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b005c550bf84de3b24aa5e540a23e6146a1c01c7d30470e35d75a12f827f969"
dependencies = [
"bstr",
"gix-utils",
"gix-utils 0.2.0",
"thiserror",
]
@ -893,15 +948,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2e1f7eb6b7ce82d2d19961f74bd637bab3ea79b1bc7bfb23dbefc67b0415d8b"
dependencies = [
"gix-actor",
"gix-features",
"gix-fs",
"gix-hash",
"gix-features 0.41.1",
"gix-fs 0.14.0",
"gix-hash 0.17.0",
"gix-lock",
"gix-object",
"gix-path",
"gix-tempfile",
"gix-utils",
"gix-validate",
"gix-utils 0.2.0",
"gix-validate 0.9.4",
"memmap2",
"thiserror",
"winnow",
@ -914,9 +969,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d8587b21e2264a6e8938d940c5c99662779c13a10741a5737b15fc85c252ffc"
dependencies = [
"bstr",
"gix-hash",
"gix-hash 0.17.0",
"gix-revision",
"gix-validate",
"gix-validate 0.9.4",
"smallvec",
"thiserror",
]
@ -930,7 +985,7 @@ dependencies = [
"bstr",
"gix-commitgraph",
"gix-date",
"gix-hash",
"gix-hash 0.17.0",
"gix-object",
"gix-revwalk",
"thiserror",
@ -944,7 +999,7 @@ checksum = "2dc7c3d7e5cdc1ab8d35130106e4af0a4f9f9eca0c81f4312b690780e92bde0d"
dependencies = [
"gix-commitgraph",
"gix-date",
"gix-hash",
"gix-hash 0.17.0",
"gix-hashtable",
"gix-object",
"smallvec",
@ -970,7 +1025,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc0598aacfe1d52575a21c9492fee086edbb21e228ec36c819c42ab923f434c3"
dependencies = [
"bstr",
"gix-hash",
"gix-hash 0.17.0",
"gix-lock",
"thiserror",
]
@ -992,11 +1047,11 @@ dependencies = [
[[package]]
name = "gix-tempfile"
version = "17.0.0"
version = "17.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d6de439bbb9a5d3550c9c7fab0e16d2d637d120fcbe0dfbc538772a187f099b"
checksum = "c750e8c008453a2dba67a2b0d928b7716e05da31173a3f5e351d5457ad4470aa"
dependencies = [
"gix-fs",
"gix-fs 0.15.0",
"libc",
"once_cell",
"parking_lot",
@ -1017,7 +1072,7 @@ checksum = "b3f68c2870bfca8278389d2484a7f2215b67d0b0cc5277d3c72ad72acf41787e"
dependencies = [
"bstr",
"gix-command",
"gix-features",
"gix-features 0.41.1",
"gix-packetline",
"gix-quote",
"gix-sec",
@ -1034,7 +1089,7 @@ dependencies = [
"bitflags",
"gix-commitgraph",
"gix-date",
"gix-hash",
"gix-hash 0.17.0",
"gix-hashtable",
"gix-object",
"gix-revwalk",
@ -1049,7 +1104,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48dfe23f93f1ddb84977d80bb0dd7aa09d1bf5d5afc0c9b6820cccacc25ae860"
dependencies = [
"bstr",
"gix-features",
"gix-features 0.41.1",
"gix-path",
"percent-encoding",
"thiserror",
@ -1066,6 +1121,16 @@ dependencies = [
"unicode-normalization",
]
[[package]]
name = "gix-utils"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5351af2b172caf41a3728eb4455326d84e0d70fe26fc4de74ab0bd37df4191c5"
dependencies = [
"fastrand",
"unicode-normalization",
]
[[package]]
name = "gix-validate"
version = "0.9.4"
@ -1076,6 +1141,16 @@ dependencies = [
"thiserror",
]
[[package]]
name = "gix-validate"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77b9e00cacde5b51388d28ed746c493b18a6add1f19b5e01d686b3b9ece66d4d"
dependencies = [
"bstr",
"thiserror",
]
[[package]]
name = "gix-worktree"
version = "0.40.0"
@ -1084,15 +1159,15 @@ checksum = "f7760dbc4b79aa274fed30adc0d41dca6b917641f26e7867c4071b1fb4dc727b"
dependencies = [
"bstr",
"gix-attributes",
"gix-features",
"gix-fs",
"gix-features 0.41.1",
"gix-fs 0.14.0",
"gix-glob",
"gix-hash",
"gix-hash 0.17.0",
"gix-ignore",
"gix-index",
"gix-object",
"gix-path",
"gix-validate",
"gix-validate 0.9.4",
]
[[package]]
@ -1102,11 +1177,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "490eb4d38ec2735b3466840aa3881b44ec1a4c180d6a658abfab03910380e18b"
dependencies = [
"bstr",
"gix-features",
"gix-features 0.41.1",
"gix-filter",
"gix-fs",
"gix-fs 0.14.0",
"gix-glob",
"gix-hash",
"gix-hash 0.17.0",
"gix-index",
"gix-object",
"gix-path",
@ -1115,6 +1190,15 @@ dependencies = [
"thiserror",
]
[[package]]
name = "hash32"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
dependencies = [
"byteorder",
]
[[package]]
name = "hashbrown"
version = "0.14.5"
@ -1131,6 +1215,16 @@ version = "0.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
[[package]]
name = "heapless"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
dependencies = [
"hash32",
"stable_deref_trait",
]
[[package]]
name = "heck"
version = "0.5.0"
@ -1712,9 +1806,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
[[package]]
name = "syn"
version = "2.0.100"
version = "2.0.101"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
dependencies = [
"proc-macro2",
"quote",