Update Rust crate serde to 1.0.133

pull/9/head
Renovate Bot 2022-01-01 22:01:09 +00:00
parent b4ea396b36
commit 5bb7214a2d
1 changed files with 1 additions and 1 deletions

View File

@ -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.132", features = [ "derive" ] }
serde = { version = "1.0.133", features = [ "derive" ] }
rand = "0.8.4"
uuid = { version = "0.8.2", features = ["serde"] }
# Authentification