From 7e0a3abe3d100a8ab1d6db0960c5802daa71fa8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 12:55:45 +0000 Subject: [PATCH] Bump the cargo group with 8 updates Bumps the cargo group with 8 updates: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.16` | `4.5.17` | | [spade](https://github.com/Stoeoef/spade) | `2.12.0` | `2.12.1` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.86` | `1.0.87` | | [parry2d-f64](https://github.com/dimforge/parry) | `0.17.0` | `0.17.1` | | [parry3d-f64](https://github.com/dimforge/parry) | `0.17.0` | `0.17.1` | | [bytemuck](https://github.com/Lokathor/bytemuck) | `1.17.1` | `1.18.0` | | [serde](https://github.com/serde-rs/serde) | `1.0.209` | `1.0.210` | | [serde_json](https://github.com/serde-rs/json) | `1.0.127` | `1.0.128` | Updates `clap` from 4.5.16 to 4.5.17 - [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.16...clap_complete-v4.5.17) Updates `spade` from 2.12.0 to 2.12.1 - [Changelog](https://github.com/Stoeoef/spade/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stoeoef/spade/commits) Updates `anyhow` from 1.0.86 to 1.0.87 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.86...1.0.87) Updates `parry2d-f64` from 0.17.0 to 0.17.1 - [Changelog](https://github.com/dimforge/parry/blob/master/CHANGELOG.md) - [Commits](https://github.com/dimforge/parry/commits) Updates `parry3d-f64` from 0.17.0 to 0.17.1 - [Changelog](https://github.com/dimforge/parry/blob/master/CHANGELOG.md) - [Commits](https://github.com/dimforge/parry/commits) Updates `bytemuck` from 1.17.1 to 1.18.0 - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](https://github.com/Lokathor/bytemuck/compare/v1.17.1...v1.18.0) Updates `serde` from 1.0.209 to 1.0.210 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.209...v1.0.210) Updates `serde_json` from 1.0.127 to 1.0.128 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/1.0.127...1.0.128) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: spade dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: parry2d-f64 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: parry3d-f64 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: bytemuck dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 40 +++++++++++++++---------------- crates/fj-core/Cargo.toml | 4 ++-- crates/fj-math/Cargo.toml | 4 ++-- crates/fj-viewer/Cargo.toml | 2 +- crates/fj/Cargo.toml | 2 +- tools/autolib/Cargo.toml | 2 +- tools/automator/Cargo.toml | 8 +++---- tools/cross-compiler/Cargo.toml | 2 +- tools/export-validator/Cargo.toml | 4 ++-- tools/release-operator/Cargo.toml | 8 +++---- 10 files changed, 38 insertions(+), 38 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 70d64857f..94637f6d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -174,9 +174,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.86" +version = "1.0.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" +checksum = "10f00e1f6e58a40e807377c75c6a7f97bf9044fab57816f2414e6f5f4499d7b8" [[package]] name = "approx" @@ -358,9 +358,9 @@ checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" [[package]] name = "bytemuck" -version = "1.17.1" +version = "1.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "773d90827bc3feecfb67fab12e24de0749aad83c74b9504ecde46237b5cd24e2" +checksum = "94bbb0ad554ad961ddc5da507a12a29b14e4ae5bda06b19f575a3e6079d2e2ae" dependencies = [ "bytemuck_derive", ] @@ -510,9 +510,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.16" +version = "4.5.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed6719fffa43d0d87e5fd8caeab59be1554fb028cd30edc88fc4369b17971019" +checksum = "3e5a21b8495e732f1b3c364c9949b201ca7bae518c502c80256c96ad79eaf6ac" dependencies = [ "clap_builder", "clap_derive", @@ -520,9 +520,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.15" +version = "4.5.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "216aec2b177652e3846684cbfe25c9964d18ec45234f0f5da5157b207ed1aab6" +checksum = "8cf2dd12af7a047ad9d6da2b6b249759a22a7abc0f474c1dae1777afa4b21a73" dependencies = [ "anstream", "anstyle", @@ -2430,9 +2430,9 @@ dependencies = [ [[package]] name = "parry2d-f64" -version = "0.17.0" +version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83cb2f7d0e018b2fc6c3cecfc05c82a198b9087534f16d2ea2a5552c2ac0fc2b" +checksum = "b9ef77dcfb95073cf0fb746ae2ba87a747d0bc3eaf3c3fd207a53af5f33fb642" dependencies = [ "approx 0.5.1", "arrayvec", @@ -2454,9 +2454,9 @@ dependencies = [ [[package]] name = "parry3d-f64" -version = "0.17.0" +version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e94dbc90605147f88e380c4745837bf782adc2d352714aa787623fb7e623a9f8" +checksum = "dffd3e480c045388fd95acc8b2c1e42706c84112f3d72c25e25c106c36105912" dependencies = [ "approx 0.5.1", "arrayvec", @@ -3052,18 +3052,18 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.209" +version = "1.0.210" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99fce0ffe7310761ca6bf9faf5115afbc19688edd00171d81b1bb1b116c63e09" +checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.209" +version = "1.0.210" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5831b979fd7b5439637af1752d535ff49f4860c0f341d1baeb6faf0f4242170" +checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f" dependencies = [ "proc-macro2", "quote", @@ -3072,9 +3072,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.127" +version = "1.0.128" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad" +checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8" dependencies = [ "itoa", "memchr", @@ -3257,9 +3257,9 @@ dependencies = [ [[package]] name = "spade" -version = "2.12.0" +version = "2.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9bd14cf9e23b5241e1b1289ed3b9afc7746c95ead8df52d9254f5ed2d40c561b" +checksum = "93f5ef1f863aca7d1d7dda7ccfc36a0a4279bd6d3c375176e5e0712e25cb4889" dependencies = [ "hashbrown", "num-traits", diff --git a/crates/fj-core/Cargo.toml b/crates/fj-core/Cargo.toml index e6280bfd4..9ba19f094 100644 --- a/crates/fj-core/Cargo.toml +++ b/crates/fj-core/Cargo.toml @@ -19,10 +19,10 @@ fj-math.workspace = true itertools = "0.13.0" parking_lot = "0.12.3" robust = "1.1.0" -spade = "2.12.0" +spade = "2.12.1" thiserror = "1.0.63" type-map = "0.5.0" [dev-dependencies] pretty_assertions = "1.4.0" -anyhow = "1.0.86" +anyhow = "1.0.87" diff --git a/crates/fj-math/Cargo.toml b/crates/fj-math/Cargo.toml index 5ac5a0220..4b739fee1 100644 --- a/crates/fj-math/Cargo.toml +++ b/crates/fj-math/Cargo.toml @@ -18,6 +18,6 @@ approx = "0.5.1" decorum = "0.3.1" nalgebra = "0.33.0" num-traits = "0.2.19" -parry2d-f64 = "0.17.0" -parry3d-f64 = "0.17.0" +parry2d-f64 = "0.17.1" +parry3d-f64 = "0.17.1" robust = "1.1.0" diff --git a/crates/fj-viewer/Cargo.toml b/crates/fj-viewer/Cargo.toml index e0345c4a9..6ee390756 100644 --- a/crates/fj-viewer/Cargo.toml +++ b/crates/fj-viewer/Cargo.toml @@ -24,7 +24,7 @@ thiserror = "1.0.63" tracing = "0.1.40" [dependencies.bytemuck] -version = "1.17.1" +version = "1.18.0" features = ["derive"] [dependencies.image] diff --git a/crates/fj/Cargo.toml b/crates/fj/Cargo.toml index d77ccf865..223fb7fa7 100644 --- a/crates/fj/Cargo.toml +++ b/crates/fj/Cargo.toml @@ -25,7 +25,7 @@ thiserror = "1.0.63" tracing = "0.1.40" [dependencies.clap] -version = "4.5.16" +version = "4.5.17" features = ["derive"] [dependencies.tracing-subscriber] diff --git a/tools/autolib/Cargo.toml b/tools/autolib/Cargo.toml index e976df21e..31a3abda4 100644 --- a/tools/autolib/Cargo.toml +++ b/tools/autolib/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.87" log = "0.4.22" regex = "1.10.6" semver = "1.0.23" diff --git a/tools/automator/Cargo.toml b/tools/automator/Cargo.toml index 41c9d1019..45d1f3520 100644 --- a/tools/automator/Cargo.toml +++ b/tools/automator/Cargo.toml @@ -5,13 +5,13 @@ edition = "2021" publish = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.87" chrono = "0.4.38" map-macro = "0.3.0" octocrab = "0.39.0" semver = "1.0.23" -serde = "1.0.209" -serde_json = "1.0.127" +serde = "1.0.210" +serde_json = "1.0.128" tracing = "0.1.40" url = "2.5.2" @@ -19,7 +19,7 @@ url = "2.5.2" path = "../autolib" [dependencies.clap] -version = "4.5.16" +version = "4.5.17" features = ["derive"] [dependencies.tokio] diff --git a/tools/cross-compiler/Cargo.toml b/tools/cross-compiler/Cargo.toml index 7f8efe1af..fb3e65d8a 100644 --- a/tools/cross-compiler/Cargo.toml +++ b/tools/cross-compiler/Cargo.toml @@ -4,4 +4,4 @@ version = "0.1.0" edition = "2021" [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.87" diff --git a/tools/export-validator/Cargo.toml b/tools/export-validator/Cargo.toml index 51b97e6bb..dc951adcd 100644 --- a/tools/export-validator/Cargo.toml +++ b/tools/export-validator/Cargo.toml @@ -6,8 +6,8 @@ publish = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.87" tempfile = "3.12.0" [build-dependencies] -anyhow = "1.0.86" +anyhow = "1.0.87" diff --git a/tools/release-operator/Cargo.toml b/tools/release-operator/Cargo.toml index f48a99687..95a540c25 100644 --- a/tools/release-operator/Cargo.toml +++ b/tools/release-operator/Cargo.toml @@ -6,14 +6,14 @@ publish = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.87" cargo_metadata = "0.18.1" cmd_lib = "1.9.4" env_logger = "0.11.5" log = "0.4.22" secstr = "0.5.0" semver = "1.0.23" -serde_json = "1.0.127" +serde_json = "1.0.128" thiserror = "1.0.63" [dependencies.autolib] @@ -24,10 +24,10 @@ version = "0.12.7" features = ["blocking"] [dependencies.clap] -version = "4.5.16" +version = "4.5.17" features = ["std", "derive", "env"] default-features = false [dependencies.serde] -version = "1.0.209" +version = "1.0.210" features = ["derive"]