Skip to content

Commit 7d2007f

Browse files
chore(shuttle): update to 0.19.0
1 parent 0685b9c commit 7d2007f

File tree

2 files changed

+21
-20
lines changed

2 files changed

+21
-20
lines changed

Cargo.lock

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

api/shuttle/Cargo.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@ publish = false
1111
api-lib = { version = "0.1.0", path = "../lib" }
1212
shared = { version = "0.1.0", path = "../../shared" }
1313
# shuttle
14-
shuttle-runtime = "0.18.0"
15-
shuttle-actix-web = "0.18.0"
14+
shuttle-runtime = "0.19.0"
15+
shuttle-actix-web = "0.19.0"
1616
# db
1717
# shuttle-aws-rds = { version = "0.18.0", features = ["postgres"] }
18-
shuttle-shared-db = { version = "0.18.0", features = ["postgres"] }
18+
shuttle-shared-db = { version = "0.19.0", features = ["postgres"] }
1919
sqlx = "0.6.3"
20+
2021
# static files
21-
shuttle-static-folder = "0.18.0"
22+
shuttle-static-folder = "0.19.0"
2223
# actix
2324
actix-web = "4.3.1"
2425
tokio = "1.28.2"

0 commit comments

Comments
 (0)