From eb9822c243e6f727f748fd3722068e404ed581fe Mon Sep 17 00:00:00 2001 From: kpcyrd Date: Fri, 4 Oct 2024 00:02:55 +0200 Subject: [PATCH] Update dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 85c0e07..9060133 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ edition = "2018" [dependencies] anyhow = "1.0" -base64 = "0.21.5" +base64 = "0.22" lazy_static = "1" log = "0.4" openssl = "0.10" @@ -28,7 +28,7 @@ ureq = "2" [dev-dependencies] doc-comment = "0.3" -env_logger = { version = "0.10", default-features = false } +env_logger = { version = "0.11", default-features = false } futures = "0.1.25" hyper = "0.12" regex = "1.4"