Skip to content

Commit

Permalink
chore(deps): Update pyo3-log requirement from 0.10 to 0.11 (#216)
Browse files Browse the repository at this point in the history
Updates the requirements on [pyo3-log](https://github.com/vorner/pyo3-log) to permit the latest version.
- [Changelog](https://github.com/vorner/pyo3-log/blob/main/CHANGELOG.md)
- [Commits](vorner/pyo3-log@v0.10.0...v0.10.0)

---
updated-dependencies:
- dependency-name: pyo3-log
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 23, 2024
1 parent fa11f03 commit 5fda5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ndarray = "0.15.3"
polars = { version = "0.41.2", features = ["lazy", "rows", "ndarray"] }
pyo3-polars = "0.15"
pyo3 = { version = "0.21", default-features = false }
pyo3-log = "0.10"
pyo3-log = "0.11"
tracing = { version = "0.1", features = ["log"] }
csv = "1.1"
hdf5 = { git = "https://github.com/aldanor/hdf5-rust.git", package = "hdf5", features = ["static", "zlib"] }
Expand Down

0 comments on commit 5fda5e8

Please sign in to comment.