From aa5bf73c0cfb7f18a89fdd9b65ae5982cb0e5fd9 Mon Sep 17 00:00:00 2001 From: John Carmack Date: Thu, 12 Mar 2026 16:19:09 -0700 Subject: [PATCH] Update specta to 2.0.0-rc.23 --- .changes/specta-rc-23.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changes/specta-rc-23.md diff --git a/.changes/specta-rc-23.md b/.changes/specta-rc-23.md new file mode 100644 index 0000000..d8852b6 --- /dev/null +++ b/.changes/specta-rc-23.md @@ -0,0 +1,6 @@ +--- +"tracing": patch +"tracing-js": patch +--- + +Update specta dependency to 2.0.0-rc.23. diff --git a/Cargo.toml b/Cargo.toml index d9ce862..a1a1c9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ memchr = "2.7.4" rolling-file = "0.2.0" serde = { default-features = false, version = "1.0.228" } serde_repr = "0.1.20" -specta = { features = ["derive"], version = "=2.0.0-rc.22" } +specta = { features = ["derive"], version = "=2.0.0-rc.23" } tauri = { version = "2.9.5" } thiserror = { default-features = false, version = "2.0.17" } time = { default-features = false, features = [