Skip to content

Commit

Permalink
Bump pyo3 from 0.20.0 to 0.20.1 (#1136)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sydney Runkle <[email protected]>
  • Loading branch information
dependabot[bot] and sydney-runkle authored Jan 8, 2024
1 parent ab7dae5 commit ccf13e2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ include = [
]

[dependencies]
pyo3 = { version = "0.20.0", features = ["generate-import-lib", "num-bigint"] }
pyo3 = { version = "0.20.1", features = ["generate-import-lib", "num-bigint"] }
regex = "1.10.2"
strum = { version = "0.25.0", features = ["derive"] }
strum_macros = "0.25.3"
Expand Down Expand Up @@ -68,12 +68,12 @@ debug = true
strip = false

[dev-dependencies]
pyo3 = { version = "0.20.0", features = ["auto-initialize"] }
pyo3 = { version = "0.20.1", features = ["auto-initialize"] }

[build-dependencies]
version_check = "0.9.4"
# used where logic has to be version/distribution specific, e.g. pypy
pyo3-build-config = { version = "0.20.0" }
pyo3-build-config = { version = "0.20.1" }

[lints.clippy]
dbg_macro = "warn"
Expand Down

0 comments on commit ccf13e2

Please sign in to comment.