diff --git a/Cargo.lock b/Cargo.lock index d179944..f76d3b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1729,9 +1729,9 @@ dependencies = [ [[package]] name = "rustls-pemfile" -version = "0.2.1" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9" +checksum = "1ee86d63972a7c661d1536fefe8c3c8407321c3df668891286de28abcd087360" dependencies = [ "base64", ] diff --git a/aquatic_http/Cargo.toml b/aquatic_http/Cargo.toml index 027ef84..333ad61 100644 --- a/aquatic_http/Cargo.toml +++ b/aquatic_http/Cargo.toml @@ -33,7 +33,7 @@ memchr = "2" privdrop = "0.5" once_cell = "1" rand = { version = "0.8", features = ["small_rng"] } -rustls-pemfile = "0.2" +rustls-pemfile = "0.3" serde = { version = "1", features = ["derive"] } signal-hook = { version = "0.3" } slab = "0.4" diff --git a/aquatic_ws/Cargo.toml b/aquatic_ws/Cargo.toml index bdd9b1e..a23a9a2 100644 --- a/aquatic_ws/Cargo.toml +++ b/aquatic_ws/Cargo.toml @@ -32,7 +32,7 @@ mimalloc = { version = "0.1", default-features = false } privdrop = "0.5" rand = { version = "0.8", features = ["small_rng"] } rustls = "0.20" -rustls-pemfile = "0.2" +rustls-pemfile = "0.3" serde = { version = "1", features = ["derive"] } signal-hook = { version = "0.3" } slab = "0.4"