From 93cfc62313a584c6c1b86531b270c3fefc1cb868 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 22:04:27 +0000 Subject: [PATCH] chore(deps): update rand requirement from 0.8 to 0.10 Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/0.8.0...0.10.0) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/teamtalk/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/teamtalk/Cargo.toml b/crates/teamtalk/Cargo.toml index b4c728e..2eec0a8 100644 --- a/crates/teamtalk/Cargo.toml +++ b/crates/teamtalk/Cargo.toml @@ -25,7 +25,7 @@ tls-rustls = ["reqwest/rustls-tls"] teamtalk-sys = { version = "0.1.0" } thiserror = "2.0" evalexpr = "13.1" -rand = "0.8" +rand = "0.10" regex = "1.12" reqwest = { version = "0.12", default-features = false, features = ["blocking"] } sevenz-rust2 = "0.20"