summaryrefslogtreecommitdiffstats
path: root/packages/svgbob/Cargo.toml
diff options
context:
space:
mode:
authorJovansonlee Cesar <ivanceras@gmail.com>2022-02-07 22:08:51 +0800
committerJovansonlee Cesar <ivanceras@gmail.com>2022-02-07 22:08:51 +0800
commitc18299b367c81afabc4ce967e5a68ec1307beb50 (patch)
tree5a39575dd3cfd670049f8e5f9899fdbf09bb3b25 /packages/svgbob/Cargo.toml
parent6514644ad620afa93a543092e19171341bdd7736 (diff)
bump up versions
Diffstat (limited to 'packages/svgbob/Cargo.toml')
-rw-r--r--packages/svgbob/Cargo.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/packages/svgbob/Cargo.toml b/packages/svgbob/Cargo.toml
index 078afed..fab15e2 100644
--- a/packages/svgbob/Cargo.toml
+++ b/packages/svgbob/Cargo.toml
@@ -10,15 +10,15 @@ keywords = ["ascii","plain","text", "svg", "bob"]
license = "Apache-2.0"
[dependencies]
-nalgebra = "0.29"
-parry2d = "0.7"
+nalgebra = "0.30.1"
+parry2d = "0.8.0"
lazy_static = "1.3.0"
-sauron = { version = "0.43.10", default-features = false}
+sauron = { version = "0.43.11", default-features = false}
#sauron = { version = "0.43.10", default-features = false, path = "../../../sauron"}
-unicode-width = "0.1.5"
-itertools = "0.8.0"
-pom = { version = "3.1.0" }
-log = "0.4"
+unicode-width = "0.1.9"
+itertools = "0.10.3"
+pom = { version = "3.2.0" }
+log = "0.4.14"