Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jupyterkat committed Jun 29, 2023
1 parent 973d5b0 commit e18121e
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 28 deletions.
72 changes: 47 additions & 25 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ crate-type = ["cdylib"]
auxtools = { git = "https://github.com/willox/auxtools"}
auxcallback = { path = "./crates/auxcallback" }
auxcleanup = { path = "./crates/auxcleanup", optional = true}
itertools = "0.10.5"
itertools = "0.11.0"
rayon = "1.7.0"
float-ord = "0.3.2"
flume = "0.10.14"
Expand All @@ -43,11 +43,11 @@ fxhash = "0.2.1"
nonmax = "0.5.3"
ahash = "0.8.3"
lazy_static = "1.4.0"
indexmap = { version = "1.9.3", features = ["rayon"] }
indexmap = { version = "2.0.0", features = ["rayon"] }
dashmap = { version = "5.4.0", features = ["rayon"] }
atomic_float = "0.1.0"
petgraph = "0.6.3"
bitflags = "2.3.2"
bitflags = "2.3.3"
nom = "7.1.3"
coarsetime = "0.1.23"
mimalloc = { version = "0.1.37", default-features = false }
Expand Down

0 comments on commit e18121e

Please sign in to comment.