Skip to content

Commit 9c781dc

Browse files
committed
update sqlx
1 parent cfb2c75 commit 9c781dc

File tree

2 files changed

+60
-42
lines changed

2 files changed

+60
-42
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ panic = "abort"
1717
codegen-units = 2
1818

1919
[dependencies]
20-
sqlx = { package = "sqlx-oldapi", version = "0.6.4", features = ["any", "runtime-actix-rustls", "sqlite", "postgres", "mysql", "chrono"] }
20+
sqlx = { package = "sqlx-oldapi", version = "0.6.5", features = ["any", "runtime-actix-rustls", "sqlite", "postgres", "mysql", "chrono"] }
2121
chrono = "0.4.23"
2222
actix-web = { version = "4", features = ["rustls", "cookies"] }
2323
percent-encoding = "2.2.0"

0 commit comments

Comments
 (0)