Skip to content

Commit 4da9a74

Browse files
committed
Update to new inventory version
1 parent 55109c7 commit 4da9a74

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@ appveyor = { repository = "fafhrd91/pyo3" }
2020
codecov = { repository = "PyO3/pyo3", branch = "master", service = "github" }
2121

2222
[dependencies]
23-
libc = "0.2.43"
23+
libc = "0.2.48"
2424
spin = "0.5.0"
2525
num-traits = "0.2.6"
2626
pyo3cls = { path = "pyo3cls", version = "=0.6.0-alpha.2" }
2727
mashup = "0.1.9"
2828
num-complex = { version = "0.2.1", optional = true }
29-
inventory = "0.1.2"
29+
inventory = "0.1.3"
3030

3131
[dev-dependencies]
32-
assert_approx_eq = "1.0.0"
32+
assert_approx_eq = "1.1.0"
3333
docmatic = "0.1.2"
3434
indoc = "0.3.1"
3535

3636
[build-dependencies]
37-
regex = "1.0.5"
37+
regex = "1.1.0"
3838
version_check = "0.1.5"
3939

4040
[features]

0 commit comments

Comments
 (0)