Bump dependencies

This commit is contained in:
Jordan Doyle
2022-03-14 22:45:27 +00:00
parent c686cba0c4
commit e8c3d1a5fc
4 changed files with 1246 additions and 1277 deletions

View File

@@ -41,7 +41,8 @@ pub fn generate_id() -> String {
thread_rng()
.sample_iter(&Alphanumeric)
.take(6)
.collect::<String>()
.map(char::from)
.collect()
})
}