1 Commits

Author SHA1 Message Date
49648e8a2e fix(deps): update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure
2026-02-26 01:59:50 +00:00
2 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@@ -2055,9 +2055,9 @@ dependencies = [
[[package]] [[package]]
name = "tracing-subscriber" name = "tracing-subscriber"
version = "0.3.23" version = "0.3.22"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319" checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
dependencies = [ dependencies = [
"matchers", "matchers",
"nu-ansi-term", "nu-ansi-term",

View File

@@ -9,13 +9,13 @@ edition = "2021"
axum = { version = "0.5.17" } axum = { version = "0.5.17" }
axum-extra = { version = "0.3.7", features = ["spa"] } axum-extra = { version = "0.3.7", 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"] }