From 390c68cbd7f3793515454fc3714f4d1176fe4bb6 Mon Sep 17 00:00:00 2001
From: veeso
Date: Wed, 27 Nov 2024 09:34:46 +0100
Subject: [PATCH] fix(deps): force rustls to use ring
https://github.com/veeso/suppaftp/issues/94
fix #94
---
CHANGELOG.md | 7 +++++++
Cargo.toml | 2 +-
README.md | 2 +-
suppaftp/Cargo.toml | 9 +++++++--
4 files changed, 16 insertions(+), 4 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b8e1835..31a21ff 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,7 @@
# Changelog
- [Changelog](#changelog)
+ - [6.0.5](#605)
- [6.0.4](#604)
- [6.0.3](#603)
- [6.0.2](#602)
@@ -37,6 +38,12 @@
---
+## 6.0.5
+
+Released on 27/11/2024
+
+- [Force rustls to use ring](https://github.com/veeso/suppaftp/issues/94)
+
## 6.0.4
Released on 26/10/2024
diff --git a/Cargo.toml b/Cargo.toml
index 66fdc89..b93186d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,7 @@ members = ["suppaftp", "suppaftp-cli"]
resolver = "2"
[workspace.package]
-version = "6.0.4"
+version = "6.0.5"
edition = "2021"
authors = [
"Christian Visintin ",
diff --git a/README.md b/README.md
index 940e93b..4208ebd 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@
Developed by veeso and Matt McCoy
-Current version: 6.0.3 (15/10/2024)
+Current version: 6.0.5 (27/11/2024)