Skip to content

Commit

Permalink
Merge branch 'main' into renovate/lock-file-maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky authored Oct 25, 2021
2 parents 80fbece + a6e7d3d commit c72952c
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

### [6.14.2](https://www.github.com/netlify/cli/compare/v6.14.1...v6.14.2) (2021-10-25)


### Bug Fixes

* **deps:** update dependency @types/node to v14.17.29 ([#3525](https://www.github.com/netlify/cli/issues/3525)) ([d06782d](https://www.github.com/netlify/cli/commit/d06782dc16a0b92179cdef085ec22e9092487159))
* **deps:** update dependency typescript to v4.4.4 ([#3526](https://www.github.com/netlify/cli/issues/3526)) ([cfd5736](https://www.github.com/netlify/cli/commit/cfd573680dfae353264a260e7ba1ab00699a1690))
* **deps:** update rust crate http to 0.2.5 ([#3527](https://www.github.com/netlify/cli/issues/3527)) ([5bb7341](https://www.github.com/netlify/cli/commit/5bb7341120e38e3b36b12a594df5882223ee59c3))

### [6.14.1](https://www.github.com/netlify/cli/compare/v6.14.0...v6.14.1) (2021-10-22)


Expand Down
6 changes: 3 additions & 3 deletions npm-shrinkwrap.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "netlify-cli",
"description": "Netlify command line tool",
"version": "6.14.1",
"version": "6.14.2",
"author": "Netlify Inc.",
"contributors": [
"Mathias Biilmann <matt@netlify.com> (https://twitter.com/biilmann)",
Expand Down
2 changes: 1 addition & 1 deletion src/functions-templates/rust/hello-world/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version = "0.1.0"

[dependencies]
aws_lambda_events = "0.4.0"
http = "0.2.4"
http = "0.2.5"
lambda_runtime = "0.3.0"
log = "0.4.14"
simple_logger = "1.11.0"
Expand Down

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

0 comments on commit c72952c

Please sign in to comment.