Skip to content

Commit

Permalink
fix(plugin-keychain-vault): hyper upgrade
Browse files Browse the repository at this point in the history
   Primary Changes
   --------------
   1. Updated rust docker container base image to the latest
   2. Updated hyper, hyper-openssl, hyper-tls, swagger,
      tokio, tokio-openssl versions in cargo.toml
   3. Updated the depricated to_body() method to to_bytes() method
      and relevant imports

Fixes #2120

Signed-off-by: jagpreetsinghsasan <jagpreet.singh.sasan@accenture.com>
  • Loading branch information
jagpreetsinghsasan authored and petermetz committed Nov 2, 2022
1 parent 561a4d1 commit 3062343
Show file tree
Hide file tree
Showing 4 changed files with 252 additions and 207 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.49.0 as builder
FROM rust:1.63.0 as builder

WORKDIR /
RUN USER=root cargo new --bin cactus-keychain-vault-server
Expand Down

0 comments on commit 3062343

Please sign in to comment.