diff options
| author | Fuwn <[email protected]> | 2022-03-11 12:30:32 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-11 12:30:32 +0000 |
| commit | 724e42fb5ea365087466e34fa67fd023cb644df9 (patch) | |
| tree | 3087063f61bd58a39af1185a9b370c176acef28a | |
| parent | Merge pull request #38 from Fuwn/renovate/actions-checkout-3.x (diff) | |
| parent | fix(deps): update rust crate rand to 0.8.5 (diff) | |
| download | nitrous-724e42fb5ea365087466e34fa67fd023cb644df9.tar.xz nitrous-724e42fb5ea365087466e34fa67fd023cb644df9.zip | |
Merge pull request #36 from Fuwn/renovate/rand-0.x
fix(deps): update rust crate rand to 0.8.5
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ harness = false structopt = "0.3.26" # Utility -rand = "0.8.4" +rand = "0.8.5" # Logging log = "0.4.14" |