From c97361f5f432c9fcb7dcc7ddabcdbfe27a8ecfb1 Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Fri, 6 Jan 2023 00:04:45 +0900 Subject: [PATCH] Update crates --- Cargo.toml | 2 +- plume-api/Cargo.toml | 2 +- plume-common/Cargo.toml | 2 +- plume-front/Cargo.toml | 2 +- plume-models/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6e12e9ea..39b331ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ rocket = "0.4.11" rocket_contrib = { version = "0.4.11", features = ["json"] } rocket_i18n = "0.4.1" scheduled-thread-pool = "0.2.6" -serde = "=1.0.137" +serde = "1.0.137" serde_json = "1.0.81" shrinkwraprs = "0.3.0" validator = { version = "0.15", features = ["derive"] } diff --git a/plume-api/Cargo.toml b/plume-api/Cargo.toml index 8baf7aba..54d18fb8 100644 --- a/plume-api/Cargo.toml +++ b/plume-api/Cargo.toml @@ -5,5 +5,5 @@ authors = ["Plume contributors"] edition = "2018" [dependencies] -serde = "=1.0.137" +serde = "1.0.137" serde_derive = "1.0" diff --git a/plume-common/Cargo.toml b/plume-common/Cargo.toml index 29bfabee..924899f2 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.137" +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 bcde9165..70e12cff 100644 --- a/plume-front/Cargo.toml +++ b/plume-front/Cargo.toml @@ -15,7 +15,7 @@ gettext = "0.4.0" gettext-macros = "0.6.1" gettext-utils = "0.1.0" lazy_static = "1.3" -serde = "=1.0.137" +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 0d7d0303..94ac6c0e 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.137" +serde = "1.0.137" serde_derive = "1.0" serde_json = "1.0.81" tantivy = "0.13.3"