diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -138,6 +138,7 @@ dependencies = [ "indicatif", "itertools", "log", + "minspan", "parse_duration", "rand 0.8.3", "reqwest", @@ -1169,6 +1170,12 @@ dependencies = [ ] [[package]] +name = "minspan" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1269a17ac308ae0b906ec1b0ff8062fd0c82f18cc2956faa367302ec3380f4e8" + +[[package]] name = "mio" version = "0.7.11" source = "registry+https://github.com/rust-lang/crates.io-index" |
