From 4ed43f18a74b96e445eecb03f87425222b2236cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 11:00:34 +0000 Subject: [PATCH] Bump the minor-patches group with 5 updates Bumps the minor-patches group with 5 updates: | Package | From | To | | --- | --- | --- | | [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) | `0.5.11` | `0.5.12` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.9.0` | `3.10.1` | | [walkdir](https://github.com/BurntSushi/walkdir) | `2.4.0` | `2.5.0` | | [clap](https://github.com/clap-rs/clap) | `4.4.18` | `4.5.2` | | [indicatif](https://github.com/console-rs/indicatif) | `0.17.7` | `0.17.8` | Updates `crossbeam-channel` from 0.5.11 to 0.5.12 - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md) - [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-channel-0.5.11...crossbeam-channel-0.5.12) Updates `tempfile` from 3.9.0 to 3.10.1 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.9.0...v3.10.1) Updates `walkdir` from 2.4.0 to 2.5.0 - [Commits](https://github.com/BurntSushi/walkdir/compare/2.4.0...2.5.0) Updates `clap` from 4.4.18 to 4.5.2 - [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/v4.4.18...v4.5.2) Updates `indicatif` from 0.17.7 to 0.17.8 - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](https://github.com/console-rs/indicatif/compare/0.17.7...0.17.8) --- updated-dependencies: - dependency-name: crossbeam-channel dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patches - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patches - dependency-name: walkdir dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patches - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patches - dependency-name: indicatif dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patches ... Signed-off-by: dependabot[bot] --- Cargo.lock | 62 ++++++++++++-------------------- crates/applesauce-cli/Cargo.toml | 4 +-- crates/applesauce/Cargo.toml | 6 ++-- crates/resource-fork/Cargo.toml | 2 +- 4 files changed, 29 insertions(+), 45 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bb4cf04..4059c92 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -118,12 +118,6 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" -[[package]] -name = "bitflags" -version = "1.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" - [[package]] name = "bitflags" version = "2.4.0" @@ -163,9 +157,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.4.18" +version = "4.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e578d6ec4194633722ccf9544794b71b1385c3c027efe0c55db226fc880865c" +checksum = "b230ab84b0ffdf890d5a10abdbc8b83ae1c4918275daea1ab8801f71536b2651" dependencies = [ "clap_builder", "clap_derive", @@ -173,9 +167,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.4.18" +version = "4.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4df4df40ec50c46000231c914968278b1eb05098cf8f1b3a518a95030e71d1c7" +checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4" dependencies = [ "anstream", "anstyle", @@ -185,9 +179,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.4.7" +version = "4.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442" +checksum = "307bc0538d5f0f83b8248db3087aa92fe504e4691294d0c96c0eabc33f47ba47" dependencies = [ "heck", "proc-macro2", @@ -197,9 +191,9 @@ dependencies = [ [[package]] name = "clap_lex" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1" +checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" [[package]] name = "cmake" @@ -249,9 +243,9 @@ dependencies = [ [[package]] name = "crossbeam-channel" -version = "0.5.11" +version = "0.5.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "176dc175b78f56c0f321911d9c8eb2b77a78a4860b9c19db83835fea1a46649b" +checksum = "ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95" dependencies = [ "crossbeam-utils", ] @@ -422,9 +416,9 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.17.7" +version = "0.17.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb28741c9db9a713d93deb3bb9515c20788cef5815265bee4980e87bde7e0f25" +checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3" dependencies = [ "console", "instant", @@ -608,9 +602,9 @@ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" [[package]] name = "proc-macro2" -version = "1.0.64" +version = "1.0.78" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78803b62cbf1f46fde80d7c0e803111524b9877184cfe7c3033659490ac7a7da" +checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae" dependencies = [ "unicode-ident", ] @@ -654,15 +648,6 @@ dependencies = [ "getrandom", ] -[[package]] -name = "redox_syscall" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" -dependencies = [ - "bitflags 1.3.2", -] - [[package]] name = "regex" version = "1.9.1" @@ -734,11 +719,11 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.28" +version = "0.38.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316" +checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949" dependencies = [ - "bitflags 2.4.0", + "bitflags", "errno", "libc", "linux-raw-sys", @@ -823,9 +808,9 @@ checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9" [[package]] name = "strsim" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" +checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01" [[package]] name = "syn" @@ -840,13 +825,12 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.9.0" +version = "3.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa" +checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" dependencies = [ "cfg-if", "fastrand", - "redox_syscall", "rustix", "windows-sys 0.52.0", ] @@ -991,9 +975,9 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "walkdir" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee" +checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" dependencies = [ "same-file", "winapi-util", diff --git a/crates/applesauce-cli/Cargo.toml b/crates/applesauce-cli/Cargo.toml index c3242cd..fa1147e 100644 --- a/crates/applesauce-cli/Cargo.toml +++ b/crates/applesauce-cli/Cargo.toml @@ -23,9 +23,9 @@ lzvn = ["applesauce/lzvn"] applesauce = { version = "^0.3.0", path = "../applesauce", default-features = false } cfg-if = "1.0.0" -clap = { version = "4.4", features = ["derive"] } +clap = { version = "4.5", features = ["derive"] } humansize = "2.1" -indicatif = "0.17.7" +indicatif = "0.17.8" tikv-jemallocator = "0.5" tracing = "0.1" tracing-chrome = "0.7" diff --git a/crates/applesauce/Cargo.toml b/crates/applesauce/Cargo.toml index 3c1990b..fa79976 100644 --- a/crates/applesauce/Cargo.toml +++ b/crates/applesauce/Cargo.toml @@ -27,14 +27,14 @@ system-lzfse = ["lzfse"] resource-fork = { version = "^0.2.0", path = "../resource-fork" } applesauce-core = { version = "^0.2.0", path = "../applesauce-core" } -crossbeam-channel = "0.5.11" +crossbeam-channel = "0.5.12" ignore = "0.4.22" libc = "0.2.153" memchr = "2.7" oneshot = "0.1.6" -tempfile = "3.9.0" +tempfile = "3.10.1" tracing = "0.1.40" -walkdir = "2.4.0" +walkdir = "2.5.0" flate2 = { version = "1.0", optional = true } diff --git a/crates/resource-fork/Cargo.toml b/crates/resource-fork/Cargo.toml index c7e1834..e13d468 100644 --- a/crates/resource-fork/Cargo.toml +++ b/crates/resource-fork/Cargo.toml @@ -12,4 +12,4 @@ repository = "https://github.com/Dr-Emann/applesauce" libc = "0.2" [dev-dependencies] -tempfile = "3.9.0" +tempfile = "3.10.1"