diff --git a/Cargo.lock b/Cargo.lock index 21125279..013c65a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -21,9 +21,9 @@ dependencies = [ [[package]] name = "actix-http" -version = "3.11.2" +version = "3.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7926860314cbe2fb5d1f13731e387ab43bd32bca224e82e6e2db85de0a3dba49" +checksum = "f860ee6746d0c5b682147b2f7f8ef036d4f92fe518251a3a35ffa3650eafdf0e" dependencies = [ "actix-codec", "actix-rt", @@ -71,9 +71,9 @@ dependencies = [ [[package]] name = "actix-router" -version = "0.5.3" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13d324164c51f63867b57e73ba5936ea151b8a41a1d23d1031eeb9f70d0236f8" +checksum = "14f8c75c51892f18d9c46150c5ac7beb81c95f78c8b83a634d49f4ca32551fe7" dependencies = [ "bytestring", "cfg-if", @@ -154,9 +154,9 @@ dependencies = [ [[package]] name = "actix-web" -version = "4.12.1" +version = "4.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1654a77ba142e37f049637a3e5685f864514af11fcbc51cb51eb6596afe5b8d6" +checksum = "ff87453bc3b56e9b2b23c1cc0b1be8797184accf51d2abe0f8a33ec275d316bf" dependencies = [ "actix-codec", "actix-http", diff --git a/Cargo.toml b/Cargo.toml index d0b4fff3..7ffcf10e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ nonzero_ext = "0.3" # actix & opentelemetry dependencies # these package versions should be moved in lockstep to match upstream -actix-web = { version = "4.9", features = ["rustls-0_23"] } +actix-web = { version = "4.13", features = ["rustls-0_23"] } tracing-actix-web = "0.7" opentelemetry-instrumentation-actix-web = { version = "0.23", features = ["metrics"] }