diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -76,7 +76,7 @@ pulldown-cmark = "0.9" quote = "1" rayon = "1.7.0" regex = "1" -resvg = { version = "0.37.0", default-features = false, features = ["raster-images"] } +resvg = { version = "0.38.0", default-features = false, features = ["raster-images"] } roxmltree = "0.19" rustls = "0.21" # in sync with ureq rustls-pemfile = "1" # in sync with rustls @@ -91,7 +91,7 @@ siphasher = "1" smallvec = { version = "1.11.1", features = ["union", "const_generics", "const_new"] } stacker = "0.1.15" subsetter = "0.1.1" -svg2pdf = { git = "https://github.com/typst/svg2pdf", rev = "11f34c7" } +svg2pdf = { git = "https://github.com/typst/svg2pdf", rev = "49891ef" } syn = { version = "2", features = ["full", "extra-traits"] } syntect = { version = "5", default-features = false, features = ["parsing", "regex-fancy", "plist-load", "yaml-load"] } tar = "0.4" @@ -111,7 +111,7 @@ unicode-script = "0.5" unicode-segmentation = "1" unscanny = "0.1" ureq = "2" -usvg = { version = "0.37", default-features = false, features = ["text"] } +usvg = { version = "0.38.0", default-features = false, features = ["text"] } walkdir = "2" wasmi = "0.31.0" xmlparser = "0.13.5" |
