We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fa5ef5 commit 8904671Copy full SHA for 8904671
Cargo.toml
@@ -48,7 +48,7 @@ argmin = "0.10.0"
48
bytemuck = "1.18.0"
49
chrono = "0.4.38"
50
distrs = "0.2.1"
51
-getrandom = { version = "0.2.10", features = ["js"] }
+getrandom = { version = "0.3.1", features = ["js"] }
52
itertools = "0.14.0"
53
js-sys = "0.3.64"
54
num-traits = "0.2.19"
js/augurs-changepoint-js/Cargo.toml
@@ -20,7 +20,7 @@ test = false
20
[dependencies]
21
augurs-core-js.workspace = true
22
augurs-changepoint = { workspace = true, features = ["serde"] }
23
24
25
serde.workspace = true
26
serde-wasm-bindgen = "0.6.0"
0 commit comments