Skip to content

Commit a9d2a9a

Browse files
Update Dependencies
Signed-off-by: Astraea Sinclair <[email protected]>
1 parent 4c4e5fa commit a9d2a9a

File tree

8 files changed

+9
-7
lines changed

8 files changed

+9
-7
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ pin-project-lite = "0.2"
3232
tower = "0.5"
3333
tower-layer = "0.3"
3434
tower-service = "0.3"
35+
36+

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ fn main() -> Result<(), Box<Error>> {
485485

486486
## Supported Rust Versions (MSRV)
487487

488-
The AWS Lambda Rust Runtime requires a minimum of Rust 1.81.0, and is not guaranteed to build on compiler versions earlier than that.
488+
The AWS Lambda Rust Runtime requires a minimum of Rust 1.82.0, and is not guaranteed to build on compiler versions earlier than that.
489489

490490
## Security
491491

lambda-events/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "aws_lambda_events"
33
version = "0.18.0"
4-
rust-version = "1.81.0"
4+
rust-version = "1.82.0"
55
description = "AWS Lambda event definitions"
66
authors = [
77
"Christian Legnitto <[email protected]>",

lambda-extension/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "lambda-extension"
33
version = "0.12.2"
44
edition = "2021"
5-
rust-version = "1.81.0"
5+
rust-version = "1.82.0"
66
authors = [
77
"David Calavera <[email protected]>",
88
"Harold Sun <[email protected]>",

lambda-http/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
"Harold Sun <[email protected]>",
77
]
88
edition = "2021"
9-
rust-version = "1.81.0"
9+
rust-version = "1.82.0"
1010
description = "Application Load Balancer and API Gateway event types for AWS Lambda"
1111
keywords = ["AWS", "Lambda", "APIGateway", "ALB", "API"]
1212
license = "Apache-2.0"

lambda-integration-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "lambda-integration-tests"
33
version = "0.1.0"
44
authors = ["Maxime David"]
55
edition = "2021"
6-
rust-version = "1.81.0"
6+
rust-version = "1.82.0"
77
description = "AWS Lambda Runtime integration tests"
88
license = "Apache-2.0"
99
repository = "https://github.com/awslabs/aws-lambda-rust-runtime"

lambda-runtime-api-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "lambda_runtime_api_client"
33
version = "0.12.4"
44
edition = "2021"
5-
rust-version = "1.81.0"
5+
rust-version = "1.82.0"
66
authors = [
77
"David Calavera <[email protected]>",
88
"Harold Sun <[email protected]>",

lambda-runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [
77
]
88
description = "AWS Lambda Runtime"
99
edition = "2021"
10-
rust-version = "1.81.0"
10+
rust-version = "1.82.0"
1111
license = "Apache-2.0"
1212
repository = "https://github.com/awslabs/aws-lambda-rust-runtime"
1313
categories = ["web-programming::http-server"]

0 commit comments

Comments
 (0)