diff --git a/crates/macros/Cargo.toml b/crates/macros/Cargo.toml index a346673..285bef9 100644 --- a/crates/macros/Cargo.toml +++ b/crates/macros/Cargo.toml @@ -41,7 +41,7 @@ quote = "1.0.36" syn = { version = "2.0.75", features = ["full"] } [dev-dependencies] -axum = "0.7.5" +axum = "0.8.0" charted-testkit = { version = "^0", path = "../testkit" } trybuild = "1.0.96" tokio = { version = "1.37.0", features = ["rt"] } diff --git a/crates/testkit/Cargo.toml b/crates/testkit/Cargo.toml index 1003f60..7ca396a 100644 --- a/crates/testkit/Cargo.toml +++ b/crates/testkit/Cargo.toml @@ -39,7 +39,7 @@ http2 = ["hyper/http2", "axum/http2", "hyper-util/http2"] default = ["macros"] [dependencies] -axum = "0.7.5" +axum = "0.8.0" charted-testkit-macros = { version = "=0.1.2", path = "../macros", optional = true } http-body-util = "0.1.2" hyper = { version = "1.4.1", features = ["client", "server", "http1"] }