1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00

update sqlx dep to 0.7

This commit is contained in:
Rob Ede
2023-07-09 02:05:10 +01:00
parent 4bfe63857e
commit 1ca11e70e8
11 changed files with 524 additions and 103 deletions

View File

@ -14,5 +14,5 @@ env_logger.workspace = true
log.workspace = true
serde.workspace = true
serde_json.workspace = true
sqlx = { version = "0.6", features = ["runtime-tokio-rustls", "sqlite", "offline"] }
sqlx = { version = "0.7", features = ["runtime-tokio-rustls", "sqlite"] }
tera = "1.5"