Skip to content

Commit 75ce337

Browse files
[smithy-rs] Bump version to 0.54.1 in gradle.properties (#2249)
Co-authored-by: Julian Antonielli <[email protected]> Co-authored-by: AWS SDK Rust Bot <[email protected]>
1 parent 645d5ae commit 75ce337

File tree

748 files changed

+5679
-5679
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

748 files changed

+5679
-5679
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The SDK provides one crate per AWS service. You must add [Tokio](https://crates.
2525

2626
```toml
2727
[dependencies]
28-
aws-config = "0.54.0"
28+
aws-config = "0.54.1"
2929
aws-sdk-dynamodb = "0.24.0"
3030
tokio = { version = "1", features = ["full"] }
3131
```

examples/apigateway/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ thiserror = "1.0"
99

1010
[dependencies.aws-config]
1111
path = "../../sdk/aws-config"
12-
version = "0.54.0"
12+
version = "0.54.1"
1313

1414
[dependencies.aws-sdk-apigateway]
1515
path = "../../sdk/apigateway"
@@ -18,7 +18,7 @@ version = "0.24.0"
1818
[dependencies.aws-smithy-types-convert]
1919
features = ["convert-chrono"]
2020
path = "../../sdk/aws-smithy-types-convert"
21-
version = "0.54.0"
21+
version = "0.54.1"
2222

2323
[dependencies.structopt]
2424
version = "0.3"

examples/apigatewaymanagement/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ http = "0.2.5"
1010

1111
[dependencies.aws-config]
1212
path = "../../sdk/aws-config"
13-
version = "0.54.0"
13+
version = "0.54.1"
1414

1515
[dependencies.aws-sdk-apigatewaymanagement]
1616
path = "../../sdk/apigatewaymanagement"

examples/applicationautoscaling/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
publish = false
77
[dependencies.aws-config]
88
path = "../../sdk/aws-config"
9-
version = "0.54.0"
9+
version = "0.54.1"
1010

1111
[dependencies.aws-sdk-applicationautoscaling]
1212
path = "../../sdk/applicationautoscaling"

examples/autoscaling/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
publish = false
77
[dependencies.aws-config]
88
path = "../../sdk/aws-config"
9-
version = "0.54.0"
9+
version = "0.54.1"
1010

1111
[dependencies.aws-sdk-autoscaling]
1212
path = "../../sdk/autoscaling"

examples/autoscalingplans/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ version = "0.24.0"
1010

1111
[dependencies.aws-config]
1212
path = "../../sdk/aws-config"
13-
version = "0.54.0"
13+
version = "0.54.1"
1414

1515
[dependencies.aws-types]
1616
path = "../../sdk/aws-types"
17-
version = "0.54.0"
17+
version = "0.54.1"
1818

1919
[dependencies.tokio]
2020
version = "1.20.1"

examples/batch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
publish = false
77
[dependencies.aws-config]
88
path = "../../sdk/aws-config"
9-
version = "0.54.0"
9+
version = "0.54.1"
1010

1111
[dependencies.aws-sdk-batch]
1212
path = "../../sdk/batch"

examples/cloudformation/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
publish = false
77
[dependencies.aws-config]
88
path = "../../sdk/aws-config"
9-
version = "0.54.0"
9+
version = "0.54.1"
1010

1111
[dependencies.aws-sdk-cloudformation]
1212
path = "../../sdk/cloudformation"

examples/cloudwatch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
publish = false
77
[dependencies.aws-config]
88
path = "../../sdk/aws-config"
9-
version = "0.54.0"
9+
version = "0.54.1"
1010

1111
[dependencies.aws-sdk-cloudwatch]
1212
path = "../../sdk/cloudwatch"

examples/cloudwatchlogs/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ edition = "2021"
66
publish = false
77
[dependencies.aws-config]
88
path = "../../sdk/aws-config"
9-
version = "0.54.0"
9+
version = "0.54.1"
1010

1111
[dependencies.aws-sdk-cloudwatchlogs]
1212
path = "../../sdk/cloudwatchlogs"
1313
version = "0.24.0"
1414

1515
[dependencies.aws-types]
1616
path = "../../sdk/aws-types"
17-
version = "0.54.0"
17+
version = "0.54.1"
1818

1919
[dependencies.tokio]
2020
version = "1.20.1"

examples/cognitoidentity/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ thiserror = "1.0"
1111

1212
[dependencies.aws-config]
1313
path = "../../sdk/aws-config"
14-
version = "0.54.0"
14+
version = "0.54.1"
1515

1616
[dependencies.aws-sdk-cognitoidentity]
1717
path = "../../sdk/cognitoidentity"
@@ -20,7 +20,7 @@ version = "0.24.0"
2020
[dependencies.aws-smithy-types-convert]
2121
features = ["convert-chrono"]
2222
path = "../../sdk/aws-smithy-types-convert"
23-
version = "0.54.0"
23+
version = "0.54.1"
2424

2525
[dependencies.structopt]
2626
version = "0.3"

examples/cognitoidentityprovider/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ thiserror = "1.0"
1010

1111
[dependencies.aws-config]
1212
path = "../../sdk/aws-config"
13-
version = "0.54.0"
13+
version = "0.54.1"
1414

1515
[dependencies.aws-sdk-cognitoidentityprovider]
1616
path = "../../sdk/cognitoidentityprovider"
@@ -19,7 +19,7 @@ version = "0.24.0"
1919
[dependencies.aws-smithy-types-convert]
2020
features = ["convert-chrono"]
2121
path = "../../sdk/aws-smithy-types-convert"
22-
version = "0.54.0"
22+
version = "0.54.1"
2323

2424
[dependencies.structopt]
2525
version = "0.3"

examples/cognitosync/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ thiserror = "1.0"
1010

1111
[dependencies.aws-config]
1212
path = "../../sdk/aws-config"
13-
version = "0.54.0"
13+
version = "0.54.1"
1414

1515
[dependencies.aws-sdk-cognitosync]
1616
path = "../../sdk/cognitosync"
@@ -19,7 +19,7 @@ version = "0.24.0"
1919
[dependencies.aws-smithy-types-convert]
2020
features = ["convert-chrono"]
2121
path = "../../sdk/aws-smithy-types-convert"
22-
version = "0.54.0"
22+
version = "0.54.1"
2323

2424
[dependencies.structopt]
2525
version = "0.3"

examples/concurrency/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ fastrand = "1.8.0"
2727

2828
[dev-dependencies.aws-config]
2929
path = "../../sdk/aws-config"
30-
version = "0.54.0"
30+
version = "0.54.1"
3131

3232
[dev-dependencies.aws-sdk-s3]
3333
path = "../../sdk/s3"

examples/config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
publish = false
77
[dependencies.aws-config]
88
path = "../../sdk/aws-config"
9-
version = "0.54.0"
9+
version = "0.54.1"
1010

1111
[dependencies.aws-sdk-config]
1212
path = "../../sdk/config"

examples/custom-root-certificates/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ rustls = "0.20.7"
1111

1212
[dependencies.aws-config]
1313
path = "../../sdk/aws-config"
14-
version = "0.54.0"
14+
version = "0.54.1"
1515

1616
[dependencies.aws-smithy-client]
1717
path = "../../sdk/aws-smithy-client"
18-
version = "0.54.0"
18+
version = "0.54.1"
1919

2020
[dependencies.aws-sdk-s3]
2121
default-features = false

examples/dynamodb/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,29 +18,29 @@ tokio-stream = "0.1.8"
1818

1919
[dependencies.aws-config]
2020
path = "../../sdk/aws-config"
21-
version = "0.54.0"
21+
version = "0.54.1"
2222

2323
[dependencies.aws-sdk-dynamodb]
2424
path = "../../sdk/dynamodb"
2525
version = "0.24.0"
2626

2727
[dependencies.aws-http]
2828
path = "../../sdk/aws-http"
29-
version = "0.54.0"
29+
version = "0.54.1"
3030

3131
[dependencies.aws-smithy-client]
3232
features = ["client-hyper", "rustls", "rt-tokio"]
3333
path = "../../sdk/aws-smithy-client"
34-
version = "0.54.0"
34+
version = "0.54.1"
3535

3636
[dependencies.aws-smithy-http]
3737
features = ["rt-tokio"]
3838
path = "../../sdk/aws-smithy-http"
39-
version = "0.54.0"
39+
version = "0.54.1"
4040

4141
[dependencies.aws-smithy-types]
4242
path = "../../sdk/aws-smithy-types"
43-
version = "0.54.0"
43+
version = "0.54.1"
4444

4545
[dependencies.serde]
4646
version = "1.0"

examples/ebs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sha2 = "0.9.5"
1111

1212
[dependencies.aws-config]
1313
path = "../../sdk/aws-config"
14-
version = "0.54.0"
14+
version = "0.54.1"
1515

1616
[dependencies.aws-sdk-ebs]
1717
path = "../../sdk/ebs"

examples/ec2/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ edition = "2021"
66
publish = false
77
[dependencies.aws-config]
88
path = "../../sdk/aws-config"
9-
version = "0.54.0"
9+
version = "0.54.1"
1010

1111
[dependencies.aws-sdk-ec2]
1212
path = "../../sdk/ec2"
1313
version = "0.24.0"
1414

1515
[dependencies.aws-types]
1616
path = "../../sdk/aws-types"
17-
version = "0.54.0"
17+
version = "0.54.1"
1818

1919
[dependencies.tokio]
2020
version = "1.20.1"

examples/ecr/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ edition = "2021"
66
publish = false
77
[dependencies.aws-config]
88
path = "../../sdk/aws-config"
9-
version = "0.54.0"
9+
version = "0.54.1"
1010

1111
[dependencies.aws-sdk-ecr]
1212
path = "../../sdk/ecr"
1313
version = "0.24.0"
1414

1515
[dependencies.aws-types]
1616
path = "../../sdk/aws-types"
17-
version = "0.54.0"
17+
version = "0.54.1"
1818

1919
[dependencies.tokio]
2020
version = "1.20.1"

examples/ecs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
publish = false
77
[dependencies.aws-config]
88
path = "../../sdk/aws-config"
9-
version = "0.54.0"
9+
version = "0.54.1"
1010

1111
[dependencies.aws-sdk-ecs]
1212
path = "../../sdk/ecs"

examples/eks/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ edition = "2021"
66
publish = false
77
[dependencies.aws-config]
88
path = "../../sdk/aws-config"
9-
version = "0.54.0"
9+
version = "0.54.1"
1010

1111
[dependencies.aws-sdk-eks]
1212
path = "../../sdk/eks"
1313
version = "0.24.0"
1414

1515
[dependencies.aws-types]
1616
path = "../../sdk/aws-types"
17-
version = "0.54.0"
17+
version = "0.54.1"
1818

1919
[dependencies.tokio]
2020
version = "1.20.1"

examples/globalaccelerator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tokio-stream = "0.1.8"
1010

1111
[dependencies.aws-config]
1212
path = "../../sdk/aws-config"
13-
version = "0.54.0"
13+
version = "0.54.1"
1414

1515
[dependencies.aws-sdk-globalaccelerator]
1616
path = "../../sdk/globalaccelerator"

examples/glue/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tracing-bunyan-formatter = "0.3.4"
2121

2222
[dependencies.aws-config]
2323
path = "../../sdk/aws-config"
24-
version = "0.54.0"
24+
version = "0.54.1"
2525

2626
[dependencies.aws-sdk-glue]
2727
path = "../../sdk/glue"
@@ -33,25 +33,25 @@ version = "0.24.0"
3333

3434
[dependencies.aws-http]
3535
path = "../../sdk/aws-http"
36-
version = "0.54.0"
36+
version = "0.54.1"
3737

3838
[dependencies.aws-smithy-client]
3939
features = ["client-hyper", "rustls", "rt-tokio"]
4040
path = "../../sdk/aws-smithy-client"
41-
version = "0.54.0"
41+
version = "0.54.1"
4242

4343
[dependencies.aws-smithy-http]
4444
features = ["rt-tokio"]
4545
path = "../../sdk/aws-smithy-http"
46-
version = "0.54.0"
46+
version = "0.54.1"
4747

4848
[dependencies.aws-smithy-types]
4949
path = "../../sdk/aws-smithy-types"
50-
version = "0.54.0"
50+
version = "0.54.1"
5151

5252
[dependencies.aws-types]
5353
path = "../../sdk/aws-types"
54-
version = "0.54.0"
54+
version = "0.54.1"
5555

5656
[dependencies.tokio]
5757
version = "1.20.1"

examples/greengrassv2/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ edition = "2021"
66
publish = false
77
[dependencies.aws-config]
88
path = "../../sdk/aws-config"
9-
version = "0.54.0"
9+
version = "0.54.1"
1010

1111
[dependencies.aws-sdk-greengrassv2]
1212
path = "../../sdk/greengrassv2"
1313
version = "0.24.0"
1414

1515
[dependencies.aws-types]
1616
path = "../../sdk/aws-types"
17-
version = "0.54.0"
17+
version = "0.54.1"
1818

1919
[dependencies.tokio]
2020
version = "1"

0 commit comments

Comments
 (0)