From df5a7994c6b612c9861cd5d85f40730d5bb1a544 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 25 Dec 2020 18:08:07 +0000 Subject: build(deps): bump rand from 0.7.3 to 0.8.0 (#2016) --- src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 2dd9208f0..a31294098 100644 --- a/src/main.rs +++ b/src/main.rs @@ -205,6 +205,7 @@ fn main() { rand::thread_rng() .sample_iter(&Alphanumeric) .take(16) + .map(char::from) .collect::() ), (command, _) => unreachable!("Invalid subcommand: {}", command), -- cgit v1.2.3