Skip to content

Commit eee3fe1

Browse files
Merge branch 'main' into dependabot/cargo/sha2-0.11.0
Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
2 parents a852191 + 1c4b710 commit eee3fe1

2 files changed

Lines changed: 75 additions & 42 deletions

File tree

Cargo.lock

Lines changed: 73 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ndarray-rand = "0.16"
2929
# ndarray-rand's). Revert until ndarray-rand ships a rand-0.10-compatible release.
3030
# NB: dependabot re-bumped this to 0.10 in #175 (build re-broke); reverted again
3131
# here. Consider a dependabot ignore for rand until ndarray-rand catches up.
32-
rand = "0.9"
32+
rand = "0.10"
3333
rand_distr = "0.5"
3434
rayon = "1.12"
3535

@@ -61,7 +61,7 @@ jni = "0.22"
6161

6262
# Configuration
6363
config = "0.14"
64-
toml = "0.8"
64+
toml = "1.1"
6565

6666
# Testing
6767
approx = "0.5"

0 commit comments

Comments
 (0)