Skip to content

Commit 6173888

Browse files
authored
chore(rust): prepare 1.1.1 release (#1937)
1 parent e2d76c3 commit 6173888

File tree

4 files changed

+1215
-1088
lines changed

4 files changed

+1215
-1088
lines changed

DynamoDbEncryption/runtimes/rust/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aws-db-esdk"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
edition = "2021"
55
rust-version = "1.81.0"
66
keywords = ["cryptography", "security", "dynamodb", "encryption", "client-side"]
@@ -16,7 +16,7 @@ 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.6.2"
19+
aws-config = "1.6.3"
2020
aws-lc-rs = "1.13.1"
2121
aws-lc-sys = "0.29.0"
2222
aws-sdk-dynamodb = "1.73.0"
@@ -28,8 +28,8 @@ cpu-time = "1.0.0"
2828
dafny_runtime = { path = "../../../submodules/smithy-dafny/TestModels/dafny-dependencies/dafny_runtime_rust", features = ["sync","small-int"] }
2929
dashmap = "6.1.0"
3030
pem = "3.0.5"
31-
tokio = {version = "1.45.0", features = ["full"] }
32-
uuid = { version = "1.16.0", features = ["v4"] }
31+
tokio = {version = "1.45.1", features = ["full"] }
32+
uuid = { version = "1.17.0", features = ["v4"] }
3333

3434
[[example]]
3535
name = "main"

TestVectors/runtimes/rust/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ default = ["wrapped-client"]
1111
wrapped-client = []
1212

1313
[dependencies]
14-
aws-config = "1.6.2"
14+
aws-config = "1.6.3"
1515
aws-lc-rs = "1.13.1"
1616
aws-lc-sys = "0.29.0"
1717
aws-sdk-dynamodb = "1.73.0"
@@ -23,5 +23,5 @@ cpu-time = "1.0.0"
2323
dafny_runtime = { path = "../../../submodules/smithy-dafny/TestModels/dafny-dependencies/dafny_runtime_rust", features = ["sync","small-int"] }
2424
dashmap = "6.1.0"
2525
pem = "3.0.5"
26-
tokio = {version = "1.45.0", features = ["full"] }
27-
uuid = { version = "1.16.0", features = ["v4"] }
26+
tokio = {version = "1.45.1", features = ["full"] }
27+
uuid = { version = "1.17.0", features = ["v4"] }

releases/rust/db_esdk/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aws-db-esdk"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
edition = "2021"
55
rust-version = "1.81.0"
66
keywords = ["cryptography", "security", "dynamodb", "encryption", "client-side"]
@@ -16,7 +16,7 @@ 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.6.2"
19+
aws-config = "1.6.3"
2020
aws-lc-rs = "1.13.1"
2121
aws-lc-sys = "0.29.0"
2222
aws-sdk-dynamodb = "1.73.0"
@@ -25,11 +25,11 @@ aws-smithy-runtime-api = {version = "1.8.0", features = ["client"] }
2525
aws-smithy-types = "1.3.1"
2626
chrono = "0.4.41"
2727
cpu-time = "1.0.0"
28-
dafny-runtime = { version = "0.3.0", features = ["sync", "small-int"] }
28+
dafny-runtime = { version = "0.3.1", features = ["sync", "small-int"] }
2929
dashmap = "6.1.0"
3030
pem = "3.0.5"
31-
tokio = {version = "1.45.0", features = ["full"] }
32-
uuid = { version = "1.16.0", features = ["v4"] }
31+
tokio = {version = "1.45.1", features = ["full"] }
32+
uuid = { version = "1.17.0", features = ["v4"] }
3333

3434
[[example]]
3535
name = "main"

0 commit comments

Comments
 (0)