From 721e6b9aa597fcc6485f34fbde1c8a0fb383f9b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 13:51:07 +0000 Subject: [PATCH] Bump the cargo group across 1 directory with 2 updates Bumps the cargo group with 2 updates in the / directory: [clap](https://github.com/clap-rs/clap) and [tobj](https://github.com/Twinklebear/tobj). Updates `clap` from 4.5.26 to 4.5.27 - [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.26...clap_complete-v4.5.27) Updates `tobj` from 4.0.2 to 4.0.3 - [Release notes](https://github.com/Twinklebear/tobj/releases) - [Commits](https://github.com/Twinklebear/tobj/compare/4.0.2...4.0.3) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: tobj dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ crates/fj-viewer/Cargo.toml | 2 +- crates/fj/Cargo.toml | 2 +- tools/automator/Cargo.toml | 2 +- tools/release-operator/Cargo.toml | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b955b8536..3cd08af10 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -513,9 +513,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", @@ -523,9 +523,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", @@ -3633,9 +3633,9 @@ dependencies = [ [[package]] name = "tobj" -version = "4.0.2" +version = "4.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3bd4ba05f29e4c65b6c0c11a58b6465ffa820bac890d76ad407b4e81d8372e8" +checksum = "04aca6092e5978e708ee784e8ab9b5cf3cdb598b28f99a2f257446e7081a7025" dependencies = [ "ahash", ] diff --git a/crates/fj-viewer/Cargo.toml b/crates/fj-viewer/Cargo.toml index 418722c46..5c5ba1280 100644 --- a/crates/fj-viewer/Cargo.toml +++ b/crates/fj-viewer/Cargo.toml @@ -18,7 +18,7 @@ workspace = true fj-interop.workspace = true fj-math.workspace = true nalgebra = "0.33.2" -tobj = "4.0.2" +tobj = "4.0.3" raw-window-handle = "0.6.0" thiserror = "2.0.11" tracing = "0.1.41" diff --git a/crates/fj/Cargo.toml b/crates/fj/Cargo.toml index b5f66fbca..dec06e5d0 100644 --- a/crates/fj/Cargo.toml +++ b/crates/fj/Cargo.toml @@ -25,7 +25,7 @@ thiserror = "2.0.11" tracing = "0.1.41" [dependencies.clap] -version = "4.5.26" +version = "4.5.27" features = ["derive"] [dependencies.tracing-subscriber] diff --git a/tools/automator/Cargo.toml b/tools/automator/Cargo.toml index e0a59c809..a0fc0b0fd 100644 --- a/tools/automator/Cargo.toml +++ b/tools/automator/Cargo.toml @@ -19,7 +19,7 @@ url = "2.5.4" path = "../autolib" [dependencies.clap] -version = "4.5.26" +version = "4.5.27" features = ["derive"] [dependencies.tokio] diff --git a/tools/release-operator/Cargo.toml b/tools/release-operator/Cargo.toml index d403b2357..adcb90506 100644 --- a/tools/release-operator/Cargo.toml +++ b/tools/release-operator/Cargo.toml @@ -24,7 +24,7 @@ version = "0.12.12" features = ["blocking"] [dependencies.clap] -version = "4.5.26" +version = "4.5.27" features = ["std", "derive", "env"] default-features = false