diff --git a/Cargo.lock b/Cargo.lock index f065922..67301ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -111,9 +111,9 @@ dependencies = [ [[package]] name = "axum" -version = "0.6.18" +version = "0.6.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8175979259124331c1d7bf6586ee7e0da434155e4b2d48ec2c8386281d8df39" +checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf" dependencies = [ "async-trait", "axum-core", diff --git a/Cargo.toml b/Cargo.toml index ce8da7a..0ea16c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] anyhow = "1.0.72" -axum = "0.6.18" +axum = "0.6.20" axum-aws-lambda = "0.5.0" hyper = {version="0.14.26", features=["server"]} lambda_http = "0.8.1"