From 2a15f92f4c2f1ae930eb02e2e6f6d0f22cb9ded9 Mon Sep 17 00:00:00 2001
From: kpcyrd <git@rxv.cc>
Date: Fri, 4 Oct 2024 19:30:03 +0200
Subject: [PATCH] Bump Rust edition to 2021

---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 1123131..9424f85 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,7 @@ authors = [
 ]
 keywords = ["letsencrypt", "acme"]
 categories = ["web-programming", "api-bindings"]
-edition = "2018"
+edition = "2021"
 
 [features]
 vendored = ["openssl/vendored"]