chore: update to edition 2024; update packages; rename some stuff

This commit is contained in:
Jef Roosens 2025-06-06 12:33:26 +02:00
parent 82e52bc8f9
commit 275d249320
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
48 changed files with 359 additions and 208 deletions

View file

@ -2,7 +2,7 @@ use std::path::PathBuf;
use gpodder::{AuthStore, User};
use gpodder_sqlite::SqliteRepository;
use rand::{distributions::Alphanumeric, Rng};
use rand::{Rng, distributions::Alphanumeric};
pub fn setup() -> (PathBuf, SqliteRepository, Vec<User>) {
let fname: String = rand::thread_rng()