Skip to content

Commit

Permalink
fix dep version regressions
Browse files Browse the repository at this point in the history
  • Loading branch information
LoricAndre committed Nov 18, 2024
1 parent 0e98be8 commit 6368365
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ rayon = "1.5.3"
derive_builder = "0.20.2"
bitflags = "1.3.2"
timer = "0.2.0"
chrono = "0.4"
crossbeam = "0.8.0"
beef = "0.5.0" # compact cow
defer-drop = "1.0.1"
chrono = "0.4.22"
crossbeam = "0.8.2"
beef = "0.5.2" # compact cow
defer-drop = "1.3.0"
indexmap = "2.6.0"

[features]
Expand Down

0 comments on commit 6368365

Please sign in to comment.