Skip to content

Commit b11174e

Browse files
Update heck requirement from 0.4 to 0.5 (#3966)
* Update heck requirement from 0.4 to 0.5 --- updated-dependencies: - dependency-name: heck dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * newsfragment --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Hewitt <[email protected]>
1 parent 2c205d4 commit b11174e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

newsfragments/3966.packaging.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update `heck` dependency to 0.5.

pyo3-macros-backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ edition = "2021"
1414
# not to depend on proc-macro itself.
1515
# See https://github.com/PyO3/pyo3/pull/810 for more.
1616
[dependencies]
17-
heck = "0.4"
17+
heck = "0.5"
1818
proc-macro2 = { version = "1", default-features = false }
1919
pyo3-build-config = { path = "../pyo3-build-config", version = "=0.21.2", features = ["resolve-config"] }
2020
quote = { version = "1", default-features = false }

0 commit comments

Comments
 (0)