update deps, new version

This commit is contained in:
Ondřej Hruška
2021-01-24 11:30:28 +01:00
parent 89bebc6b03
commit c5a9767881
3 changed files with 7 additions and 6 deletions
+1
View File
@@ -179,6 +179,7 @@ where
let token: String = OsRng
.sample_iter(&rand::distributions::Alphanumeric)
.take(store.config.cookie_len)
.map(char::from)
.collect();
if !store_wg.sessions.contains_key(&token) {