Skip to content

Commit ffe5908

Browse files
authored
Upgrade to Rocket 0.5 (#1171)
1 parent d836c6f commit ffe5908

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

pgml-dashboard/Cargo.lock

Lines changed: 10 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pgml-dashboard/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pgvector = { version = "0.2.2", features = [ "sqlx", "postgres" ] }
3535
rand = "0.8"
3636
regex = "1.9"
3737
reqwest = { version = "0.11", features = ["json"] }
38-
rocket = { git = "https://github.com/SergioBenitez/Rocket", features = ["secrets", "json"] }
38+
rocket = { version = "0.5", features = ["secrets", "json"] }
3939
sailfish = "0.8.0" # 0.8.1 has breaking changes
4040
scraper = "0.17"
4141
serde = "1"

0 commit comments

Comments
 (0)