Skip to content

Commit

Permalink
chore: Update dependencies where possible. (#250)
Browse files Browse the repository at this point in the history
* Pinned dependencies contain comments indicating why they're pinned.
* fix audit issues
* update to new rust
  • Loading branch information
jrconlin authored Feb 17, 2021
1 parent 1300a4d commit d9446f6
Show file tree
Hide file tree
Showing 8 changed files with 601 additions and 552 deletions.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,13 @@ jobs:
# pending https://github.com/bodil/sized-chunks/issues/11
- run:
# ignoring RUSTSEC-2020-0041 => no upgrade available for im 14.2.0 (sentry 0.18.1)
# ignoring RUSTSEC-2021-0003 => blocked tokio update #249
# ignoring RUSTSEC-2021-0020 => increasing LB security filtering
command: |
cargo audit \
--ignore RUSTSEC-2020-0041
--ignore RUSTSEC-2020-0041 \
--ignore RUSTSEC-2021-0003 \
--ignore RUSTSEC-2021-0020
test:
docker:
Expand Down
Loading

0 comments on commit d9446f6

Please sign in to comment.