Skip to content

Commit

Permalink
chore: disable grpcio openssl (#1288)
Browse files Browse the repository at this point in the history
(#1215 follow up) we shouldn't need it enabled since moving to reqwest+rustls

and upgrade the easier dependencies

Issue #1215
  • Loading branch information
pjenvey authored Apr 27, 2022
1 parent ee8e179 commit 8ff7a40
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 39 deletions.
1 change: 0 additions & 1 deletion .cargo/audit.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ ignore = [
"RUSTSEC-2020-0159",
"RUSTSEC-2020-0071",
"RUSTSEC-2021-0124",
"RUSTSEC-2021-0131",
]
79 changes: 43 additions & 36 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ RUN apt-get -q update && \
RUN \
cargo --version && \
rustc --version && \
cargo install --path . --locked --root /app --features grpcio/openssl && \
cargo install --path . --locked --root /app --features grpcio/openssl --bin purge_ttl
cargo install --path . --locked --root /app && \
cargo install --path . --locked --root /app --bin purge_ttl

FROM debian:buster-slim
WORKDIR /app
Expand Down

0 comments on commit 8ff7a40

Please sign in to comment.