diff --git a/pgml-dashboard/Cargo.lock b/pgml-dashboard/Cargo.lock index 7927a5bbc..182486a69 100644 --- a/pgml-dashboard/Cargo.lock +++ b/pgml-dashboard/Cargo.lock @@ -2375,7 +2375,7 @@ checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" [[package]] name = "pgml" -version = "0.9.5" +version = "0.9.6" dependencies = [ "anyhow", "async-trait", @@ -2947,8 +2947,9 @@ dependencies = [ [[package]] name = "rocket" -version = "0.5.0-rc.3" -source = "git+https://github.com/SergioBenitez/Rocket#07fe79796f058ab12683ff9e344558bece263274" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9e7bb57ccb26670d73b6a47396c83139447b9e7878cab627fdfe9ea8da489150" dependencies = [ "async-stream", "async-trait", @@ -2984,8 +2985,9 @@ dependencies = [ [[package]] name = "rocket_codegen" -version = "0.5.0-rc.3" -source = "git+https://github.com/SergioBenitez/Rocket#07fe79796f058ab12683ff9e344558bece263274" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a2238066abf75f21be6cd7dc1a09d5414a671f4246e384e49fe3f8a4936bd04c" dependencies = [ "devise", "glob", @@ -3000,8 +3002,9 @@ dependencies = [ [[package]] name = "rocket_http" -version = "0.5.0-rc.3" -source = "git+https://github.com/SergioBenitez/Rocket#07fe79796f058ab12683ff9e344558bece263274" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "37a1663694d059fe5f943ea5481363e48050acedd241d46deb2e27f71110389e" dependencies = [ "cookie", "either", diff --git a/pgml-dashboard/Cargo.toml b/pgml-dashboard/Cargo.toml index fc6c2b2ee..0a0ddeaa5 100644 --- a/pgml-dashboard/Cargo.toml +++ b/pgml-dashboard/Cargo.toml @@ -35,7 +35,7 @@ pgvector = { version = "0.2.2", features = [ "sqlx", "postgres" ] } rand = "0.8" regex = "1.9" reqwest = { version = "0.11", features = ["json"] } -rocket = { git = "https://github.com/SergioBenitez/Rocket", features = ["secrets", "json"] } +rocket = { version = "0.5", features = ["secrets", "json"] } sailfish = "0.8.0" # 0.8.1 has breaking changes scraper = "0.17" serde = "1"