Updated dependencies and adjusted code to update.
This commit is contained in:
+9
-9
@@ -11,22 +11,22 @@ path = "src/main.rs"
|
||||
[dependencies]
|
||||
common = {path = "../common"}
|
||||
|
||||
axum = "0.8.8"
|
||||
tokio = { version = "1.50.0", default-features = false, features = ["full"] }
|
||||
http = "1.4.0"
|
||||
tower-http = {version = "0.6.8", features = ["cors"]}
|
||||
axum = "0.8.9"
|
||||
tokio = { version = "1.52.3", default-features = false, features = ["full"] }
|
||||
http = "1.4.1"
|
||||
tower-http = {version = "0.6.11", features = ["cors"]}
|
||||
tracing = "=0.1.44"
|
||||
tracing-subscriber = "0.3.22"
|
||||
tracing-subscriber = "0.3.23"
|
||||
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_json = "1.0.149"
|
||||
serde_json = "1.0.150"
|
||||
|
||||
# Logging
|
||||
env_logger = "0.11.9"
|
||||
env_logger = "0.11.10"
|
||||
|
||||
# Database
|
||||
sqlx = { version = "0.8.6", features = [ "runtime-async-std-native-tls", "postgres", "chrono", "macros" ] }
|
||||
sqlx = { version = "0.9.0", features = [ "runtime-async-std", "postgres", "chrono", "macros" ] }
|
||||
|
||||
# Etc.
|
||||
dotenv = "0.15.0"
|
||||
chrono = { version = "0.4.44" }
|
||||
chrono = { version = "0.4.45" }
|
||||
|
||||
Reference in New Issue
Block a user