diff --git a/CHANGELOG.md b/CHANGELOG.md index d3dbc4d..cfb8ff9 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.5](https://github.com/rustic-rs/rustic_server/compare/v0.4.4...v0.4.5) - 2024-12-02 + +### Other + +- update Cargo.lock dependencies + ## [0.4.4](https://github.com/rustic-rs/rustic_server/compare/v0.4.3...v0.4.4) - 2024-11-29 ### Other diff --git a/Cargo.lock b/Cargo.lock index 9c3d235..5e2abfd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1893,7 +1893,7 @@ dependencies = [ [[package]] name = "rustic_server" -version = "0.4.4" +version = "0.4.5" dependencies = [ "abscissa_core", "abscissa_tokio", diff --git a/Cargo.toml b/Cargo.toml index 6beb5eb..5207331 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustic_server" -version = "0.4.4" +version = "0.4.5" authors = ["the rustic-rs team"] categories = ["command-line-utilities"] edition = "2021"