From 72857cfaa1c3545412e31970fc08815d2c464fc0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 10:04:12 +0000 Subject: [PATCH] Update Rust crate serde_json to 1.0.133 --- shaperglot-cli/Cargo.toml | 2 +- shaperglot-lib/Cargo.toml | 4 ++-- shaperglot-web/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/shaperglot-cli/Cargo.toml b/shaperglot-cli/Cargo.toml index b46c974..1e8a902 100644 --- a/shaperglot-cli/Cargo.toml +++ b/shaperglot-cli/Cargo.toml @@ -14,5 +14,5 @@ skrifa = { workspace = true } read-fonts = { workspace = true } itertools = { workspace = true } clap = { version = "4.5.21", features = ["derive"] } -serde_json = "1.0.70" +serde_json = "1.0.133" toml = {workspace = true } \ No newline at end of file diff --git a/shaperglot-lib/Cargo.toml b/shaperglot-lib/Cargo.toml index 7e06698..f651f9e 100644 --- a/shaperglot-lib/Cargo.toml +++ b/shaperglot-lib/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" path = "src/lib.rs" [dev-dependencies] -serde_json = "1.0" +serde_json = "1.0.133" [features] @@ -16,7 +16,7 @@ google-fonts-languages = "*" skrifa = { workspace = true } itertools = {workspace = true} rustybuzz = "0.18.0" -serde_json = "1.0" +serde_json = "1.0.133" unicode-normalization = "*" colored = { version = "*", optional = true } unicode-properties = "0.1.3" diff --git a/shaperglot-web/Cargo.toml b/shaperglot-web/Cargo.toml index 9c0e42f..1c61bf5 100644 --- a/shaperglot-web/Cargo.toml +++ b/shaperglot-web/Cargo.toml @@ -10,7 +10,7 @@ js-sys = { version = "0.3.68" } shaperglot = { path = "../shaperglot-lib" } read-fonts = {workspace = true } skrifa = {workspace = true } -serde_json = { version = "1.0.96", features = ["preserve_order"] } +serde_json = { version = "1.0.133", features = ["preserve_order"] } indexmap = { version = "1.9", features = ["serde-1"] } google-fonts-languages = { workspace = true }