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 = [