From 183863a0ffa19b4dfb09c75b77e6c6ef16b4d55d Mon Sep 17 00:00:00 2001 From: Ilesh Thiada Date: Sun, 1 Jan 2023 21:45:11 +0530 Subject: [PATCH] Bump version --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 154ef44..fd56a45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog for Ferium +## `v4.3.3` +### 01.01.2023 + +Update dependencies and removed unnecessary ones + ## `v4.3.2` ### 30.12.2022 diff --git a/Cargo.lock b/Cargo.lock index 2235917..5520eea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -570,7 +570,7 @@ dependencies = [ [[package]] name = "ferium" -version = "4.3.2" +version = "4.3.3" dependencies = [ "anyhow", "bytes", diff --git a/Cargo.toml b/Cargo.toml index c7ab4e4..ffecccc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ferium" -version = "4.3.2" +version = "4.3.3" edition = "2021" rust-version = "1.61" # Bound by `std::process::ExitCode` authors = [