chore(deps): update all dependencies #25

Open
kjuulh wants to merge 1 commits from renovate/all into main
2 changed files with 6 additions and 6 deletions

View File

@ -6,16 +6,16 @@ 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]
axum = { version = "0.5.17" } axum = { version = "0.7.0" }
axum-extra = { version = "0.3.7", features = ["spa"] } axum-extra = { version = "0.9.0", features = ["spa"] }
futures = "0.3.30" futures = "0.3.30"
tower-http = { version = "0.3.4", features = ["cors", "trace"] } tower-http = { version = "0.6.0", features = ["cors", "trace"] }
async-graphql = { version = "4.0.16", features = [ async-graphql = { version = "7.0.0", features = [
'tracing', 'tracing',
'opentelemetry', 'opentelemetry',
"log", "log",
] } ] }
async-graphql-axum = { version = "4.0.16" } async-graphql-axum = { version = "7.0.0" }
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.89" serde_json = "1.0.89"
tokio = { version = "1.22", features = ["full"] } tokio = { version = "1.22", features = ["full"] }

View File

@ -13,5 +13,5 @@ futures = "0.3.30"
tracing = "0.1" tracing = "0.1"
lazy_static = "1.4.0" lazy_static = "1.4.0"
regex = { version = "1.7.0" } regex = { version = "1.7.0" }
thiserror = "1.0.37" thiserror = "2.0.0"
uuid = {version = "1.2.2", features = ["v4", "fast-rng"]} uuid = {version = "1.2.2", features = ["v4", "fast-rng"]}