Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
RazrFalcon committed Dec 16, 2023
1 parent ec819c7 commit d38a3ed
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 35 deletions.
76 changes: 44 additions & 32 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/usvg-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ flate2 = { version = "1.0", default-features = false, features = ["rust_backend"
imagesize = "0.12" # raster images size detection
kurbo = "0.9" # Bezier curves utils
log = "0.4"
roxmltree = "0.18"
roxmltree = "0.19"
simplecss = "0.2"
siphasher = "0.3" # perfect hash implementation
svgtypes = "0.13"
Expand Down
4 changes: 2 additions & 2 deletions crates/usvg-text-layout/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ documentation = "https://docs.rs/usvg-text-layout/"
workspace = "../.."

[dependencies]
fontdb = { version = "0.15", default-features = false }
fontdb = { version = "0.16", default-features = false }
kurbo = "0.9" # Bezier curves utils for text-on-path
log = "0.4"
rustybuzz = "0.10"
rustybuzz = "0.12"
unicode-bidi = "0.3"
unicode-script = "0.5"
unicode-vo = "0.1"
Expand Down

0 comments on commit d38a3ed

Please sign in to comment.