version upgrades

This commit is contained in:
2024-07-27 00:14:20 -04:00
Unverified
parent 35d9e8bb13
commit c134a78062
3 changed files with 18 additions and 18 deletions

View File

@@ -4,15 +4,15 @@ version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0"
futures = "0.3"
anyhow = "1.0.86"
futures = "0.3.30"
tarpc = { version = "0.34.0", features = ["full"] }
tokio = { version = "1.0", features = ["macros", "net", "rt-multi-thread"] }
tokio = { version = "1.39.1", features = ["macros", "net", "rt-multi-thread"] }
tracing = "0.1.40"
serde = { version = "1.0.203", features = ["derive"] }
emojis = "0.6.2"
chrono = { version = "0.4.24", features = ["serde"] }
sqlx = { version = "0.7", features = [ "runtime-tokio", "tls-rustls", "mysql", "chrono" ] }
dotenvy = "0.15"
serde = { version = "1.0.204", features = ["derive"] }
emojis = "0.6.3"
chrono = { version = "0.4.38", features = ["serde"] }
sqlx = { version = "0.8.0", features = [ "runtime-tokio", "tls-rustls", "mysql", "chrono" ] }
dotenvy = "0.15.7"
realm_auth = { path = "../auth" }
realm_shared = { path = "../shared" }