Skip to content

Commit

Permalink
chore: update to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lazear committed Mar 29, 2024
1 parent 6013620 commit 675a5d5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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.7.0]
### Changed

- Upgrade lambda_http to 0.11

## [0.6.0]
### Changed

Expand All @@ -14,4 +19,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Bumped dependencies to http v1.0 and bytes v1.5
- Bumped dependencies to http v1.0 and bytes v1.5
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "axum-aws-lambda"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
authors = ["Michael Lazear"]
description = "Tower Layer for compatibility between Axum and AWS Lambda Runtime"
Expand All @@ -13,15 +13,15 @@ keywords = ["axum", "lambda", "tower", "aws"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
axum = "0.7.2"
lambda_http = "0.11.0"
hyper = "1.0.1"
axum = "0.7"
lambda_http = "0.11"
hyper = "1.0"
bytes = "1.5"
http = "1"
tower = "0.4"
tower-service = "0.3"
futures-util = "0.3.29"
http-body-util = "0.1.0"
futures-util = "0.3"
http-body-util = "0.1"

[dev-dependencies]
tokio = { version = "1.0", features = ["rt"] }
Expand Down

0 comments on commit 675a5d5

Please sign in to comment.