Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into 87-fix-heartbeat-du…
Browse files Browse the repository at this point in the history
…mmy-ip
  • Loading branch information
leplatrem committed Nov 13, 2019
2 parents 56c72b6 + 2aba503 commit bd09da1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
7 changes: 7 additions & 0 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Note: This file does not work from where it is. It must be copied into your
# home directory, at the path ~/.cargo/audit.toml to work.

[advisories]
ignore = [
"RUSTSEC-2018-0015" # term is looking for a new maintainer, not a directy securit problem
]
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ jobs:
command: cargo clippy --all-targets --all-features
- run:
name: Package Audit
command: cargo audit

command: >
mkdir -p ~/.cargo
cp .cargo/audit.toml ~/.cargo/audit.toml
cargo audit
build:
docker:
Expand Down
9 changes: 5 additions & 4 deletions Cargo.lock

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

0 comments on commit bd09da1

Please sign in to comment.