From 8c204c859d2bf79dd0bf670d361f015f00450c74 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 24 Dec 2021 15:01:21 +0000 Subject: [PATCH] Update Rust crate serde to 1.0.132 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 29bf22a..4746934 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" # Backend web framework rocket = { version = "0.5.0-rc.1", features = [ "json", "uuid" ] } # Used to (de)serialize JSON -serde = { version = "1.0.127", features = [ "derive" ] } +serde = { version = "1.0.132", features = [ "derive" ] } rand = "0.8.4" uuid = { version = "0.8.2", features = ["serde"] } # Authentification -- 2.40.1