From 47e0ffb51e889b57c6eb8dc5f18254c42b368106 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 22:17:44 +0000 Subject: [PATCH] Update Rust crate actix-web-lab to 0.18.3 --- Cargo.lock | 26 +++++++++++++++++++------- Cargo.toml | 2 +- 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1ba2b24..ff53bc0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -52,7 +52,7 @@ dependencies = [ "actix-rt", "actix-service", "actix-utils", - "ahash", + "ahash 0.7.6", "base64", "bitflags", "brotli", @@ -186,7 +186,7 @@ dependencies = [ "actix-service", "actix-utils", "actix-web-codegen", - "ahash", + "ahash 0.7.6", "bytes", "bytestring", "cfg-if", @@ -241,9 +241,9 @@ dependencies = [ [[package]] name = "actix-web-lab" -version = "0.17.0" +version = "0.18.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e685bb63b29ddb0d5fe646d799a7fc7661876d4fed91c0a07eb2b6e6dbed95ba" +checksum = "c523f25a603313b313a4197768f96e7b6aa4b4de88211c8c4bfc11ee7318b623" dependencies = [ "actix-files", "actix-http", @@ -252,7 +252,7 @@ dependencies = [ "actix-utils", "actix-web", "actix-web-lab-derive", - "ahash", + "ahash 0.8.0", "arc-swap", "async-trait", "bytes", @@ -341,6 +341,18 @@ dependencies = [ "version_check", ] +[[package]] +name = "ahash" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "57e6e951cfbb2db8de1828d49073a113a29fd7117b1596caa781a258c7e38d72" +dependencies = [ + "cfg-if", + "getrandom 0.2.7", + "once_cell", + "version_check", +] + [[package]] name = "aho-corasick" version = "0.7.18" @@ -1168,7 +1180,7 @@ version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" dependencies = [ - "ahash", + "ahash 0.7.6", ] [[package]] @@ -2381,7 +2393,7 @@ version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8c21d3b5e7cadfe9ba7cdc1295f72cc556c750b4419c27c219c0693198901f8e" dependencies = [ - "ahash", + "ahash 0.7.6", "atoi", "base64", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 4332340..d4eda70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ secrecy = { version = "0.8", features = ["serde"] } actix-web-flash-messages = { version = "0.4", features = ["cookies"] } actix-session = { version = "0.7.1", features = ["redis-rs-tls-session"] } serde_json = "1" -actix-web-lab = "0.17.0" +actix-web-lab = "0.18.3" [dev-dependencies] once_cell = "1.14.0"