From d06b84c98c7c144e2324f63c342c070615f057c2 Mon Sep 17 00:00:00 2001 From: Rob Wagner Date: Fri, 18 Oct 2024 20:37:16 -0400 Subject: [PATCH] Update dependencies --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 01fb0eb..6d1de82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,11 +19,11 @@ auto-vary = ["futures", "tokio", "tower"] [dependencies] axum-core = "0.4" -http = { version = "1.0", default-features = false } +http = { version = "1", default-features = false } async-trait = "0.1" # Optional dependencies required for the `guards` feature. -tower = { version = "0.4", default-features = false, optional = true } +tower = { version = "0.5", default-features = false, optional = true } futures-core = { version = "0.3", optional = true } pin-project-lite = { version = "0.2", optional = true } @@ -37,7 +37,7 @@ futures = { version = "0.3", default-features = false, optional = true } [dev-dependencies] axum = { version = "0.7", default-features = false } -axum-test = "15" +axum-test = "16" tokio = { version = "1", features = ["full"] } tokio-test = "0.4"