fix(deps): update rust crate sqlx to 0.8.0
Some checks failed
renovate/artifacts Artifact file update failure
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful

This commit is contained in:
Renovate Bot 2025-01-12 23:53:14 +00:00
parent d801894b0f
commit cae5836cec

View file

@ -29,7 +29,7 @@ rand = "0.8.5"
rust-embed = { version = "8.4.0", features = ["include-exclude"] }
serde = { version = "1.0.201", features = ["derive"] }
serde_json = "1.0.117"
sqlx = { version = "0.7.4", features = ["runtime-tokio-rustls", "postgres", "time", "uuid"] }
sqlx = { version = "0.8.0", features = ["runtime-tokio-rustls", "postgres", "time", "uuid"] }
tera = "1.19.1"
time = { version = "0.3.36", features = ["serde"] }
tracing = { version = "0.1.40", features = ["log"] }