diff --git a/Cargo.lock b/Cargo.lock index f065922..7dceaa6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -111,9 +111,9 @@ dependencies = [ [[package]] name = "axum" -version = "0.6.18" +version = "0.6.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8175979259124331c1d7bf6586ee7e0da434155e4b2d48ec2c8386281d8df39" +checksum = "a6a1de45611fdb535bfde7b7de4fd54f4fd2b17b1737c0a59b69bf9b92074b8c" dependencies = [ "async-trait", "axum-core", diff --git a/Cargo.toml b/Cargo.toml index ce8da7a..b9c2bc5 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.19" axum-aws-lambda = "0.5.0" hyper = {version="0.14.26", features=["server"]} lambda_http = "0.8.1"