Skip to content

Commit

Permalink
cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
AngheloAlf committed Jan 11, 2024
1 parent 5544b5b commit 6aa75ba
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
48 changes: 24 additions & 24 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,8 +17,8 @@ crate-type = ["lib", "staticlib", "cdylib"]

[dependencies]
md5 = "0.7.0"
pyo3 = { version="0.20.0", features = ["extension-module"], optional = true }
thiserror = "1.0.51"
pyo3 = { version="0.20.2", features = ["extension-module"], optional = true }
thiserror = "1.0.56"

[features]
c_bindings = []
Expand Down

0 comments on commit 6aa75ba

Please sign in to comment.