fix(deps): update rust crate serde to 1.0.200
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-05-01 16:42:21 +00:00
parent baad43d545
commit b09d7d2a2f
2 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ clap.workspace = true
dotenv.workspace = true
axum.workspace = true
serde = { version = "1.0.199", features = ["derive"] }
serde = { version = "1.0.200", features = ["derive"] }
sqlx = { version = "0.7.4", features = ["runtime-tokio", "tls-rustls", "postgres", "uuid", "time"] }
uuid = { version = "1.8.0", features = ["v4"] }
tower-http = { version = "0.5.2", features = ["cors", "trace"] }