diff --git a/discord-frontend/Cargo.toml b/discord-frontend/Cargo.toml index d02fb6e3f..52f313648 100644 --- a/discord-frontend/Cargo.toml +++ b/discord-frontend/Cargo.toml @@ -32,7 +32,7 @@ prost = "0.14.3" ratatui = "0.30.0" rustls = "0.23.40" serde = { version = "1.0.228", features = ["derive"] } -simd-json = "0.17.0" +simd-json = "0.18.0" strum = { version = "0.28.0", features = ["derive"] } time = "0.3.47" tokio = { version = "1.52.3", features = ["macros", "rt", "rt-multi-thread", "signal", "time"] }