fix(deps): update all dependencies #10

Merged
kjuulh merged 2 commits from renovate/all into main 2024-04-05 21:11:37 +02:00
2 changed files with 631 additions and 364 deletions
Showing only changes of commit 94ae4d53d3 - Show all commits

977
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -6,13 +6,13 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
async-graphql = "4.0.6" async-graphql = "7.0.3"
axum = "0.5.13" axum = "0.7.5"
tokio = {version="1.20.1", features=["full"]} tokio = {version="1.37.0", features=["full"]}
uuid = {version="1.1.2", features=["v4", "fast-rng"]} uuid = {version="1.8.0", features=["v4", "fast-rng"]}
sqlx = { version = "0.6", features = [ "runtime-tokio-rustls", "postgres", "migrate"] } sqlx = { version = "0.7", features = [ "runtime-tokio-rustls", "postgres", "migrate"] }
anyhow = "1.0.60" anyhow = "1.0.81"
dotenv = "0.15.0" dotenv = "0.15.0"
tracing = "0.1.36" tracing = "0.1.40"
tracing-subscriber = { version = "0.3.15", features = ["env-filter"] } tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
tower-http = { version = "0.3.4", features = ["full"] } tower-http = { version = "0.5.2", features = ["full"] }