diff --git a/Cargo.lock b/Cargo.lock index e0cf0e5e..a16a7232 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -782,7 +782,7 @@ dependencies = [ [[package]] name = "cipherstash-dynamodb" -version = "0.8.1" +version = "0.8.3" dependencies = [ "async-trait", "aws-config", diff --git a/Cargo.toml b/Cargo.toml index d8fd08e7..c4cca520 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/cipherstash/cipherstash-dynamodb" documentation = "https://docs.rs/cipherstash-dynamodb" readme = "README.md" description = "CipherStash SDK for searchable, in-use encryption for DynamoDB" -version = "0.8.1" +version = "0.8.3" edition = "2021" authors = ["CipherStash "] keywords = ["cryptography", "security", "databases", "encryption", "dynamodb"]