Skip to content

Commit

Permalink
Merge pull request #389 from x4121/hotfix/beef_data_races
Browse files Browse the repository at this point in the history
Update beef to prevent data races
  • Loading branch information
lotabout authored Jan 31, 2021
2 parents 354c015 + d142669 commit dde3ddb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ bitflags = "1.0.4"
timer = "0.2.0"
chrono = "0.4"
crossbeam = "0.8.0"
beef = "0.4.4" # compact cow
beef = "0.5.0" # compact cow
defer-drop = "1.0.1"

[features]
Expand Down

0 comments on commit dde3ddb

Please sign in to comment.