diff --git a/Cargo.lock b/Cargo.lock index 840e49a..077091f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -110,16 +110,6 @@ version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" -[[package]] -name = "async-attributes" -version = "1.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5" -dependencies = [ - "quote", - "syn 1.0.109", -] - [[package]] name = "async-graphql" version = "7.2.1" @@ -252,15 +242,6 @@ dependencies = [ "event-listener", ] -[[package]] -name = "async-std" -version = "1.13.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b" -dependencies = [ - "async-attributes", -] - [[package]] name = "async-trait" version = "0.1.89" @@ -2187,7 +2168,6 @@ dependencies = [ "assert_matches", "async-graphql", "async-graphql-axum", - "async-std", "axum", "axum-extra", "built", @@ -3657,17 +3637,6 @@ version = "2.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" -[[package]] -name = "syn" -version = "1.0.109" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" -dependencies = [ - "proc-macro2", - "quote", - "unicode-ident", -] - [[package]] name = "syn" version = "2.0.117" diff --git a/Cargo.toml b/Cargo.toml index 7a8bf61..667d084 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,6 @@ tracing-gelf = "0.9.0" [dev-dependencies] assert_matches = "1.5.0" -async-std = { version = "1.13.1", features = ["attributes"], default-features = false } httpmock = { version = "0.8.0", default-features = false } rstest = "0.26.1" serde_json = { version = "1.0.140", features = ["preserve_order"] }