Update deps

This commit is contained in:
Pascal Engélibert 2026-07-25 20:12:48 +02:00
commit 39ebfcb1db
4 changed files with 754 additions and 639 deletions

View file

@ -5,7 +5,7 @@ use crate::{
repo::{RepoMetadata, WriteRepoMetadataError},
};
use rand::Rng;
use rand::RngExt;
use serde::Deserialize;
use sha2::Digest;
use trillium_client::Client;