From db1dd669ce3b100e2383d4332a478b2e49cde7e4 Mon Sep 17 00:00:00 2001 From: Dr Maxim Orlovsky Date: Mon, 6 May 2024 20:08:51 +0200 Subject: [PATCH] chore: bump noise version due to cyphergraphy dependency. Release v0.5.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- noise/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 054f3d3..f547020 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -356,7 +356,7 @@ dependencies = [ [[package]] name = "noise-framework" -version = "0.3.0" +version = "0.4.0" dependencies = [ "amplify", "chacha20poly1305", diff --git a/Cargo.toml b/Cargo.toml index c0a4fcf..afe2059 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ cyphergraphy = { workspace = true } cypheraddr = { workspace = true } eidolon-auth = { workspace = true, optional = true } socks5-client = { workspace = true } -noise-framework = { path = "noise", version = "0.3.0", optional = true } +noise-framework = { path = "noise", version = "0.4.0", optional = true } [features] default = [] diff --git a/noise/Cargo.toml b/noise/Cargo.toml index 5dca9d8..5c07bf3 100644 --- a/noise/Cargo.toml +++ b/noise/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noise-framework" -version = "0.3.0" +version = "0.4.0" description = "Noise protocol framework in functional style" keywords = ["cyphernet", "privacy", "noise", "end-to-end", "ecryption"] categories = ["network-programming", "cryptography"]