From 4dd7f5ddd8386e34e538809bd4317131f17fd9ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 14:34:59 -0300 Subject: [PATCH] chore(deps): update rust crate specta to v2.0.0-rc.20 (v2) (#1617) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d83c9072..4c8bca7f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5737,9 +5737,9 @@ dependencies = [ [[package]] name = "specta" -version = "2.0.0-rc.16" +version = "2.0.0-rc.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fd9fd8ec58ec895d2e947a7b431b5c8d2218956a1e378bbfdc3b7414109e2c5" +checksum = "4ccbb212565d2dc177bc15ecb7b039d66c4490da892436a4eee5b394d620c9bc" dependencies = [ "paste", "specta-macros", @@ -5748,9 +5748,9 @@ dependencies = [ [[package]] name = "specta-macros" -version = "2.0.0-rc.16" +version = "2.0.0-rc.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "649713524bd94bb77336b3d2924e3686a88de3cea780a57d45051923d5a5add4" +checksum = "68999d29816965eb9e5201f60aec02a76512139811661a7e8e653abc810b8f72" dependencies = [ "Inflector", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 241fb1e1..513b661c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ thiserror = "1" url = "2" schemars = "0.8" dunce = "1" -specta = "=2.0.0-rc.16" +specta = "=2.0.0-rc.20" #tauri-specta = "=2.0.0-rc.11" [workspace.package]