From 5effb763f0ad7ecd2dd0350ef831790f2cecfe81 Mon Sep 17 00:00:00 2001 From: Rasensprenger Date: Thu, 6 Aug 2026 02:02:36 +0200 Subject: [PATCH] Update Rust crate rand to 0.10 --- host/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/Cargo.toml b/host/Cargo.toml index 3d2b287..91bdc64 100644 --- a/host/Cargo.toml +++ b/host/Cargo.toml @@ -8,7 +8,7 @@ mtp-common = { version = "0.2.0", path = "../common" } mtp-codec = { version = "0.2.0", path = "../codec", features = ["registry"] } mtp-transport = { version = "0.2.0", path = "../transport", features = ["host"] } mtp-crypto = { version = "0.2.0", path = "../crypto", optional = true } -rand = "0.8" +rand = "0.10" tokio = { version = "1", features = ["macros", "rt", "time", "sync"] } tracing = "0.1" wtransport = "0.7" -- 2.54.0