From 0f646de435c20ddc17cde1dedb8364e17b2e1295 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 18:28:25 -0800 Subject: [PATCH] build(deps): bump the cargo group with 3 updates (#294) --- Cargo.lock | 96 ++++++------------------------------ brush-core/Cargo.toml | 2 +- brush-interactive/Cargo.toml | 2 +- brush-parser/Cargo.toml | 2 +- brush-shell/Cargo.toml | 4 +- 5 files changed, 20 insertions(+), 86 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 46c22941..27460457 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -280,7 +280,7 @@ dependencies = [ "pprof", "procfs", "rand", - "thiserror 2.0.6", + "thiserror 2.0.7", "tokio", "tracing", "uzers", @@ -311,7 +311,7 @@ dependencies = [ "indexmap", "nu-ansi-term 0.50.1", "reedline", - "thiserror 2.0.6", + "thiserror 2.0.7", "tokio", "tracing", ] @@ -329,7 +329,7 @@ dependencies = [ "peg", "pprof", "pretty_assertions", - "thiserror 2.0.6", + "thiserror 2.0.7", "tracing", "utf8-chars", ] @@ -575,12 +575,12 @@ checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" [[package]] name = "colored" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8" +checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c" dependencies = [ "lazy_static", - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] @@ -2016,18 +2016,18 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "serde" -version = "1.0.215" +version = "1.0.216" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f" +checksum = "0b9781016e935a97e8beecf0c933758c97a5520d32930e460142b4cd80c6338e" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.215" +version = "1.0.216" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0" +checksum = "46f859dbbf73865c6627ed570e78961cd3ac92407a2d117204c49232485da55e" dependencies = [ "proc-macro2", "quote", @@ -2268,11 +2268,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.6" +version = "2.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47" +checksum = "93605438cbd668185516ab499d589afb7ee1859ea3d5fc8f6b0755e1c7443767" dependencies = [ - "thiserror-impl 2.0.6", + "thiserror-impl 2.0.7", ] [[package]] @@ -2288,9 +2288,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.6" +version = "2.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312" +checksum = "e1d8749b4531af2117677a5fcd12b1348a3fe2b81e36e61ffeac5c4aa3273e36" dependencies = [ "proc-macro2", "quote", @@ -2802,15 +2802,6 @@ dependencies = [ "windows-targets 0.52.6", ] -[[package]] -name = "windows-sys" -version = "0.48.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" -dependencies = [ - "windows-targets 0.48.5", -] - [[package]] name = "windows-sys" version = "0.52.0" @@ -2844,21 +2835,6 @@ dependencies = [ "windows_x86_64_msvc 0.42.2", ] -[[package]] -name = "windows-targets" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" -dependencies = [ - "windows_aarch64_gnullvm 0.48.5", - "windows_aarch64_msvc 0.48.5", - "windows_i686_gnu 0.48.5", - "windows_i686_msvc 0.48.5", - "windows_x86_64_gnu 0.48.5", - "windows_x86_64_gnullvm 0.48.5", - "windows_x86_64_msvc 0.48.5", -] - [[package]] name = "windows-targets" version = "0.52.6" @@ -2881,12 +2857,6 @@ version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" -[[package]] -name = "windows_aarch64_gnullvm" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" - [[package]] name = "windows_aarch64_gnullvm" version = "0.52.6" @@ -2899,12 +2869,6 @@ version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" -[[package]] -name = "windows_aarch64_msvc" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" - [[package]] name = "windows_aarch64_msvc" version = "0.52.6" @@ -2917,12 +2881,6 @@ version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" -[[package]] -name = "windows_i686_gnu" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" - [[package]] name = "windows_i686_gnu" version = "0.52.6" @@ -2941,12 +2899,6 @@ version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" -[[package]] -name = "windows_i686_msvc" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" - [[package]] name = "windows_i686_msvc" version = "0.52.6" @@ -2959,12 +2911,6 @@ version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" -[[package]] -name = "windows_x86_64_gnu" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" - [[package]] name = "windows_x86_64_gnu" version = "0.52.6" @@ -2977,12 +2923,6 @@ version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" -[[package]] -name = "windows_x86_64_gnullvm" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" - [[package]] name = "windows_x86_64_gnullvm" version = "0.52.6" @@ -2995,12 +2935,6 @@ version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" -[[package]] -name = "windows_x86_64_msvc" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" - [[package]] name = "windows_x86_64_msvc" version = "0.52.6" diff --git a/brush-core/Cargo.toml b/brush-core/Cargo.toml index 5b9ee0c6..8a6789f1 100644 --- a/brush-core/Cargo.toml +++ b/brush-core/Cargo.toml @@ -29,7 +29,7 @@ indexmap = "2.7.0" itertools = "0.13.0" lazy_static = "1.5.0" rand = "0.8.5" -thiserror = "2.0.6" +thiserror = "2.0.7" tracing = "0.1.41" [target.'cfg(target_family = "wasm")'.dependencies] diff --git a/brush-interactive/Cargo.toml b/brush-interactive/Cargo.toml index c9a79902..bbba0b5b 100644 --- a/brush-interactive/Cargo.toml +++ b/brush-interactive/Cargo.toml @@ -31,7 +31,7 @@ crossterm = { version = "0.28.1", features = ["serde"], optional = true } indexmap = "2.7.0" nu-ansi-term = { version = "0.50.1", optional = true } reedline = { version = "0.37.0", optional = true } -thiserror = "2.0.6" +thiserror = "2.0.7" tracing = "0.1.41" [target.'cfg(any(windows, unix))'.dependencies] diff --git a/brush-parser/Cargo.toml b/brush-parser/Cargo.toml index fe65e998..f4cc5495 100644 --- a/brush-parser/Cargo.toml +++ b/brush-parser/Cargo.toml @@ -22,7 +22,7 @@ arbitrary = { version = "1.4.1", optional = true, features = ["derive"] } cached = "0.54.0" indenter = "0.3.3" peg = "0.8.4" -thiserror = "2.0.6" +thiserror = "2.0.7" tracing = "0.1.41" utf8-chars = "3.0.5" diff --git a/brush-shell/Cargo.toml b/brush-shell/Cargo.toml index bb634888..105d7604 100644 --- a/brush-shell/Cargo.toml +++ b/brush-shell/Cargo.toml @@ -68,7 +68,7 @@ tokio = { version = "1.41.1", features = ["rt", "rt-multi-thread", "sync"] } anyhow = "1.0.94" assert_cmd = "2.0.16" assert_fs = "1.1.2" -colored = "2.1.0" +colored = "2.2.0" descape = "2.0.3" diff = "0.1.13" dir-cmp = "0.1.0" @@ -78,7 +78,7 @@ indent = "0.1.1" junit-report = "0.8.3" pathdiff = "0.2.3" regex = "1.11.1" -serde = { version = "1.0.215", features = ["derive"] } +serde = { version = "1.0.216", features = ["derive"] } serde_yaml = "0.9.34" strip-ansi-escapes = "0.2.0" version-compare = "0.2.0"