diff --git a/Cargo.lock b/Cargo.lock index 4f11800..ff6923e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2143,7 +2143,7 @@ dependencies = [ [[package]] name = "zenith" -version = "0.14.0" +version = "0.14.1" dependencies = [ "bincode", "byte-unit", diff --git a/Cargo.toml b/Cargo.toml index bc70e04..7a0f9ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zenith" -version = "0.14.0" +version = "0.14.1" authors = ["Benjamin Vaisvil"] edition = "2018" description = "Similar to top or htop but with CPU, Network Usage, and Disk Usage charts." diff --git a/debian/changelog b/debian/changelog index 8fbc5a4..862880a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ + +zenith (0.14.1-1) unstable; urgency=high + + * Update dependency which had a security fix. + + -- Benjamin Vaisvil Fri, 29 Mar 2024 17:09:00 +0600 + zenith (0.14.0-1) unstable; urgency=medium * Update to new upstream release.