diff options
| author | Renovate Bot <[email protected]> | 2022-03-07 10:39:59 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2022-03-07 10:39:59 +0000 |
| commit | dac5fe53fda42de79a843afb6a93f8f790a5e15a (patch) | |
| tree | 19ead51c9f26d4aeaed1314ca7ca9e1388661920 | |
| parent | fix(utils): user agent ban? (diff) | |
| download | api-renovate/rand-0.x.tar.xz api-renovate/rand-0.x.zip | |
fix(deps): update rust crate rand to 0.8.5renovate/rand-0.x
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ serde = "1.0.125" serde_derive = "1.0.125" # Utility -rand = "0.8.3" +rand = "0.8.5" dotenv = "0.15.0" # Web |