Skip to content

Commit 68228a6

Browse files
committed
update dev deps
1 parent d5a9a6a commit 68228a6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

actix-codec/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tokio-util = { version = "0.7", features = ["codec", "io"] }
2828
tracing = { version = "0.1.30", default-features = false, features = ["log"] }
2929

3030
[dev-dependencies]
31-
criterion = { version = "0.3", features = ["html_reports"] }
31+
criterion = { version = "0.4", features = ["html_reports"] }
3232
tokio-test = "0.4.2"
3333

3434
[[bench]]

actix-tls/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ bytes = "1"
7575
env_logger = "0.9"
7676
futures-util = { version = "0.3.7", default-features = false, features = ["sink"] }
7777
log = "0.4"
78-
rcgen = "0.8"
79-
rustls-pemfile = "0.2.1"
78+
rcgen = "0.10"
79+
rustls-pemfile = "1"
8080
tokio-rustls = { version = "0.23", features = ["dangerous_configuration"] }
81-
trust-dns-resolver = "0.20"
81+
trust-dns-resolver = "0.22"
8282

8383
[[example]]
8484
name = "accept-rustls"

bytestring/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ bytes = "1.2"
2222
serde = { version = "1.0", optional = true }
2323

2424
[dev-dependencies]
25-
ahash = { version = "0.7.6", default-features = false }
25+
ahash = { version = "0.8", default-features = false }
2626
serde_json = "1.0"
2727
static_assertions = "1.1"
2828
rustversion = "1"

0 commit comments

Comments
 (0)