Compare commits

..

No commits in common. "renovate/serde-1.x" and "dev" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

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