Skip to content

Commit

Permalink
chore: update lambda_http to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pimeys authored and lazear committed Jan 6, 2025
1 parent 4aee015 commit fd1c9f8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,26 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.9.0]

### Changed

- Upgrade lambda_http to 0.14

## [0.8.0]

### Changed

- Upgrade lambda_http to 0.13

## [0.7.0]

### Changed

- Upgrade lambda_http to 0.11

## [0.6.0]

### Changed

- Upgrade axum to 0.7, hyper to 1.0, and lambda_http to 0.9 versions
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = ["axum", "lambda", "tower", "aws"]

[dependencies]
axum = "0.7"
lambda_http = "0.13"
lambda_http = "0.14"
hyper = "1.0"
bytes = "1.5"
http = "1"
Expand Down

0 comments on commit fd1c9f8

Please sign in to comment.