From 007677340bdd90f921120b9d3d6701d8c9053fe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20K=2E=20Rekucki?= Date: Thu, 17 Nov 2022 19:58:24 +0100 Subject: [PATCH] chore: Release --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- crates/ya-http-proxy-client/Cargo.toml | 4 ++-- crates/ya-http-proxy-model/Cargo.toml | 2 +- crates/ya-http-proxy/Cargo.toml | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f8d1e91..c0aff5e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2534,7 +2534,7 @@ checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5" [[package]] name = "ya-http-proxy" -version = "0.2.1" +version = "0.3.0" dependencies = [ "actix-rt", "actix-web", @@ -2570,7 +2570,7 @@ dependencies = [ [[package]] name = "ya-http-proxy-client" -version = "0.2.1" +version = "0.3.0" dependencies = [ "actix-http", "actix-rt", @@ -2590,7 +2590,7 @@ dependencies = [ [[package]] name = "ya-http-proxy-model" -version = "0.2.1" +version = "0.3.0" dependencies = [ "chrono", "http", @@ -2619,7 +2619,7 @@ dependencies = [ [[package]] name = "ya-runtime-http-auth" -version = "0.2.1" +version = "0.3.0" dependencies = [ "actix-rt", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 9f8f02d..a694769 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ya-runtime-http-auth" description = "HTTP authentication runtime for exposing services on Golem Network" -version = "0.2.1" +version = "0.3.0" authors = ["Golem Factory "] homepage = "https://github.com/golemfactory/ya-runtime-http-auth" repository = "https://github.com/golemfactory/ya-runtime-http-auth" @@ -21,7 +21,7 @@ nix = "0.23" [dependencies] #ya-runtime-sdk = { version = "0.4.0", features = ["macros"] } ya-runtime-sdk = { git = "https://github.com/golemfactory/ya-runtime-sdk.git", rev = "85a88e5bd76fedd9ff9904952bc256856535e3cb", features = ["macros"]} -ya-http-proxy-client = { version = "0.2", path = "crates/ya-http-proxy-client" } +ya-http-proxy-client = { version = "0.3", path = "crates/ya-http-proxy-client" } actix-rt = "2.7.0" anyhow = "1.0" diff --git a/crates/ya-http-proxy-client/Cargo.toml b/crates/ya-http-proxy-client/Cargo.toml index 00f416d..c05c825 100644 --- a/crates/ya-http-proxy-client/Cargo.toml +++ b/crates/ya-http-proxy-client/Cargo.toml @@ -4,12 +4,12 @@ description = "ya-http-proxy Management API client" authors = ["Golem Factory "] homepage = "https://github.com/golemfactory/ya-runtime-http-auth" repository = "https://github.com/golemfactory/ya-runtime-http-auth" -version = "0.2.1" +version = "0.3.0" edition = "2021" license = "GPL-3.0" [dependencies] -ya-http-proxy-model = { version = "0.2", path = "../ya-http-proxy-model"} +ya-http-proxy-model = { version = "0.3", path = "../ya-http-proxy-model"} actix-http = {version = "3.2.2" } anyhow = { version = "1" } diff --git a/crates/ya-http-proxy-model/Cargo.toml b/crates/ya-http-proxy-model/Cargo.toml index 0858619..789ab91 100644 --- a/crates/ya-http-proxy-model/Cargo.toml +++ b/crates/ya-http-proxy-model/Cargo.toml @@ -4,7 +4,7 @@ description = "HTTP authentication runtime and ya-http-proxy data model" authors = ["Golem Factory "] homepage = "https://github.com/golemfactory/ya-runtime-http-auth" repository = "https://github.com/golemfactory/ya-runtime-http-auth" -version = "0.2.1" +version = "0.3.0" edition = "2021" license = "GPL-3.0" diff --git a/crates/ya-http-proxy/Cargo.toml b/crates/ya-http-proxy/Cargo.toml index 1797ddf..cb9c0c7 100644 --- a/crates/ya-http-proxy/Cargo.toml +++ b/crates/ya-http-proxy/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ya-http-proxy" description = "HTTP proxy component for the HTTP authentication runtime" -version = "0.2.1" +version = "0.3.0" authors = ["Golem Factory "] repository = "https://github.com/golemfactory/ya-runtime-http-auth" edition = "2021" @@ -26,7 +26,7 @@ required-features = [ ] [dependencies] -ya-http-proxy-model = { version = "0.2", path = "../ya-http-proxy-model"} +ya-http-proxy-model = { version = "0.3", path = "../ya-http-proxy-model"} base64 = { version = "0.13" } chrono = { version = "0.4", features = ["serde"] }