From a77e278869a73171ee6dd55bf0172b96f81dbe8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 17:07:01 +0000 Subject: [PATCH 1/2] Update rand_chacha requirement from 0.9.0 to 0.10.0 Updates the requirements on [rand_chacha](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/commits) --- updated-dependencies: - dependency-name: rand_chacha dependency-version: 0.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4e368d16..3574b0f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ lto = "thin" # Do a second optimization pass over the entire program, inclu rand = "0.9.1" nalgebra = "0.34.0" rand_distr = "0.5.1" -rand_chacha = "0.9.0" +rand_chacha = "0.10.0" rerun = "0.29" thiserror = "2.0.12" serde = { version = "1.0.219", features = ["derive"] } From e7af403929d37ce5e6ad188c2cc362e666c10862 Mon Sep 17 00:00:00 2001 From: Yang Zhou Date: Mon, 2 Feb 2026 12:09:17 -0500 Subject: [PATCH 2/2] fix: ignore consts typo --- .config/_typos.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/_typos.toml b/.config/_typos.toml index e69de29b..96ff3fc9 100644 --- a/.config/_typos.toml +++ b/.config/_typos.toml @@ -0,0 +1,2 @@ +[default.extend-words] +consts = "consts"