From f679eeea6ac7311ea41f620eeaaf43095574b0ac Mon Sep 17 00:00:00 2001 From: Jonathan Morley Date: Thu, 7 Sep 2023 09:10:39 -0400 Subject: [PATCH] version bump --- Cargo.lock | 2 +- oktaws/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d932ce58..c0fdf594 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2012,7 +2012,7 @@ dependencies = [ [[package]] name = "oktaws" -version = "0.17.3" +version = "0.17.4" dependencies = [ "async-recursion", "aws-arn", diff --git a/oktaws/Cargo.toml b/oktaws/Cargo.toml index 4049ed4d..4b91687c 100644 --- a/oktaws/Cargo.toml +++ b/oktaws/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Jonathan Morley "] description = "Generates temporary AWS credentials with Okta." edition = "2021" name = "oktaws" -version = "0.17.3" +version = "0.17.4" license = "Apache-2.0" repository = "https://github.com/jonathanmorley/oktaws" keywords = ["okta", "aws", "saml"]