Skip to content

Commit fd1c9f8

Browse files
pimeyslazear
authored andcommitted
chore: update lambda_http to 0.14.0
1 parent 4aee015 commit fd1c9f8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,26 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.9.0]
9+
10+
### Changed
11+
12+
- Upgrade lambda_http to 0.14
13+
814
## [0.8.0]
15+
916
### Changed
1017

1118
- Upgrade lambda_http to 0.13
1219

1320
## [0.7.0]
21+
1422
### Changed
1523

1624
- Upgrade lambda_http to 0.11
1725

1826
## [0.6.0]
27+
1928
### Changed
2029

2130
- Upgrade axum to 0.7, hyper to 1.0, and lambda_http to 0.9 versions

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords = ["axum", "lambda", "tower", "aws"]
1414

1515
[dependencies]
1616
axum = "0.7"
17-
lambda_http = "0.13"
17+
lambda_http = "0.14"
1818
hyper = "1.0"
1919
bytes = "1.5"
2020
http = "1"

0 commit comments

Comments
 (0)