Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
RazrFalcon committed Jun 11, 2022
1 parent d6fa421 commit 9438da5
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 63 deletions.
98 changes: 40 additions & 58 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ required-features = ["filter", "text", "system-fonts", "memmap-fonts"]
gif = "0.11"
jpeg-decoder = { version = "0.2", default-features = false, features = ["platform_independent"] }
log = "0.4"
pico-args = "0.4"
pico-args = { version = "0.5", features = ["eq-separator"] }
png = "0.17"
rgb = "0.8"
svgfilters = { path = "svgfilters", version = "0.4", optional = true }
svgtypes = "0.8"
tiny-skia = "0.6.1"
tiny-skia = "0.6"
usvg = { path = "usvg", version = "0.22.0", default-features = false }

[dev-dependencies]
Expand Down
Binary file modified tests/png/a-fill-051.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/png/a-fill-052.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions usvg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ base64 = "0.13" # for embedded images
data-url = "0.1" # for href parsing
flate2 = { version = "1.0", default-features = false, features = ["rust_backend"] } # SVGZ decoding
float-cmp = { version = "0.9", default-features = false, features = ["std"] }
kurbo = "0.8"
kurbo = "0.8" # Bezier curves utils
log = "0.4"
pico-args = "0.4"
pico-args = { version = "0.5", features = ["eq-separator"] }
rctree = "0.4"
xmlwriter = { version = "0.1", optional = true }

# for svgtree
roxmltree = "0.14"
simplecss = "0.2.1"
simplecss = "0.2"
siphasher = "0.3"
svgtypes = "0.8"

Expand Down

0 comments on commit 9438da5

Please sign in to comment.