chore(deps): update dependencies #4

Open
Job79 wants to merge 5 commits from Job79/pastabble:main into main
Showing only changes of commit c3635a3433 - Show all commits

View File

@@ -11,6 +11,7 @@ mod paste;
// Generate random key function // Generate random key function
fn random_string() -> String { fn random_string() -> String {
// hallo
rand::thread_rng() rand::thread_rng()
.sample_iter(&Alphanumeric) .sample_iter(&Alphanumeric)
.take(5) .take(5)