summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTuriiya <34311583+tobealive@users.noreply.github.com>2023-03-26 22:26:47 +0200
committerTuriiya <34311583+tobealive@users.noreply.github.com>2023-03-26 22:26:47 +0200
commitcf2234b1c554142867a8db43dc3fd530d32d586d (patch)
tree3d9673c96a12cfc966ba6faf90c009345ae11565
parentf9fd999e59edc0b6eec93bbcef765a868beec630 (diff)
🔖 v1.0.1v1.0.1
* Updating dependencies due to potential vulnerability in openssl.
-rw-r--r--Cargo.lock2
-rwxr-xr-xCargo.toml2
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 <tobmoj@web.de>"]
edition = "2021"
license = "MIT"