mirror of
https://github.com/napi-rs/napi-rs.git
synced 2025-12-08 19:56:07 +00:00
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:
parent
5e2906affa
commit
3cf39a7005
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user