Skip to content

Commit

Permalink
chore: update vulnerable pip dependencies (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-codecov committed Oct 3, 2023
1 parent 37a58a3 commit a4ccbbb
Show file tree
Hide file tree
Showing 5 changed files with 125 additions and 150 deletions.
244 changes: 110 additions & 134 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name = "ribs"
crate-type = ["cdylib", "rlib"]

[dependencies.pyo3]
version = "0.12.4"
version = "0.19.2"

[features]
extension-module = ["pyo3/extension-module"]
Expand All @@ -26,4 +26,4 @@ default = ["extension-module"]
[target.'cfg(target_env = "musl")'.dependencies.jemallocator]
version = "0.3.0"
features = ["disable_initial_exec_tls"]
profiler = true
profiler = true
Loading

0 comments on commit a4ccbbb

Please sign in to comment.