From bdc954fbe44b244bacc1bb0636a541b810d08519 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Sun, 18 Dec 2022 21:56:04 +0100 Subject: [PATCH] Update the attohttpc dependency --- acme_common/Cargo.toml | 2 +- acmed/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/acme_common/Cargo.toml b/acme_common/Cargo.toml index f62e375..9229161 100644 --- a/acme_common/Cargo.toml +++ b/acme_common/Cargo.toml @@ -19,7 +19,7 @@ openssl_dyn = ["crypto_openssl", "openssl", "openssl-sys"] openssl_vendored = ["crypto_openssl", "openssl/vendored", "openssl-sys/vendored"] [dependencies] -attohttpc = { version = "0.22", default-features = false } +attohttpc = { version = "0.24", default-features = false } base64 = "0.13" daemonize = "0.4" env_logger = "0.9" diff --git a/acmed/Cargo.toml b/acmed/Cargo.toml index 4c16e34..7c3f09e 100644 --- a/acmed/Cargo.toml +++ b/acmed/Cargo.toml @@ -21,7 +21,7 @@ openssl_vendored = ["crypto_openssl", "acme_common/openssl_vendored", "attohttpc [dependencies] acme_common = { path = "../acme_common" } -attohttpc = { version = "0.22", default-features = false, features = ["charsets", "json"] } +attohttpc = { version = "0.24", default-features = false, features = ["charsets", "json"] } bincode = "1.3" clap = { version = "4.0", features = ["string"] } glob = "0.3"