fix(deps): update rust crate ctor to v0.5.0 (#2865)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-08-10 17:59:10 +00:00 committed by GitHub
parent 5e2906affa
commit 3cf39a7005
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ type-def = ["napi-derive-backend/type-def", "ctor"]
[dependencies]
convert_case = "0.8"
ctor = { version = "0.4", optional = true }
ctor = { version = "0.5", optional = true }
napi-derive-backend = { version = "2.1.2", path = "../backend" }
proc-macro2 = "1"
quote = "1"

View File

@ -71,7 +71,7 @@ node_version_detect = []
[dependencies]
bitflags = "2"
ctor = "0.4.1"
ctor = "0.5.0"
nohash-hasher = "0.2.0"
rustc-hash = "2.1.1"