Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops committed Oct 6, 2019
1 parent d37d988 commit b61c4a5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3,980 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const { spawnSync } = require("child_process");
const { homedir } = require("os");
const path = require("path");

const DEFAULT_DOCKER_TAG = "0.2.1-rust-1.36.0";
const DEFAULT_DOCKER_TAG = "0.2.4-rust-1.38.0";
const RUST_RUNTIME = "rust";
const BASE_RUNTIME = "provided";
const NO_OUTPUT_CAPTURE = { stdio: ["ignore", process.stdout, process.stderr] };
Expand Down
15 changes: 1 addition & 14 deletions package-lock.json

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

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-rust",
"version": "0.3.5",
"version": "0.3.6",
"description": "Serverless framework plugin for Rustlang applications",
"main": "index.js",
"scripts": {
Expand All @@ -25,11 +25,10 @@
"dependencies": {
"fs-copy-file-sync": "^1.1.1",
"fs-extra": "^8.1.0",
"serverless": "^1.47.0",
"test": "^0.6.0"
"serverless": "^1.53.0"
},
"devDependencies": {
"eslint": "^6.0.1"
"eslint": "^6.5.0"
},
"files": [
"index.js",
Expand Down
Loading

0 comments on commit b61c4a5

Please sign in to comment.