diff --git a/full-service/Cargo.toml b/full-service/Cargo.toml index 6ebb4f2901..501f4ba3b2 100644 --- a/full-service/Cargo.toml +++ b/full-service/Cargo.toml @@ -87,7 +87,7 @@ reqwest = { version = "0.11.20", default-features = false, features = [ "gzip", ] } retry = "2.0" -rocket = { version = "0.5.0-rc.3", features = ["json"] } +rocket = { version = "0.5.0", features = ["json"] } rocket_sync_db_pools = { version = "0.1.0-rc.3", features = [ "diesel_sqlite_pool", ] } diff --git a/mirror/Cargo.toml b/mirror/Cargo.toml index 8ae2bcb5b7..192fdf225d 100644 --- a/mirror/Cargo.toml +++ b/mirror/Cargo.toml @@ -36,7 +36,7 @@ reqwest = { version = "0.11", default-features = false, features = [ "gzip", "blocking", ] } -rocket = { version = "0.5.0-rc.3", features = ["json", "tls"] } +rocket = { version = "0.5.0", features = ["json", "tls"] } serde = "1.0" serde_derive = "1.0" serde_json = "1.0" diff --git a/signer/Cargo.toml b/signer/Cargo.toml index b235f07dbd..808be4f109 100644 --- a/signer/Cargo.toml +++ b/signer/Cargo.toml @@ -38,7 +38,7 @@ hex = { version = "0.4", default-features = false } log = "0.4.19" rand = { version = "0.8", default-features = false } rand_core = "0.6.4" -rocket = { version = "0.5.0-rc.2", features = ["json"] } +rocket = { version = "0.5.0", features = ["json"] } serde = { version = "1.0", default-features = false, features = ["alloc", "derive"] } serde_json = { version = "1.0", features = ["preserve_order"] } structopt = "0.3"