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, 2 insertions, 2 deletions
diff --git a/svgbob/Cargo.toml b/svgbob/Cargo.toml
index dfdd130..917b9d4 100644
--- a/svgbob/Cargo.toml
+++ b/svgbob/Cargo.toml
@@ -10,8 +10,8 @@ keywords = ["ascii","plain","text", "svg", "bob"]
license = "Apache-2.0"
[dependencies]
-nalgebra = "0.18.0"
-ncollide2d = "0.19.1"
+nalgebra = "0.28"
+ncollide2d = "0.31"
lazy_static = "1.3.0"
sauron = { version = "0.34" }
unicode-width = "0.1.5"