diff --git a/Cargo.lock b/Cargo.lock index 3e5d1d12e..971974c1b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -84,9 +84,9 @@ dependencies = [ [[package]] name = "actix-http" -version = "3.10.0" +version = "3.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fa882656b67966045e4152c634051e70346939fced7117d5f0b52146a7c74c9" +checksum = "44dfe5c9e0004c623edc65391dfd51daa201e7e30ebd9c9bedf873048ec32bc2" dependencies = [ "actix-codec", "actix-rt", @@ -158,9 +158,9 @@ dependencies = [ [[package]] name = "actix-server" -version = "2.5.1" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6398974fd4284f4768af07965701efbbb5fdc0616bff20cade1bb14b77675e24" +checksum = "a65064ea4a457eaf07f2fba30b4c695bf43b721790e9530d26cb6f9019ff7502" dependencies = [ "actix-rt", "actix-service", @@ -195,9 +195,9 @@ dependencies = [ [[package]] name = "actix-web" -version = "4.10.2" +version = "4.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2e3b15b3dc6c6ed996e4032389e9849d4ab002b1e92fbfe85b5f307d1479b4d" +checksum = "a597b77b5c6d6a1e1097fddde329a83665e25c5437c696a3a9a4aa514a614dea" dependencies = [ "actix-codec", "actix-http", @@ -566,9 +566,9 @@ dependencies = [ [[package]] name = "brotli" -version = "7.0.0" +version = "8.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc97b8f16f944bba54f0433f07e30be199b6dc2bd25937444bbad560bcea29bd" +checksum = "9991eea70ea4f293524138648e41ee89b0b2b12ddef3b255effa43c8056e0e0d" dependencies = [ "alloc-no-stdlib", "alloc-stdlib", @@ -577,9 +577,9 @@ dependencies = [ [[package]] name = "brotli-decompressor" -version = "4.0.2" +version = "5.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74fa05ad7d803d413eb8380983b092cbbaf9a85f151b871360e7b00cd7060b37" +checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03" dependencies = [ "alloc-no-stdlib", "alloc-stdlib", @@ -4396,9 +4396,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.44.1" +version = "1.45.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a" +checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779" dependencies = [ "backtrace", "bytes", diff --git a/cincinnati/Cargo.toml b/cincinnati/Cargo.toml index 14f36d5fa..5791a49dd 100644 --- a/cincinnati/Cargo.toml +++ b/cincinnati/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Alex Crawford "] edition = "2018" [dependencies] -actix-web = "^4.4.1" +actix-web = "^4.11.0" commons = { path = "../commons" } custom_debug_derive = "^0.5" daggy = { version = "^0.8.0", features = [ "serde-1" ] } diff --git a/commons/Cargo.toml b/commons/Cargo.toml index 52c6cf701..d17cad144 100644 --- a/commons/Cargo.toml +++ b/commons/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Stefan Junker "] edition = "2018" [dependencies] -actix-web = "^4.4.1" +actix-web = "^4.11.0" env_logger = "^0.10" anyhow = "1.0" thiserror = "1.0" diff --git a/graph-builder/Cargo.toml b/graph-builder/Cargo.toml index ed185f5bc..66f327801 100644 --- a/graph-builder/Cargo.toml +++ b/graph-builder/Cargo.toml @@ -7,7 +7,7 @@ build = "src/build.rs" [dependencies] actix = "0.13.2" -actix-web = "^4.4.1" +actix-web = "^4.11.0" chrono = "^0.4.38" actix-files = "^0.6.5" cincinnati = { path = "../cincinnati" } diff --git a/metadata-helper/Cargo.toml b/metadata-helper/Cargo.toml index fbf137af0..c35452cd0 100644 --- a/metadata-helper/Cargo.toml +++ b/metadata-helper/Cargo.toml @@ -10,7 +10,7 @@ actix = "0.13.2" actix-cors = "^0.6.5" actix-files = "^0.6.5" actix-service = "2.0.2" -actix-web = "^4.4.1" +actix-web = "^4.11.0" cincinnati = { path = "../cincinnati" } commons = { path = "../commons" } custom_debug_derive = "^0.5" diff --git a/policy-engine/Cargo.toml b/policy-engine/Cargo.toml index d64018601..3a1f09c6c 100644 --- a/policy-engine/Cargo.toml +++ b/policy-engine/Cargo.toml @@ -8,7 +8,7 @@ build = "src/build.rs" [dependencies] actix = "0.13.2" actix-cors = "^0.6.5" -actix-web = "^4.4.1" +actix-web = "^4.11.0" cincinnati = { path = "../cincinnati" } commons = { path = "../commons" } env_logger = "^0.10"