Skip to content

Commit 5816226

Browse files
committed
Merge branch 'master' of ssh://github.com/38/plotters
2 parents 840e6e4 + 72b2e77 commit 5816226

File tree

4 files changed

+23
-29
lines changed

4 files changed

+23
-29
lines changed

Cargo.lock

Lines changed: 16 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plotters-bitmap/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ gif = { version = "0.11.2", optional = true }
1818
path = "../plotters-backend"
1919

2020
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.image]
21-
version = "0.24.2"
21+
version = "0.24.3"
2222
optional = true
2323
default-features = false
2424
features = ["jpeg", "png", "bmp"]
@@ -34,7 +34,7 @@ features = ["ttf", "line_series", "bitmap_backend"]
3434
path = "../plotters"
3535

3636
[dev-dependencies]
37-
criterion = "0.3.4"
37+
criterion = "0.3.6"
3838
rayon = "1.5.1"
3939

4040
[[bench]]

plotters-svg/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2018"
66
license = "MIT"
77
description = "Plotters SVG backend"
88
homepage = "https://plotters-rs.github.io"
9-
repository = "https://github.com/plotters-rs/plotters-svg.git"
9+
repository = "https://github.com/plotters-rs/plotters.git"
1010
readme = "README.md"
1111

1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

plotters/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pathfinder_geometry = { version = "0.5.1", optional = true }
3636
font-kit = { version = "0.11.0", optional = true }
3737

3838
[target.'cfg(not(all(target_arch = "wasm32", not(target_os = "wasi"))))'.dependencies.image]
39-
version = "0.24.2"
39+
version = "0.24.3"
4040
optional = true
4141
default-features = false
4242
features = ["jpeg", "png", "bmp"]
@@ -104,11 +104,11 @@ deprecated_items = [] # Keep some of the deprecated items for backward compatibi
104104

105105
[dev-dependencies]
106106
itertools = "0.10.0"
107-
criterion = "0.3.4"
107+
criterion = "0.3.6"
108108
rayon = "1.5.1"
109109
serde_json = "1.0.82"
110-
serde = "1.0.138"
111-
serde_derive = "1.0.138"
110+
serde = "1.0.139"
111+
serde_derive = "1.0.140"
112112

113113
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
114114
rand = "0.8.3"

0 commit comments

Comments
 (0)