From 1ed95584641812e3a86374f8d23728d0e77fee70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 20:48:14 +0000 Subject: [PATCH] chore(deps): update rust crate rand to 0.9 --- plugins/stronghold/Cargo.toml | 2 +- plugins/websocket/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/stronghold/Cargo.toml b/plugins/stronghold/Cargo.toml index e046f13c..47789812 100644 --- a/plugins/stronghold/Cargo.toml +++ b/plugins/stronghold/Cargo.toml @@ -26,7 +26,7 @@ rand_chacha = { version = "0.3.1", optional = true } rand_core = { version = "0.6.4", features = ["getrandom"], optional = true } [dev-dependencies] -rand = "0.8" +rand = "0.9" rusty-fork = "0.3" [features] diff --git a/plugins/websocket/Cargo.toml b/plugins/websocket/Cargo.toml index 6c5bc48f..b472c848 100644 --- a/plugins/websocket/Cargo.toml +++ b/plugins/websocket/Cargo.toml @@ -16,7 +16,7 @@ tauri = { workspace = true } log = { workspace = true } thiserror = { workspace = true } http = "1" -rand = "0.8" +rand = "0.9" futures-util = "0.3" tokio = { version = "1", features = ["net", "sync"] } tokio-tungstenite = { version = "0.26", features = ["native-tls"] }