Skip to content

Commit

Permalink
dev: bump cargo dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Oct 26, 2023
1 parent bc26cd1 commit 2d700c6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -129,17 +129,17 @@ image = { version = "0.24", default-features = false, features = [
"jpeg",
"gif",
] }
resvg = { version = "0.35", default-features = false, features = [
resvg = { version = "0.36", default-features = false, features = [
"raster-images",
] }
svgtypes = "0.11"
tiny-skia = "0.10.0"
svgtypes = "0.12"
tiny-skia = "0.11"
tiny-skia-path = "0.11"
usvg = { version = "0.35", default-features = false, features = ["text"] }
usvg = { version = "0.36", default-features = false, features = ["text"] }

# cryptography and processing
ansi-to-html = "0.1.3"
base64 = "0.21.0"
base64 = "0.21.2"
base64-serde = "0.7.0"
byteorder = "1.4.3"
data-url = "0.3.0"
Expand Down

0 comments on commit 2d700c6

Please sign in to comment.