summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-12-18 14:25:25 +0100
committerLaurenz <laurmaedje@gmail.com>2023-12-18 14:25:25 +0100
commit84597b46a456cd11b22ed71bade5722efa44e936 (patch)
tree7cb1fe47d16e80d052397df094dc4a16ea7d0d5f /Cargo.toml
parent2f2dd179385b4e78fcfb0a38aafc433cbb86b10a (diff)
Bump dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b419099e..62554326 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -57,7 +57,7 @@ image = { version = "0.24", default-features = false, features = ["png", "jpeg",
include_dir = "0.7"
indexmap = { version = "2", features = ["serde"] }
inferno = "0.11.15"
-kurbo = "0.9"
+kurbo = "0.9" # in sync with usvg
libfuzzer-sys = "0.4"
lipsum = "0.9"
log = "0.4"
@@ -78,8 +78,8 @@ rayon = "1.7.0"
regex = "1"
resvg = { version = "0.37.0", default-features = false, features = ["raster-images"] }
roxmltree = "0.19"
-rustls = "0.21"
-rustls-pemfile = "1"
+rustls = "0.21" # in sync with ureq
+rustls-pemfile = "1" # in sync with rustls
rustybuzz = "0.12.1"
same-file = "1"
self-replace = "1.3.7"