diff --git a/sample-cgi-script/Cargo.toml b/sample-cgi-script/Cargo.toml index 12561c6..5ed14a3 100644 --- a/sample-cgi-script/Cargo.toml +++ b/sample-cgi-script/Cargo.toml @@ -6,6 +6,6 @@ license = "Apache-2.0" publish = false [dependencies] -axum = "0.6" +axum = "0.7" tower-cgi = { path = "../tower-cgi" } tokio = { version = "1", features = ["full"] } diff --git a/tower-cgi/Cargo.toml b/tower-cgi/Cargo.toml index 3f56918..197e812 100644 --- a/tower-cgi/Cargo.toml +++ b/tower-cgi/Cargo.toml @@ -11,5 +11,5 @@ snafu = "0.7" tower = { version = "0.4", default-features = false, features = ["util"] } [dev-dependencies] -axum = "0.6" +axum = "0.7" tokio = { version = "1", features = ["full"] }