diff options
| author | Fuwn <[email protected]> | 2021-06-15 22:22:11 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-06-15 22:22:11 +0000 |
| commit | 030944114fa5396840d7fd6d721efb3572fe9809 (patch) | |
| tree | 86c81be8b13c7a9ff7e1cdf4121f09c6615e6e4d | |
| parent | Merge pull request #3 from fuwn/renovate/tokio-1.x (diff) | |
| parent | fix(deps): update rust crate rand to 0.8.4 (diff) | |
| download | nitrous-030944114fa5396840d7fd6d721efb3572fe9809.tar.xz nitrous-030944114fa5396840d7fd6d721efb3572fe9809.zip | |
Merge pull request #4 from fuwn/renovate/rand-0.x
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ harness = false structopt = "0.3.21" # Utility -rand = "0.8.3" +rand = "0.8.4" # Logging log = "0.4.14" |