Skip to content

Commit

Permalink
Upgrade outdated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Notgnoshi committed Feb 25, 2024
1 parent 2962492 commit c0c25a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ cxx = {version = "1.0", optional=true}
delaunator = "1.0"
hex = "0.4"
itertools = "0.12"
geo = "0.27"
geo = "0.28"
kdtree = "0.7"
log = "0.4"
noise = "0.8"
Expand All @@ -81,8 +81,8 @@ rand = "0.8"
rand_distr = "0.4"
rectangle-pack = "0.4"
rhai = {version="1.13", features=["only_i64", "no_index", "no_object", "no_time", "no_function", "no_module", "no_custom_syntax"]}
stderrlog = "0.5"
svg = "0.14"
stderrlog = "0.6"
svg = "0.16"
wkb = "0.7"
wkt = "0.10"

Expand All @@ -94,7 +94,7 @@ fs_extra = "1.3"
glob = "0.3"

[dev-dependencies]
ctor = "0.1"
ctor = "0.2"
float-cmp = "0.9"

[features]
Expand Down

0 comments on commit c0c25a9

Please sign in to comment.