From 1530d68de52e8caea080ca74c081f16202a39bc9 Mon Sep 17 00:00:00 2001 From: "rustic-release-plz[bot]" <182542030+rustic-release-plz[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 07:34:46 +0000 Subject: [PATCH] chore: release v0.4.5 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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"