From 5fc147a834782bb5d9ddda29763c0cdd4a092ffc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 16:09:00 +0800 Subject: [PATCH] fix(deps): update rust crate simd-json to 0.13.8 (#301) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- backend/tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/tauri/Cargo.toml b/backend/tauri/Cargo.toml index 30dfdb0f59..a5807f5162 100644 --- a/backend/tauri/Cargo.toml +++ b/backend/tauri/Cargo.toml @@ -63,7 +63,7 @@ dyn-clone = "1.0.16" rs-snowflake = "0.6" rocksdb = "0.21" thiserror = { workspace = true } -simd-json = "0.13.6" +simd-json = "0.13.8" runas = "=1.0.0" # blocked by https://github.com/mitsuhiko/rust-runas/issues/13 [target.'cfg(windows)'.dependencies]