From 336a8a02d8704b60a706f66174b5cf91c9e4eb08 Mon Sep 17 00:00:00 2001 From: Max Verevkin Date: Mon, 17 Jan 2022 23:22:50 +0200 Subject: [PATCH] release 0.21.1 with updated Cargo.lock --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index db14c98ba..5fc3e4296 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -382,7 +382,7 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "i3status-rs" -version = "0.20.8" +version = "0.21.1" dependencies = [ "assert_fs", "chrono", @@ -970,9 +970,9 @@ dependencies = [ [[package]] name = "siphasher" -version = "0.3.8" +version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba1eead9e94aa5a2e02de9e7839f96a007f686ae7a1d57c7797774810d24908a" +checksum = "a86232ab60fa71287d7f2ddae4a7073f6b7aac33631c3015abb556f08c6d0a3e" [[package]] name = "socket2" diff --git a/Cargo.toml b/Cargo.toml index 1b0863871..9bec43850 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "A feature-rich and resource-friendly replacement for i3status, wr repository = "https://github.com/greshake/i3status-rust/" readme = "README.md" license = "GPLv3" -version = "0.21.0" +version = "0.21.1" authors = ["Kai Greshake ", "Contributors on GitHub (https://github.com/greshake/i3status-rust/graphs/contributors)"] edition = "2018"