diff options
| author | Ralf Jung <post@ralfj.de> | 2023-05-23 12:10:18 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2023-05-23 12:10:18 +0200 |
| commit | 13e4766440efde6baaff12675cd9acf580e3f557 (patch) | |
| tree | 614a44d93e36a67e798e2ef35016b6f1966e41f7 | |
| parent | 4b05125b5e0193b40642f4d8959fa71fdbcec9d9 (diff) | |
| download | rust-13e4766440efde6baaff12675cd9acf580e3f557.tar.gz rust-13e4766440efde6baaff12675cd9acf580e3f557.zip | |
update lockfile
| -rw-r--r-- | Cargo.lock | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 04c804d19a4..0ea20472e45 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -895,6 +895,16 @@ dependencies = [ ] [[package]] +name = "ctrlc" +version = "3.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7394a21d012ce5c850497fb774b167d81b99f060025fbf06ee92b9848bd97eb2" +dependencies = [ + "nix", + "windows-sys 0.48.0", +] + +[[package]] name = "curl" version = "0.4.44" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -2295,6 +2305,7 @@ name = "miri" version = "0.1.0" dependencies = [ "colored", + "ctrlc", "env_logger 0.9.0", "getrandom", "lazy_static", @@ -2325,6 +2336,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54" [[package]] +name = "nix" +version = "0.26.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a" +dependencies = [ + "bitflags", + "cfg-if", + "libc", + "static_assertions", +] + +[[package]] name = "nom" version = "7.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" |
