From 22ebecba675363047b8cb90375323de1f7d86fde Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Sun, 1 Jan 2023 08:11:14 +0900 Subject: [PATCH] Stick serde for all packages --- plume-api/Cargo.toml | 2 +- plume-common/Cargo.toml | 2 +- plume-front/Cargo.toml | 2 +- plume-models/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plume-api/Cargo.toml b/plume-api/Cargo.toml index 3d608b63..8baf7aba 100644 --- a/plume-api/Cargo.toml +++ b/plume-api/Cargo.toml @@ -5,5 +5,5 @@ authors = ["Plume contributors"] edition = "2018" [dependencies] -serde = "1.0" +serde = "=1.0.137" serde_derive = "1.0" diff --git a/plume-common/Cargo.toml b/plume-common/Cargo.toml index ffa1bb47..1bc5ef5f 100644 --- a/plume-common/Cargo.toml +++ b/plume-common/Cargo.toml @@ -11,7 +11,7 @@ hex = "0.4" openssl = "0.10.40" rocket = "0.4.11" reqwest = { version = "0.11.11", features = ["blocking", "json", "socks"] } -serde = "1.0" +serde = "=1.0.137" serde_derive = "1.0" serde_json = "1.0.81" shrinkwraprs = "0.3.0" diff --git a/plume-front/Cargo.toml b/plume-front/Cargo.toml index 3ea82f17..1acea938 100644 --- a/plume-front/Cargo.toml +++ b/plume-front/Cargo.toml @@ -12,7 +12,7 @@ gettext = "0.4.0" gettext-macros = "0.6.1" gettext-utils = "0.1.0" lazy_static = "1.3" -serde = "1.0" +serde = "=1.0.137" serde_json = "1.0" wasm-bindgen = "0.2.81" js-sys = "0.3.58" diff --git a/plume-models/Cargo.toml b/plume-models/Cargo.toml index 49d57365..9629e277 100644 --- a/plume-models/Cargo.toml +++ b/plume-models/Cargo.toml @@ -17,7 +17,7 @@ rocket = "0.4.11" rocket_i18n = "0.4.1" reqwest = "0.11.11" scheduled-thread-pool = "0.2.6" -serde = "1.0" +serde = "=1.0.137" serde_derive = "1.0" serde_json = "1.0.81" tantivy = "0.13.3"