Update deps (#1322)

* Run cargo update

* Upgrade prometheus

* Update hex

* Upgrade parking-lot

* Upgrade num-bigint

* Upgrade sha2

* Update dockerfile Rust version

* Run cargo update
This commit is contained in:
Paul Hauner
2020-07-06 11:55:56 +10:00
committed by GitHub
parent c7f47af9fb
commit 25cd91ce26
23 changed files with 485 additions and 358 deletions

View File

@@ -1,4 +1,4 @@
FROM rust:1.43.1 AS builder
FROM rust:1.44.1 AS builder
RUN apt-get update && apt-get install -y cmake
COPY . lighthouse
RUN cd lighthouse && make