Skip to content

Commit 6717efb

Browse files
authored
Merge pull request #713 from dcampbell24/update-dependencies-
Update Everything
2 parents 0f195ea + f9cf955 commit 6717efb

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

plotters-bitmap/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ readme = "README.md"
1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

1414
[dependencies]
15-
gif = { version = "0.12.0", optional = true }
15+
gif = { version = "0.14.0", optional = true }
1616

1717
[dependencies.plotters-backend]
1818
version = "0.3.6"
1919
path = "../plotters-backend"
2020

2121
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.image]
22-
version = "0.24.3"
22+
version = "0.25.9"
2323
optional = true
2424
default-features = false
2525
features = ["jpeg", "png", "bmp"]
@@ -35,7 +35,7 @@ features = ["ttf", "line_series", "bitmap_backend"]
3535
path = "../plotters"
3636

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

4141
[[bench]]

plotters-svg/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ version = "0.3.6"
1616
path = "../plotters-backend"
1717

1818
[dependencies.image]
19-
version = "0.24.2"
19+
version = "0.25.9"
2020
optional = true
2121
default-features = false
2222
features = ["jpeg", "png", "bmp"]

plotters/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ optional = true
3838
path = "../plotters-svg"
3939

4040
[target.'cfg(not(all(target_arch = "wasm32", not(target_os = "wasi"))))'.dependencies]
41-
ttf-parser = { version = "0.20.0", optional = true }
41+
ttf-parser = { version = "0.25.1", optional = true }
4242
lazy_static = { version = "1.4.0", optional = true }
4343
pathfinder_geometry = { version = "0.5.1", optional = true }
4444
font-kit = { version = "0.14.2", optional = true }
@@ -47,7 +47,7 @@ once_cell = { version = "1.8.0", optional = true }
4747

4848

4949
[target.'cfg(not(all(target_arch = "wasm32", not(target_os = "wasi"))))'.dependencies.image]
50-
version = "0.24.3"
50+
version = "0.25.9"
5151
optional = true
5252
default-features = false
5353
features = ["jpeg", "png", "bmp"]
@@ -120,17 +120,17 @@ evcxr_bitmap = ["evcxr", "bitmap_backend", "plotters-svg/bitmap_encoder"]
120120
deprecated_items = [] # Keep some of the deprecated items for backward compatibility
121121

122122
[dev-dependencies]
123-
itertools = "0.10.0"
124-
criterion = "0.5.1"
123+
itertools = "0.14.0"
124+
criterion = "0.8.1"
125125
rayon = "1.5.1"
126126
serde_json = "1.0.82"
127127
serde_derive = "1.0.140"
128128
plotters = { path = ".", features = ["serialization"] }
129129

130130
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
131-
rand = "0.8.3"
132-
rand_distr = "0.4.0"
133-
rand_xorshift = "0.3.0"
131+
rand = "0.9.2"
132+
rand_distr = "0.5.1"
133+
rand_xorshift = "0.4.0"
134134

135135
[target.'cfg(all(target_arch = "wasm32", not(target_os = "wasi")))'.dev-dependencies]
136136
wasm-bindgen-test = "0.3.39"

0 commit comments

Comments
 (0)