Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gauteh committed Jan 26, 2024
1 parent af8d738 commit 6248b68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ path = "src/devel/make_bitmap.rs"
link-cplusplus = { version = "1.0" }
geos = { version = "8" }
lazy_static = "1.4"
numpy = { version = "0.19" }
pyo3 = { version = "0.19" , features = [ "abi3-py38" ] }
numpy = { version = "0.20" }
pyo3 = { version = "0.20" , features = [ "abi3-py39" ] }
roaring = "0.10"
rust-embed = "8"
xz2 = "0.1"
Expand All @@ -33,8 +33,8 @@ rayon = "1"

[build-dependencies]
reqwest = { version = "0.11", default-features = false, features = [ "blocking", "rustls-tls" ] }
ring = "0.16"
path-slash = "0.1"
ring = "0.17"
path-slash = "0.2"

[features]
extension-module = ["pyo3/extension-module"]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["maturin>=0.13,<0.14"]
requires = ["maturin>=1.4"]
build-backend = "maturin"

[tool.maturin]
Expand Down

0 comments on commit 6248b68

Please sign in to comment.