Skip to content

Commit

Permalink
pathfinding 4.14.0, rand 0.9.0, getrandom 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mizar committed Jan 27, 2025
1 parent 04f010a commit 47f9c70
Show file tree
Hide file tree
Showing 4 changed files with 207 additions and 32 deletions.
199 changes: 175 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ argio = "=0.2.0"
bitvec = "=1.0.1"
counter = "=0.6.0"
hashbag = "=0.1.12"
pathfinding = "=4.13.1"
pathfinding = "=4.14.0"
recur-fn = "=2.2.0"
indexing = { version = "=0.4.1", features = ["experimental_pointer_ranges"] }
amplify = { version = "=4.8.0", features = ["c_raw", "rand", "stringly_conversions"] }
Expand Down Expand Up @@ -56,12 +56,12 @@ ndarray = "=0.16.1"
nalgebra = "=0.33.2"
alga = "=0.9.3"
libm = "=0.2.11"
rand = { version = "=0.8.5", features = ["small_rng", "min_const_gen"] }
getrandom = "=0.2.15"
rand_chacha = "=0.3.1"
rand_core = "=0.6.4"
rand = "=0.9.0"
getrandom = "=0.3.0"
rand_chacha = "=0.9.0"
rand_core = "=0.9.0"
rand_hc = "=0.3.2"
rand_pcg = "=0.3.1"
rand_pcg = "=0.9.0"
rand_distr = "=0.4.3"
petgraph = "=0.7.1"
indexmap = "=2.7.1"
Expand Down
Loading

0 comments on commit 47f9c70

Please sign in to comment.