chore(gui): cargo update (#1943)

* chore(gui): cargo update

* also fix workspace
This commit is contained in:
Ellie Huxtable 2024-04-11 17:06:37 +01:00 committed by GitHub
parent 6cd4319fcf
commit d434d4e8b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1174 additions and 736 deletions

View File

@ -10,6 +10,7 @@ members = [
]
resolver = "2"
exclude = ["ui/backend"]
[workspace.package]
version = "18.1.0"

1907
ui/backend/Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -25,7 +25,7 @@ time = "0.3.34"
uuid = "1.7.0"
syntect = "5.2.0"
[workspace.dependencies.sqlx]
[dependencies.sqlx]
version = "=0.7.3"
features = ["runtime-tokio-rustls", "time", "postgres", "uuid"]