From 8563cf1dd5ce9a1f8c1bf1378e657cf5fda88569 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 02:14:24 +0000 Subject: [PATCH] Bump rand_chacha from 0.3.1 to 0.9.0 Bumps [rand_chacha](https://github.com/rust-random/rand) from 0.3.1 to 0.9.0. - [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/rand_chacha-0.3.1...0.9.0) --- updated-dependencies: - dependency-name: rand_chacha dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4f4d520..66a10ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -405,7 +405,7 @@ dependencies = [ "nmea", "proptest", "rand 0.8.6", - "rand_chacha 0.3.1", + "rand_chacha 0.9.0", "rstest", "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 5d9eba2..e6b0049 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ serde_json = "1" thiserror = "2.0" clap = { version = "4.5", features = ["derive"] } rand = "0.8" -rand_chacha = "0.3" +rand_chacha = "0.9" mavlink = { version = "0.13", default-features = false, features = ["common", "std"] } tokio-serial = "5.4" tokio-util = { version = "0.7", features = ["codec"] }