Skip to content

Commit ba262cb

Browse files
DavidSouthermeyertst-aws
authored andcommitted
Rust: Update dependencies, especially Hyper 1.x examples.
1 parent 059e285 commit ba262cb

File tree

55 files changed

+68
-67
lines changed

Some content is hidden

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

55 files changed

+68
-67
lines changed

rustv1/examples/apigateway/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ aws-sdk-apigateway = { version = "1.3.0" }
1111
aws-smithy-types-convert = { version = "0.60.0", features = [
1212
"convert-chrono",
1313
] }
14-
clap = { version = "~4.4", features = ["derive"] }
14+
clap = { version = "4.4", features = ["derive"] }
1515
thiserror = "1.0"
1616
tokio = { version = "1.20.1", features = ["full"] }
1717
tracing-subscriber = { version = "0.3.15", features = ["env-filter"] }

rustv1/examples/apigatewaymanagement/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ aws-config = { version = "1.0.1", features = ["behavior-version-latest"] }
1414
aws-sdk-apigatewaymanagement = { version = "1.3.0" }
1515
http = "0.2.5"
1616
tokio = { version = "1.20.1", features = ["full"] }
17-
clap = { version = "~4.4", features = ["derive"] }
17+
clap = { version = "4.4", features = ["derive"] }
1818
tracing-subscriber = { version = "0.3.15", features = ["env-filter"] }

rustv1/examples/applicationautoscaling/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ edition = "2021"
1212
aws-config = { version = "1.0.1", features = ["behavior-version-latest"] }
1313
aws-sdk-applicationautoscaling = { version = "1.4.0" }
1414
tokio = { version = "1.20.1", features = ["full"] }
15-
clap = { version = "~4.4", features = ["derive"] }
15+
clap = { version = "4.4", features = ["derive"] }
1616
tracing-subscriber = { version = "0.3.15", features = ["env-filter"] }

rustv1/examples/auto-scaling/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ aws-sdk-autoscaling = { version = "1.3.0" }
1212
aws-sdk-ec2 = { version = "1.3.0" }
1313
aws-types = { version = "1.0.1" }
1414
tokio = { version = "1.20.1", features = ["full"] }
15-
clap = { version = "~4.4", features = ["derive"] }
15+
clap = { version = "4.4", features = ["derive"] }
1616
tracing-subscriber = { version = "0.3.15", features = ["env-filter"] }
1717
anyhow = "1.0.75"
1818
tracing = "0.1.37"

rustv1/examples/autoscalingplans/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ aws-sdk-autoscalingplans = { version = "1.3.0" }
1414
aws-config = { version = "1.0.1", features = ["behavior-version-latest"] }
1515
aws-types = { version = "1.0.1" }
1616
tokio = { version = "1.20.1", features = ["full"] }
17-
clap = { version = "~4.4", features = ["derive"] }
17+
clap = { version = "4.4", features = ["derive"] }
1818
tracing-subscriber = { version = "0.3.15", features = ["env-filter"] }

rustv1/examples/batch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ edition = "2021"
1313
aws-config = { version = "1.0.1", features = ["behavior-version-latest"] }
1414
aws-sdk-batch = { version = "1.3.0" }
1515
tokio = { version = "1.20.1", features = ["full"] }
16-
clap = { version = "~4.4", features = ["derive"] }
16+
clap = { version = "4.4", features = ["derive"] }
1717
tracing-subscriber = { version = "0.3.15", features = ["env-filter"] }

rustv1/examples/cloudformation/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ edition = "2021"
1313
aws-config = { version = "1.0.1", features = ["behavior-version-latest"] }
1414
aws-sdk-cloudformation = { version = "1.3.0" }
1515
tokio = { version = "1.20.1", features = ["full"] }
16-
clap = { version = "~4.4", features = ["derive"] }
16+
clap = { version = "4.4", features = ["derive"] }
1717
tracing-subscriber = { version = "0.3.15", features = ["env-filter"] }

rustv1/examples/cloudwatch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ edition = "2021"
1414
aws-config = { version = "1.0.1", features = ["behavior-version-latest"] }
1515
aws-sdk-cloudwatch = { version = "1.3.0" }
1616
tokio = { version = "1.20.1", features = ["full"] }
17-
clap = { version = "~4.4", features = ["derive"] }
17+
clap = { version = "4.4", features = ["derive"] }
1818
tracing-subscriber = { version = "0.3.15", features = ["env-filter"] }

rustv1/examples/cloudwatchlogs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ aws-config = { version = "1.0.1", features = ["behavior-version-latest"] }
1515
aws-sdk-cloudwatchlogs = { version = "1.3.0", features = ["test-util"]}
1616
aws-types = { version = "1.0.1" }
1717
tokio = { version = "1.20.1", features = ["full"] }
18-
clap = { version = "~4.4", features = ["derive"] }
18+
clap = { version = "4.4", features = ["derive"] }
1919
tracing-subscriber = { version = "0.3.15", features = ["env-filter"] }
2020
chrono = "0.4.32"
2121
tracing = "0.1.40"

rustv1/examples/cognitoidentity/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ aws-smithy-types-convert = { version = "0.60.0", features = [
1616
"convert-chrono",
1717
] }
1818
chrono = "0.4"
19-
clap = { version = "~4.4", features = ["derive"] }
19+
clap = { version = "4.4", features = ["derive"] }
2020
thiserror = "1.0"
2121
tokio = { version = "1.20.1", features = ["full"] }
2222
tracing-subscriber = { version = "0.3.15", features = ["env-filter"] }

0 commit comments

Comments
 (0)