From 890467191be2ea16442cb0a867b0d38952b07ada Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 16:36:03 +0000 Subject: [PATCH] chore(deps): update getrandom requirement in the rust-dependencies group Updates the requirements on [getrandom](https://github.com/rust-random/getrandom) to permit the latest version. Updates `getrandom` to 0.3.1 - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/getrandom/compare/v0.2.10...v0.3.1) --- updated-dependencies: - dependency-name: getrandom dependency-type: direct:production dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> --- Cargo.toml | 2 +- js/augurs-changepoint-js/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2ee3827f..ea748712 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ argmin = "0.10.0" bytemuck = "1.18.0" chrono = "0.4.38" distrs = "0.2.1" -getrandom = { version = "0.2.10", features = ["js"] } +getrandom = { version = "0.3.1", features = ["js"] } itertools = "0.14.0" js-sys = "0.3.64" num-traits = "0.2.19" diff --git a/js/augurs-changepoint-js/Cargo.toml b/js/augurs-changepoint-js/Cargo.toml index b22dfa6c..cb66311c 100644 --- a/js/augurs-changepoint-js/Cargo.toml +++ b/js/augurs-changepoint-js/Cargo.toml @@ -20,7 +20,7 @@ test = false [dependencies] augurs-core-js.workspace = true augurs-changepoint = { workspace = true, features = ["serde"] } -getrandom = { version = "0.2.10", features = ["js"] } +getrandom = { version = "0.3.1", features = ["js"] } js-sys = "0.3.64" serde.workspace = true serde-wasm-bindgen = "0.6.0"