cargo: bump rocket to v0.5

This commit is contained in:
Antoine Martin 2023-12-12 15:36:56 +01:00
parent 77e5214561
commit b04748a804
4 changed files with 52 additions and 33 deletions

View file

@ -24,7 +24,7 @@ serde_yaml = "0.8.17"
sha2 = "0.9.3"
[dependencies.rocket]
version = "0.5.0-rc.1"
version = "0.5.0"
# don't need private-cookies
default-features = false