Skip to content

Commit

Permalink
more updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jupyterkat committed Mar 26, 2024
1 parent 198f1d9 commit 37f53da
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
54 changes: 27 additions & 27 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,18 @@ coarsetime = { workspace = true }
eyre = { workspace = true }
auxcallback = { path = "./crates/auxcallback" }
itertools = "0.12.1"
rayon = "1.8.1"
rayon = "1.10.0"
float-ord = "0.3.2"
parking_lot = "0.12.1"
fxhash = "0.2.1"
ahash = "0.8.8"
ahash = "0.8.11"
lazy_static = "1.4.0"
indexmap = { version = "2.2.3", features = ["rayon"] }
indexmap = { version = "2.2.6", features = ["rayon"] }
dashmap = { version = "5.5.3", features = ["rayon"] }
hashbrown = "0.14.3"
atomic_float = "0.1.0"
petgraph = "0.6.4"
bitflags = "2.4.2"
bitflags = "2.5.0"
nom = "7.1.3"
mimalloc = { version = "0.1.39", default-features = false }
stable-eyre = "0.2.2"
Expand Down

0 comments on commit 37f53da

Please sign in to comment.