diff --git a/crates/scel_api/Cargo.toml b/crates/scel_api/Cargo.toml index c339b3b..f8e1b96 100644 --- a/crates/scel_api/Cargo.toml +++ b/crates/scel_api/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] axum = { version = "0.5.17" } axum-extra = { version = "0.3.7", features = ["spa"] } -futures = "0.3.28" +futures = "0.3.30" tower-http = { version = "0.3.4", features = ["cors", "trace"] } async-graphql = { version = "4.0.16", features = [ 'tracing', diff --git a/crates/scel_core/Cargo.toml b/crates/scel_core/Cargo.toml index 707c377..c8b81ce 100644 --- a/crates/scel_core/Cargo.toml +++ b/crates/scel_core/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" tokio = { version = "1.22", features = ["full"] } anyhow = { version = "*" } async-trait = { version = "0.1.58" } -futures = "0.3.28" +futures = "0.3.30" tracing = "0.1" lazy_static = "1.4.0" regex = { version = "1.7.0" }