From 3953cc3c86fbb52bb0ce0ae072927e02ea9e4f73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:39:45 +0000 Subject: [PATCH] Bump the cargo group with 3 updates Bumps the cargo group with 3 updates: [thiserror](https://github.com/dtolnay/thiserror), [semver](https://github.com/dtolnay/semver) and [serde](https://github.com/serde-rs/serde). Updates `thiserror` from 2.0.6 to 2.0.7 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.6...2.0.7) Updates `semver` from 1.0.23 to 1.0.24 - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](https://github.com/dtolnay/semver/compare/1.0.23...1.0.24) Updates `serde` from 1.0.215 to 1.0.216 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.215...v1.0.216) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: semver dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 38 +++++++++++++++---------------- crates/fj-core/Cargo.toml | 2 +- crates/fj-export/Cargo.toml | 2 +- crates/fj-viewer/Cargo.toml | 2 +- crates/fj-window/Cargo.toml | 2 +- crates/fj/Cargo.toml | 2 +- tools/autolib/Cargo.toml | 2 +- tools/automator/Cargo.toml | 4 ++-- tools/release-operator/Cargo.toml | 6 ++--- 9 files changed, 30 insertions(+), 30 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4b2b9664e..63ba6e68e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -458,7 +458,7 @@ dependencies = [ "semver", "serde", "serde_json", - "thiserror 2.0.6", + "thiserror 2.0.7", ] [[package]] @@ -911,7 +911,7 @@ dependencies = [ "fj-math", "fj-viewer", "fj-window", - "thiserror 2.0.6", + "thiserror 2.0.7", "tracing", "tracing-subscriber", ] @@ -928,7 +928,7 @@ dependencies = [ "pretty_assertions", "robust", "spade", - "thiserror 2.0.6", + "thiserror 2.0.7", "type-map", ] @@ -939,7 +939,7 @@ dependencies = [ "fj-interop", "fj-math", "stl", - "thiserror 2.0.6", + "thiserror 2.0.7", "threemf", "wavefront_rs", ] @@ -975,7 +975,7 @@ dependencies = [ "image", "nalgebra", "raw-window-handle", - "thiserror 2.0.6", + "thiserror 2.0.7", "tobj", "tracing", "wgpu", @@ -989,7 +989,7 @@ dependencies = [ "fj-math", "fj-viewer", "futures", - "thiserror 2.0.6", + "thiserror 2.0.7", "winit", ] @@ -2851,7 +2851,7 @@ dependencies = [ "semver", "serde", "serde_json", - "thiserror 2.0.6", + "thiserror 2.0.7", ] [[package]] @@ -3134,27 +3134,27 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.23" +version = "1.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" +checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba" dependencies = [ "serde", ] [[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", @@ -3518,11 +3518,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]] @@ -3538,9 +3538,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", @@ -4857,7 +4857,7 @@ dependencies = [ "flate2", "indexmap", "memchr", - "thiserror 2.0.6", + "thiserror 2.0.7", "zopfli", ] diff --git a/crates/fj-core/Cargo.toml b/crates/fj-core/Cargo.toml index c3feccc22..65cde7939 100644 --- a/crates/fj-core/Cargo.toml +++ b/crates/fj-core/Cargo.toml @@ -20,7 +20,7 @@ itertools = "0.13.0" parking_lot = "0.12.3" robust = "1.1.0" spade = "2.12.1" -thiserror = "2.0.6" +thiserror = "2.0.7" type-map = "0.5.0" [dev-dependencies] diff --git a/crates/fj-export/Cargo.toml b/crates/fj-export/Cargo.toml index 71f6ba2d5..6c8307c25 100644 --- a/crates/fj-export/Cargo.toml +++ b/crates/fj-export/Cargo.toml @@ -16,7 +16,7 @@ workspace = true [dependencies] fj-interop.workspace = true fj-math.workspace = true -thiserror = "2.0.6" +thiserror = "2.0.7" threemf = "0.6.0" stl = "0.2.1" wavefront_rs = "=2.0.0-beta.1" diff --git a/crates/fj-viewer/Cargo.toml b/crates/fj-viewer/Cargo.toml index 2be6972ef..26485a1ac 100644 --- a/crates/fj-viewer/Cargo.toml +++ b/crates/fj-viewer/Cargo.toml @@ -20,7 +20,7 @@ fj-math.workspace = true nalgebra = "0.33.2" tobj = "4.0.2" raw-window-handle = "0.6.0" -thiserror = "2.0.6" +thiserror = "2.0.7" tracing = "0.1.41" [dependencies.bytemuck] diff --git a/crates/fj-window/Cargo.toml b/crates/fj-window/Cargo.toml index 3831f4361..be9c2077b 100644 --- a/crates/fj-window/Cargo.toml +++ b/crates/fj-window/Cargo.toml @@ -19,5 +19,5 @@ fj-interop.workspace = true fj-math.workspace = true fj-viewer.workspace = true futures = "0.3.31" -thiserror = "2.0.6" +thiserror = "2.0.7" winit = "0.30.5" diff --git a/crates/fj/Cargo.toml b/crates/fj/Cargo.toml index 4650b35cd..8eff0d552 100644 --- a/crates/fj/Cargo.toml +++ b/crates/fj/Cargo.toml @@ -21,7 +21,7 @@ fj-interop.workspace = true fj-math.workspace = true fj-viewer.workspace = true fj-window.workspace = true -thiserror = "2.0.6" +thiserror = "2.0.7" tracing = "0.1.41" [dependencies.clap] diff --git a/tools/autolib/Cargo.toml b/tools/autolib/Cargo.toml index 5e33bd091..ce10e1b8b 100644 --- a/tools/autolib/Cargo.toml +++ b/tools/autolib/Cargo.toml @@ -7,4 +7,4 @@ edition = "2021" anyhow = "1.0.94" log = "0.4.22" regex = "1.11.1" -semver = "1.0.23" +semver = "1.0.24" diff --git a/tools/automator/Cargo.toml b/tools/automator/Cargo.toml index b32f3f662..9c7254906 100644 --- a/tools/automator/Cargo.toml +++ b/tools/automator/Cargo.toml @@ -9,8 +9,8 @@ anyhow = "1.0.94" chrono = "0.4.39" map-macro = "0.3.0" octocrab = "0.42.1" -semver = "1.0.23" -serde = "1.0.215" +semver = "1.0.24" +serde = "1.0.216" serde_json = "1.0.133" tracing = "0.1.41" url = "2.5.4" diff --git a/tools/release-operator/Cargo.toml b/tools/release-operator/Cargo.toml index 4379593d6..a7fc5c4ee 100644 --- a/tools/release-operator/Cargo.toml +++ b/tools/release-operator/Cargo.toml @@ -12,9 +12,9 @@ cmd_lib = "1.9.5" env_logger = "0.11.5" log = "0.4.22" secstr = "0.5.0" -semver = "1.0.23" +semver = "1.0.24" serde_json = "1.0.133" -thiserror = "2.0.6" +thiserror = "2.0.7" [dependencies.autolib] path = "../autolib" @@ -29,5 +29,5 @@ features = ["std", "derive", "env"] default-features = false [dependencies.serde] -version = "1.0.215" +version = "1.0.216" features = ["derive"]