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] <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>
This commit is contained in:
parent
2c205d4586
commit
b11174e96d
|
@ -0,0 +1 @@
|
||||||
|
Update `heck` dependency to 0.5.
|
|
@ -14,7 +14,7 @@ edition = "2021"
|
||||||
# not to depend on proc-macro itself.
|
# not to depend on proc-macro itself.
|
||||||
# See https://github.com/PyO3/pyo3/pull/810 for more.
|
# See https://github.com/PyO3/pyo3/pull/810 for more.
|
||||||
[dependencies]
|
[dependencies]
|
||||||
heck = "0.4"
|
heck = "0.5"
|
||||||
proc-macro2 = { version = "1", default-features = false }
|
proc-macro2 = { version = "1", default-features = false }
|
||||||
pyo3-build-config = { path = "../pyo3-build-config", version = "=0.21.2", features = ["resolve-config"] }
|
pyo3-build-config = { path = "../pyo3-build-config", version = "=0.21.2", features = ["resolve-config"] }
|
||||||
quote = { version = "1", default-features = false }
|
quote = { version = "1", default-features = false }
|
||||||
|
|
Loading…
Reference in New Issue