Skip to content

Commit 4bdf5d0

Browse files
authored
Merge pull request #582 from 41Leahcim/master
Solved a potential unaligned read vulnerability
2 parents 9b05119 + 65c6740 commit 4bdf5d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plotters-bitmap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ features = ["ttf", "line_series", "bitmap_backend"]
3535
path = "../plotters"
3636

3737
[dev-dependencies]
38-
criterion = "0.4.0"
38+
criterion = "0.5.1"
3939
rayon = "1.5.1"
4040

4141
[[bench]]

plotters/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ deprecated_items = [] # Keep some of the deprecated items for backward compatibi
114114

115115
[dev-dependencies]
116116
itertools = "0.10.0"
117-
criterion = "0.4.0"
117+
criterion = "0.5.1"
118118
rayon = "1.5.1"
119119
serde_json = "1.0.82"
120120
serde = "1.0.139"

0 commit comments

Comments
 (0)