From 0e4edee8277f46aaf64cec36a03a71bb58284819 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 08:20:37 +0000 Subject: [PATCH] chore(deps): bump the all group with 8 updates Bumps the all group with 8 updates: | Package | From | To | | --- | --- | --- | | [bumpalo](https://github.com/fitzgen/bumpalo) | `3.19.1` | `3.20.2` | | [clap](https://github.com/clap-rs/clap) | `4.5.58` | `4.5.60` | | [owo-colors](https://github.com/owo-colors/owo-colors) | `4.2.3` | `4.3.0` | | [liblzma](https://github.com/portable-network-archive/liblzma-rs) | `0.4.5` | `0.4.6` | | [zip](https://github.com/zip-rs/zip2) | `8.0.0` | `8.1.0` | | [syn](https://github.com/dtolnay/syn) | `2.0.116` | `2.0.117` | | [annotate-snippets](https://github.com/rust-lang/annotate-snippets-rs) | `0.12.11` | `0.12.12` | | [toml](https://github.com/toml-rs/toml) | `1.0.1+spec-1.1.0` | `1.0.3+spec-1.1.0` | Updates `bumpalo` from 3.19.1 to 3.20.2 - [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md) - [Commits](https://github.com/fitzgen/bumpalo/compare/v3.19.1...v3.20.2) Updates `clap` from 4.5.58 to 4.5.60 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.58...clap_complete-v4.5.60) Updates `owo-colors` from 4.2.3 to 4.3.0 - [Release notes](https://github.com/owo-colors/owo-colors/releases) - [Changelog](https://github.com/owo-colors/owo-colors/blob/main/CHANGELOG.md) - [Commits](https://github.com/owo-colors/owo-colors/compare/v4.2.3...v4.3.0) Updates `liblzma` from 0.4.5 to 0.4.6 - [Release notes](https://github.com/portable-network-archive/liblzma-rs/releases) - [Commits](https://github.com/portable-network-archive/liblzma-rs/compare/liblzma-0.4.5...liblzma-0.4.6) Updates `zip` from 8.0.0 to 8.1.0 - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](https://github.com/zip-rs/zip2/compare/v8.0.0...v8.1.0) Updates `syn` from 2.0.116 to 2.0.117 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.116...2.0.117) Updates `annotate-snippets` from 0.12.11 to 0.12.12 - [Release notes](https://github.com/rust-lang/annotate-snippets-rs/releases) - [Changelog](https://github.com/rust-lang/annotate-snippets-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/annotate-snippets-rs/compare/0.12.11...0.12.12) Updates `toml` from 1.0.1+spec-1.1.0 to 1.0.3+spec-1.1.0 - [Commits](https://github.com/toml-rs/toml/compare/toml-v1.0.1...toml-v1.0.3) --- updated-dependencies: - dependency-name: bumpalo dependency-version: 3.20.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: clap dependency-version: 4.5.60 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: owo-colors dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: liblzma dependency-version: 0.4.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: zip dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: syn dependency-version: 2.0.117 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: annotate-snippets dependency-version: 0.12.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: toml dependency-version: 1.0.3+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- Cargo.lock | 47 ++++++++++++++++++++++++----------------------- Cargo.toml | 10 +++++----- 2 files changed, 29 insertions(+), 28 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7060145..2286f1b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -90,11 +90,12 @@ checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" [[package]] name = "annotate-snippets" -version = "0.12.11" +version = "0.12.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16e4850548ff4a25a77ce3bda7241874e17fb702ea551f0cc62a2dbe052f1272" +checksum = "c86cd1c51b95d71dde52bca69ed225008f6ff4c8cc825b08042aa1ef823e1980" dependencies = [ "anstyle", + "memchr", "unicode-width 0.2.2", ] @@ -401,9 +402,9 @@ checksum = "f4ad8f11f288f48ca24471bbd51ac257aaeaaa07adae295591266b792902ae64" [[package]] name = "bumpalo" -version = "3.19.1" +version = "3.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510" +checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" [[package]] name = "bytemuck" @@ -569,9 +570,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.58" +version = "4.5.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63be97961acde393029492ce0be7a1af7e323e6bae9511ebfac33751be5e6806" +checksum = "2797f34da339ce31042b27d23607e051786132987f595b02ba4f6a6dffb7030a" dependencies = [ "clap_builder", "clap_derive", @@ -579,9 +580,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.58" +version = "4.5.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f13174bda5dfd69d7e947827e5af4b0f2f94a4a3ee92912fba07a66150f21e2" +checksum = "24a241312cea5059b13574bb9b3861cabf758b879c15190b37b6d6fd63ab6876" dependencies = [ "anstream 0.6.21", "anstyle", @@ -979,7 +980,7 @@ dependencies = [ "serde_json", "serde_yaml", "tokio", - "toml 1.0.1+spec-1.1.0", + "toml 1.0.3+spec-1.1.0", ] [[package]] @@ -2027,9 +2028,9 @@ dependencies = [ [[package]] name = "liblzma" -version = "0.4.5" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73c36d08cad03a3fbe2c4e7bb3a9e84c57e4ee4135ed0b065cade3d98480c648" +checksum = "b6033b77c21d1f56deeae8014eb9fbe7bdf1765185a6c508b5ca82eeaed7f899" dependencies = [ "liblzma-sys", ] @@ -2720,9 +2721,9 @@ checksum = "9f50d9b3dabb09ecd771ad0aa242ca6894994c130308ca3d7684634df8037391" [[package]] name = "owo-colors" -version = "4.2.3" +version = "4.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c6901729fa79e91a0913333229e9ca5dc725089d1c363b2f4b4760709dc4a52" +checksum = "d211803b9b6b570f68772237e415a029d5a50c65d382910b879fb19d3271f94d" dependencies = [ "supports-color 2.1.0", "supports-color 3.0.2", @@ -3778,9 +3779,9 @@ checksum = "b7401a30af6cb5818bb64852270bb722533397edcfc7344954a38f420819ece2" [[package]] name = "syn" -version = "2.0.116" +version = "2.0.117" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3df424c70518695237746f84cede799c9c58fcb37450d7b23716568cc8bc69cb" +checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" dependencies = [ "proc-macro2", "quote", @@ -4092,9 +4093,9 @@ dependencies = [ [[package]] name = "toml" -version = "1.0.1+spec-1.1.0" +version = "1.0.3+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbe30f93627849fa362d4a602212d41bb237dc2bd0f8ba0b2ce785012e124220" +checksum = "c7614eaf19ad818347db24addfa201729cf2a9b6fdfd9eb0ab870fcacc606c0c" dependencies = [ "serde_core", "serde_spanned", @@ -4124,9 +4125,9 @@ dependencies = [ [[package]] name = "toml_parser" -version = "1.0.8+spec-1.1.0" +version = "1.0.9+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0742ff5ff03ea7e67c8ae6c93cac239e0d9784833362da3f9a9c1da8dfefcbdc" +checksum = "702d4415e08923e7e1ef96cd5727c0dfed80b4d2fa25db9647fe5eb6f7c5a4c4" dependencies = [ "winnow", ] @@ -5197,9 +5198,9 @@ dependencies = [ [[package]] name = "zip" -version = "8.0.0" +version = "8.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79b32dd4ad3aca14ae109f8cce0495ac1c57f6f4f00ad459a40e582f89440d97" +checksum = "6e499faf5c6b97a0d086f4a8733de6d47aee2252b8127962439d8d4311a73f72" dependencies = [ "aes", "bzip2", @@ -5236,9 +5237,9 @@ checksum = "30e0d8dffbae3d840f64bda38e28391faef673a7b5a6017840f2a106c8145868" [[package]] name = "zopfli" -version = "0.8.2" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edfc5ee405f504cd4984ecc6f14d02d55cfda60fa4b689434ef4102aae150cd7" +checksum = "f05cd8797d63865425ff89b5c4a48804f35ba0ce8d125800027ad6017d2b5249" dependencies = [ "bumpalo", "crc32fast", diff --git a/Cargo.toml b/Cargo.toml index a17b04c..7339664 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,11 +71,11 @@ dir-structure-resolve-core = { path = "src/dev/dir-structure/dir-structure-resol git-journey = { path = "src/dev/git-journey", version = "0.1.0" } git-voyage = { path = "src/dev/git-voyage", version = "0.1.0" } -bumpalo = "3.19.1" +bumpalo = "3.20.2" bytes = "1.11.1" cargo_metadata = "0.23.1" nextest-metadata = "0.13.3" -clap = { version = "4.5.58", features = ["derive"] } +clap = { version = "4.5.60", features = ["derive"] } clap_complete = "4.5.66" clap_mangen = "0.2.31" criterion = { version = "0.8", features = ["html_reports"] } @@ -90,7 +90,7 @@ libc = "0.2" libtest-mimic = "0.8.1" llvm-sys = { version = "211.0.0", default-features = false } miette = { version = "7.2.0", features = ["fancy"] } -owo-colors = { version = "4.0.0", features = ["supports-colors"] } +owo-colors = { version = "4.3.0", features = ["supports-colors"] } path-absolutize = "3.1.1" pin-project = { version = "1", default-features = false } prodash = { version = "31.0.0", default-features = false, features = [ @@ -111,12 +111,12 @@ thiserror = "2.0.18" tracing = "0.1.44" tracing-subscriber = { version = "0.3.22", features = ["env-filter"] } tokio = { version = "1", features = ["full"] } -liblzma = "0.4.0" +liblzma = "0.4.6" zip = "8" syn = { version = "2", features = ["full"] } quote = "1" proc-macro2 = "1" -annotate-snippets = "0.12.11" +annotate-snippets = "0.12.12" [workspace.lints.rust] unsafe_code = "deny"