Skip to content

Commit

Permalink
build(deps): bump the all group across 1 directory with 6 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [lambda_http](https://github.com/awslabs/aws-lambda-rust-runtime) | `0.10.0` | `0.11.1` |
| [lambda_runtime](https://github.com/awslabs/aws-lambda-rust-runtime) | `0.10.0` | `0.11.2` |
| [lightningcss](https://github.com/parcel-bundler/lightningcss) | `1.0.0-alpha.55` | `1.0.0-alpha.57` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.115` | `1.0.117` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.36.0` | `1.38.0` |



Updates `lambda_http` from 0.10.0 to 0.11.1
- [Release notes](https://github.com/awslabs/aws-lambda-rust-runtime/releases)
- [Commits](awslabs/aws-lambda-rust-runtime@lambda-http-0.10.0...lambda-http-0.11.1)

Updates `lambda_runtime` from 0.10.0 to 0.11.2
- [Release notes](https://github.com/awslabs/aws-lambda-rust-runtime/releases)
- [Commits](awslabs/aws-lambda-rust-runtime@lambda-http-0.10.0...lambda-runtime-0.11.2)

Updates `lightningcss` from 1.0.0-alpha.55 to 1.0.0-alpha.57
- [Release notes](https://github.com/parcel-bundler/lightningcss/releases)
- [Commits](https://github.com/parcel-bundler/lightningcss/commits)

Updates `serde` from 1.0.197 to 1.0.203
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.197...v1.0.203)

Updates `serde_json` from 1.0.115 to 1.0.117
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.115...v1.0.117)

Updates `tokio` from 1.36.0 to 1.38.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.36.0...tokio-1.38.0)

---
updated-dependencies:
- dependency-name: lambda_http
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: lambda_runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: lightningcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and shyim committed Jun 8, 2024
1 parent 28ad0f9 commit 68cfae0
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 27 deletions.
54 changes: 31 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ version = "0.1.0"
edition = "2021"

[dependencies]
lambda_http = { version = "0.10", default-features = false, features = ["apigw_http"] }
lambda_runtime = "0.10"
lightningcss = { version = "1.0.0-alpha.55", features = [ "browserslist", "serde" ] }
lambda_http = { version = "0.11", default-features = false, features = ["apigw_http"] }
lambda_runtime = "0.11"
lightningcss = { version = "1.0.0-alpha.57", features = [ "browserslist", "serde" ] }
serde = "1.0.197"
serde_json = "1.0.115"
serde_json = "1.0.117"
tokio = { version = "1", features = ["macros"] }
tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3", default-features = false, features = ["fmt"] }
Expand Down

0 comments on commit 68cfae0

Please sign in to comment.