Skip to content

Commit

Permalink
Update dependency versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
davehadley committed Dec 2, 2023
1 parent 094b2b1 commit 1a733be
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ndhistogram/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "bench_fill"
harness = false

[dependencies]
num-traits = "0.2.14"
num-traits = "0.2.17"
rayon = {version="1.6.1", optional = true}

[dependencies.serde]
Expand All @@ -12,15 +12,15 @@ features = [ "derive",]
optional = true

[dev-dependencies]
rand = "0.8.0"
rand_distr = "0.4.0"
serde_json = "1.0.61"
version-sync = "0.9.1"
paste = "1.0.4"
rand = "0.8.5"
rand_distr = "0.4.3"
serde_json = "1.0.108"
version-sync = "0.9.5"
paste = "1.0.14"
rstest = "0.18.2"

[dev-dependencies.criterion]
version = "0.3.4"
version = "0.5.1"
features = [ "html_reports",]

[lib]
Expand Down

0 comments on commit 1a733be

Please sign in to comment.