Skip to content

Commit

Permalink
chore: upgrade ctrlc to 3.2.1 in order to upgrade to nix 0.23.0 (dfin…
Browse files Browse the repository at this point in the history
…ity#1860)

Fixes this cargo audit failure:

```
Crate:         nix
Version:       0.22.0
Title:         Out-of-bounds write in nix::unistd::getgrouplist
Date:          2021-09-27
ID:            RUSTSEC-2021-0119
URL:           https://rustsec.org/advisories/RUSTSEC-2021-0119
Solution:      Upgrade to ^0.20.2 OR ^0.21.2 OR ^0.22.2 OR >=0.23.0
Dependency tree:
nix 0.22.0
└── ctrlc 3.2.0
    └── dfx 0.8.2
```
  • Loading branch information
ericswanson-dfinity authored Oct 11, 2021
1 parent 3187745 commit fbe5a65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion src/dfx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ clap_derive = "=3.0.0-beta.2"
console = "0.7.7"
crc32fast = "1.2.0"
crossbeam = "0.8.1"
ctrlc = { version = "3.1.6", features = [ "termination" ] }
ctrlc = { version = "3.2.1", features = [ "termination" ] }
dialoguer = "0.6.2"
erased-serde = "0.3.10"
flate2 = "1.0.11"
Expand Down

0 comments on commit fbe5a65

Please sign in to comment.