From eed02859ee5db6ca1e230929e82a15391e41d6cf Mon Sep 17 00:00:00 2001 From: Gowtham Suresh Kumar Date: Wed, 15 May 2024 10:11:13 +0100 Subject: [PATCH] Bump crate version to 1.4.1 Signed-off-by: Gowtham Suresh Kumar --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 26634c8c..04d8c128 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1100,7 +1100,7 @@ dependencies = [ [[package]] name = "parsec-service" -version = "1.4.0" +version = "1.4.1" dependencies = [ "anyhow", "base64 0.21.4", diff --git a/Cargo.toml b/Cargo.toml index 62005a30..695bafc5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parsec-service" -version = "1.4.0" +version = "1.4.1" authors = ["Parsec Project Contributors"] description = "A language-agnostic API to secure services in a platform-agnostic way" license = "Apache-2.0"