From 69cc72d34cde247c9b607fb0fc33024333c3203f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 12:54:48 +0000 Subject: [PATCH] Update Rust crate serde_json to 1.0.133 --- Cargo.toml | 2 +- shaperglot-lib/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7f855bd..c14f164 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,4 @@ skrifa = "0" itertools = "0.13.0" google-fonts-languages = "*" toml = "0.8.19" -serde_json = { version = "1.0.96", features = ["preserve_order"] } \ No newline at end of file +serde_json = { version = "1.0.133", features = ["preserve_order"] } \ No newline at end of file diff --git a/shaperglot-lib/Cargo.toml b/shaperglot-lib/Cargo.toml index 785c1d7..a89eaba 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]