From e6e7d85609079c68d043061ec3bb031ed14de412 Mon Sep 17 00:00:00 2001 From: Igor Novgorodov Date: Fri, 23 Aug 2024 17:40:51 +0200 Subject: [PATCH] update readme, bump some deps --- Cargo.toml | 6 +++--- README.md | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e31bddc..da40837 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ prometheus = "0.13" rand = "0.8" rcgen = { version = "0.13", features = ["aws_lc_rs"] } regex = "1.10" -reqwest = { version = "0.12.5", default-features = false, features = [ +reqwest = { version = "0.12.7", default-features = false, features = [ "http2", "rustls-tls", "deflate", @@ -58,13 +58,13 @@ strum = { version = "0.26", features = ["derive"] } strum_macros = "0.26" sync_wrapper = "1.0" thiserror = "1.0" -tokio = { version = "1.38", features = ["full"] } +tokio = { version = "1.39", features = ["full"] } tokio-util = { version = "0.7", features = ["full"] } tokio-rustls = "0.26" tower = "0.4" tower-service = "0.3" tracing = "0.1" url = "2.5" -uuid = { version = "1.8", features = ["v7"] } +uuid = { version = "1.10", features = ["v7"] } x509-parser = "0.16" zeroize = { version = "1.8", features = ["derive"] } diff --git a/README.md b/README.md index ab0633d..c2fedf7 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,9 @@ Modules planned: - Caching - Misc utils - TLS + - ACME + - DNS + - ALPN - Tickets - Sessions