From 68228a6cf29eee97c440606c6ebbe0b755956c59 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Fri, 21 Oct 2022 03:23:40 +0100 Subject: [PATCH] update dev deps --- actix-codec/Cargo.toml | 2 +- actix-tls/Cargo.toml | 6 +++--- bytestring/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/actix-codec/Cargo.toml b/actix-codec/Cargo.toml index fbefebe0..0b63d214 100644 --- a/actix-codec/Cargo.toml +++ b/actix-codec/Cargo.toml @@ -28,7 +28,7 @@ tokio-util = { version = "0.7", features = ["codec", "io"] } tracing = { version = "0.1.30", default-features = false, features = ["log"] } [dev-dependencies] -criterion = { version = "0.3", features = ["html_reports"] } +criterion = { version = "0.4", features = ["html_reports"] } tokio-test = "0.4.2" [[bench]] diff --git a/actix-tls/Cargo.toml b/actix-tls/Cargo.toml index 00dc5dac..a2313688 100755 --- a/actix-tls/Cargo.toml +++ b/actix-tls/Cargo.toml @@ -75,10 +75,10 @@ bytes = "1" env_logger = "0.9" futures-util = { version = "0.3.7", default-features = false, features = ["sink"] } log = "0.4" -rcgen = "0.8" -rustls-pemfile = "0.2.1" +rcgen = "0.10" +rustls-pemfile = "1" tokio-rustls = { version = "0.23", features = ["dangerous_configuration"] } -trust-dns-resolver = "0.20" +trust-dns-resolver = "0.22" [[example]] name = "accept-rustls" diff --git a/bytestring/Cargo.toml b/bytestring/Cargo.toml index 4d85e001..374918e6 100644 --- a/bytestring/Cargo.toml +++ b/bytestring/Cargo.toml @@ -22,7 +22,7 @@ bytes = "1.2" serde = { version = "1.0", optional = true } [dev-dependencies] -ahash = { version = "0.7.6", default-features = false } +ahash = { version = "0.8", default-features = false } serde_json = "1.0" static_assertions = "1.1" rustversion = "1"