From cd4b93ac22b5a2797f1d4b6d40cad38eb10dac8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 01:45:29 +0000 Subject: [PATCH] build(deps): bump rand Bumps the cargo group with 1 update in the /src-tauri directory: [rand](https://github.com/rust-random/rand). Updates `rand` from 0.8.5 to 0.9.2 - [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.5...rand_core-0.9.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] --- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 7f44fe04..4bb042e8 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1145,7 +1145,7 @@ dependencies = [ "duckdb", "futures-util", "oracle", - "rand 0.8.5", + "rand 0.9.2", "reqwest 0.12.28", "rust_decimal", "serde", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 0fe96189..418ab422 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -36,7 +36,7 @@ tiberius = { version = "0.12", features = ["chrono", "rust_decimal"] } bb8 = "0.8.6" async-trait = "0.1" ssh2 = { version = "0.9", features = ["vendored-openssl"] } -rand = "0.8" +rand = "0.9" tauri-plugin-updater = "2.10.0" tauri-plugin-process = "2.3.1" reqwest = { version = "0.12", default-features = false, features = ["json", "stream", "rustls-tls"] }