diff --git a/bundler/Cargo.lock b/bundler/Cargo.lock index e824c30b..d1c07c56 100644 --- a/bundler/Cargo.lock +++ b/bundler/Cargo.lock @@ -128,9 +128,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "axum" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "810a80b128d70e6ed2bdf3fe8ed72c0ae56f5f5948d01c2753282dd92a84fce8" +checksum = "202651474fe73c62d9e0a56c6133f7a0ff1dc1c8cf7a5b03381af2a26553ac9d" dependencies = [ "async-trait", "axum-core", @@ -161,9 +161,9 @@ dependencies = [ [[package]] name = "axum-core" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de0ddc355eab88f4955090a823715df47acf0b7660aab7a69ad5ce6301ee3b73" +checksum = "77cb22c689c44d4c07b0ab44ebc25d69d8ae601a2f28fb8d672d344178fa17aa" dependencies = [ "async-trait", "bytes", diff --git a/bundler/Cargo.toml b/bundler/Cargo.toml index 2917d407..8cdffc91 100644 --- a/bundler/Cargo.toml +++ b/bundler/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] anyhow = "1.0.75" -axum = { version = "0.7.1" } +axum = { version = "0.7.2" } clap = { version = "4.4.10", features = ["derive", "env"] } dotenvy = { version = "0.15.7" } flate2 = { version = "1.0.28" }