Skip to content

Commit

Permalink
Update heck requirement from 0.4 to 0.5 (PyO3#3966)
Browse files Browse the repository at this point in the history
* Update heck requirement from 0.4 to 0.5

---
updated-dependencies:
- dependency-name: heck
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* newsfragment

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: David Hewitt <mail@davidhewitt.dev>
  • Loading branch information
dependabot[bot] and davidhewitt committed Apr 18, 2024
1 parent 2c205d4 commit b11174e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions newsfragments/3966.packaging.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update `heck` dependency to 0.5.
2 changes: 1 addition & 1 deletion pyo3-macros-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = "2021"
# not to depend on proc-macro itself.
# See https://github.com/PyO3/pyo3/pull/810 for more.
[dependencies]
heck = "0.4"
heck = "0.5"
proc-macro2 = { version = "1", default-features = false }
pyo3-build-config = { path = "../pyo3-build-config", version = "=0.21.2", features = ["resolve-config"] }
quote = { version = "1", default-features = false }
Expand Down

0 comments on commit b11174e

Please sign in to comment.