diff --git a/Cargo.lock b/Cargo.lock index bbb755f..4df524e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -474,7 +474,7 @@ dependencies = [ [[package]] name = "aws-throwaway" -version = "0.5.0" +version = "0.5.1" dependencies = [ "anyhow", "async-trait", diff --git a/aws-throwaway/Cargo.toml b/aws-throwaway/Cargo.toml index ac9cbac..fb23d3f 100644 --- a/aws-throwaway/Cargo.toml +++ b/aws-throwaway/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aws-throwaway" -version = "0.5.0" +version = "0.5.1" edition = "2021" license = "Apache-2.0" repository = "https://github.com/shotover/aws-throwaway"