Skip to content

Commit 17e1850

Browse files
authored
Update average (#19)
1 parent c5de6c7 commit 17e1850

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ serde = ["dep:serde", "dep:serde_with", "rand/serde"]
3636
rand = { version = "0.9.0", default-features = false }
3737
num-traits = { version = "0.2", default-features = false, features = ["libm"] }
3838
serde = { version = "1.0.103", features = ["derive"], optional = true }
39-
serde_with = { version = ">= 3.0, <= 3.11", optional = true }
39+
serde_with = { version = "3", optional = true }
4040

4141
[dev-dependencies]
4242
rand_pcg = { version = "0.9.0" }
4343
# For inline examples
4444
rand = { version = "0.9.0", features = ["small_rng"] }
4545
# Histogram implementation for testing uniformity
46-
average = { version = "0.15", features = [ "std" ] }
46+
average = { version = "0.16", features = [ "std" ] }
4747
# Special functions for testing distributions
4848
special = "0.11.0"

0 commit comments

Comments
 (0)