diff --git a/CHANGELOG.md b/CHANGELOG.md index c242f7e..a01aeb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.4.2](https://github.com/rustic-rs/rustic_server/compare/v0.4.1...v0.4.2) - 2024-11-25 + +### Other + +- update Cargo.lock dependencies + ## [0.4.1](https://github.com/rustic-rs/rustic_server/compare/v0.4.0...v0.4.1) - 2024-11-23 ### Added diff --git a/Cargo.lock b/Cargo.lock index 7314dbc..dc304e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2078,7 +2078,7 @@ dependencies = [ [[package]] name = "rustic_server" -version = "0.4.1" +version = "0.4.2" dependencies = [ "abscissa_core", "abscissa_tokio", diff --git a/Cargo.toml b/Cargo.toml index ea63d9b..b8de0d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustic_server" -version = "0.4.1" +version = "0.4.2" authors = ["the rustic-rs team"] categories = ["command-line-utilities"] edition = "2021"