11[package ]
22name = " aws-db-esdk"
3- version = " 1.2.0 "
3+ version = " 1.2.1 "
44edition = " 2021"
5- rust-version = " 1.86 .0"
5+ rust-version = " 1.88 .0"
66keywords = [" cryptography" , " security" , " dynamodb" , " encryption" , " client-side" ]
77license = " ISC AND (Apache-2.0 OR ISC)"
88description = " aws-db-esdk is a library for implementing client side encryption with DynamoDB."
@@ -16,21 +16,21 @@ readme = "README.md"
1616# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1717
1818[dependencies ]
19- aws-config = " 1.8.5 "
20- aws-lc-rs = {version = " 1.13.3 " }
21- aws-lc-sys = { version = " 0.30 " , optional = true }
19+ aws-config = " 1.8.10 "
20+ aws-lc-rs = {version = " 1.15.0 " }
21+ aws-lc-sys = { version = " 0.33 " , optional = true }
2222aws-lc-fips-sys = { version = " 0.13" , optional = true }
23- aws-sdk-dynamodb = " 1.90 .0"
24- aws-sdk-kms = " 1.84 .0"
25- aws-smithy-runtime-api = {version = " 1.9.0 " , features = [" client" ] }
26- aws-smithy-types = " 1.3.2 "
27- chrono = " 0.4.41 "
23+ aws-sdk-dynamodb = " 1.99 .0"
24+ aws-sdk-kms = " 1.94 .0"
25+ aws-smithy-runtime-api = {version = " 1.9.2 " , features = [" client" ] }
26+ aws-smithy-types = " 1.3.4 "
27+ chrono = " 0.4.42 "
2828cpu-time = " 1.0.0"
2929dafny_runtime = { path = " ../../../submodules/smithy-dafny/TestModels/dafny-dependencies/dafny_runtime_rust" , features = [" sync" ," small-int" ] }
3030dashmap = " 6.1.0"
31- pem = " 3.0.5 "
32- tokio = {version = " 1.47.1 " , features = [" full" ] }
33- uuid = { version = " 1.18.0 " , features = [" v4" ] }
31+ pem = " 3.0.6 "
32+ tokio = {version = " 1.48.0 " , features = [" full" ] }
33+ uuid = { version = " 1.18.1 " , features = [" v4" ] }
3434
3535[[example ]]
3636name = " main"
0 commit comments