Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
w1th0utnam3 committed Feb 27, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 73bc254 commit c2a5805
Showing 3 changed files with 256 additions and 324 deletions.
574 changes: 253 additions & 321 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion splashsurf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ chrono = "0.4.20"
anyhow = "1.0"
rayon = "1.7"
bytemuck = "1.9"
regex = "1"
regex = "1.5.5"
walkdir = "2"
lexical-sort = "0.3"
indicatif = "0.17"
4 changes: 2 additions & 2 deletions splashsurf_lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ num-traits = "0.2"
num-integer = "0.1"
anyhow = "1.0"
thiserror = "1.0"
itertools = "0.11"
itertools = "0.12"
parking_lot = "0.12"
thread_local = "1.1.4"
rayon = "1.7"
@@ -54,7 +54,7 @@ arrayvec = "0.7"
bytemuck = { version = "1.9", features = ["extern_crate_alloc"] }
bytemuck_derive = "1.3"
numeric_literals = "0.2"
rstar = "0.11"
rstar = "0.12"

# IO
vtkio = { version = "0.6", optional = true }

0 comments on commit c2a5805

Please sign in to comment.