Skip to content

Commit 8904671

Browse files
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](rust-random/getrandom@v0.2.10...v0.3.1) --- updated-dependencies: - dependency-name: getrandom dependency-type: direct:production dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3fa5ef5 commit 8904671

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ argmin = "0.10.0"
4848
bytemuck = "1.18.0"
4949
chrono = "0.4.38"
5050
distrs = "0.2.1"
51-
getrandom = { version = "0.2.10", features = ["js"] }
51+
getrandom = { version = "0.3.1", features = ["js"] }
5252
itertools = "0.14.0"
5353
js-sys = "0.3.64"
5454
num-traits = "0.2.19"

js/augurs-changepoint-js/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ test = false
2020
[dependencies]
2121
augurs-core-js.workspace = true
2222
augurs-changepoint = { workspace = true, features = ["serde"] }
23-
getrandom = { version = "0.2.10", features = ["js"] }
23+
getrandom = { version = "0.3.1", features = ["js"] }
2424
js-sys = "0.3.64"
2525
serde.workspace = true
2626
serde-wasm-bindgen = "0.6.0"

0 commit comments

Comments
 (0)