Skip to content

Commit 4bfc7e0

Browse files
authored
Merge pull request #27 from urschrei/shugel/push-llwnyuzyqtwy
Update dependencies
2 parents 152b5ad + ef3fad3 commit 4bfc7e0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rdp"
3-
version = "0.13.3"
3+
version = "0.13.4"
44
authors = ["Stephan Hügel <[email protected]>"]
55
description = "An FFI wrapper for the Ramer–Douglas–Peucker and Visvalingam-Whyatt algorithms"
66
readme = "README.md"
@@ -12,16 +12,16 @@ license = "MIT"
1212
edition = "2021"
1313

1414
[dependencies]
15-
libc = "0.2.147"
16-
geo = "0.28.0"
15+
libc = "0.2.174"
16+
geo = "0.30.0"
1717
geo-types = "0.7.13"
18-
num-traits = "0.2.15"
18+
num-traits = "0.2.19"
1919

2020
[dev-dependencies]
21-
criterion = "0.4"
21+
criterion = "0.6"
2222

2323
[build-dependencies]
24-
cbindgen = "0.26.0"
24+
cbindgen = "0.29.0"
2525

2626
[features]
2727
headers = []

0 commit comments

Comments
 (0)