From cf2234b1c554142867a8db43dc3fd530d32d586d Mon Sep 17 00:00:00 2001 From: Turiiya <34311583+tobealive@users.noreply.github.com> Date: Sun, 26 Mar 2023 22:26:47 +0200 Subject: =?UTF-8?q?=F0=9F=94=96=20v1.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Updating dependencies due to potential vulnerability in openssl. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 70ccec0..02f10c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1562,7 +1562,7 @@ dependencies = [ [[package]] name = "wthrr" -version = "1.0.0" +version = "1.0.1" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index e597a91..22a61b8 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wthrr" -version = "1.0.0" +version = "1.0.1" authors = ["Turiiya "] edition = "2021" license = "MIT" -- cgit v1.2.3