summaryrefslogtreecommitdiffstats
path: root/svgbob/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'svgbob/Cargo.toml')
-rw-r--r--svgbob/Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/svgbob/Cargo.toml b/svgbob/Cargo.toml
index 2b70f02..3e2675e 100644
--- a/svgbob/Cargo.toml
+++ b/svgbob/Cargo.toml
@@ -13,12 +13,10 @@ license = "Apache-2.0"
nalgebra = "0.18.0"
ncollide2d = "0.19.1"
lazy_static = "1.3.0"
-sauron = { version = "0.24.0", default-features = false}
+sauron = { version = "0.27.0", default-features = false}
unicode-width = "0.1.5"
itertools = "0.8.0"
pom = { version = "3.1.0" }
[features]
with-dom = ["sauron/with-dom"]
-
-