Skip to content

Commit

Permalink
Merge pull request #582 from 41Leahcim/master
Browse files Browse the repository at this point in the history
Solved a potential unaligned read vulnerability
  • Loading branch information
AaronErhardt authored May 20, 2024
2 parents 9b05119 + 65c6740 commit 4bdf5d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plotters-bitmap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ features = ["ttf", "line_series", "bitmap_backend"]
path = "../plotters"

[dev-dependencies]
criterion = "0.4.0"
criterion = "0.5.1"
rayon = "1.5.1"

[[bench]]
Expand Down
2 changes: 1 addition & 1 deletion plotters/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ deprecated_items = [] # Keep some of the deprecated items for backward compatibi

[dev-dependencies]
itertools = "0.10.0"
criterion = "0.4.0"
criterion = "0.5.1"
rayon = "1.5.1"
serde_json = "1.0.82"
serde = "1.0.139"
Expand Down

0 comments on commit 4bdf5d0

Please sign in to comment.