fix(napi): require higher version of once_cell

This commit is contained in:
LongYinan 2022-12-29 14:27:33 +08:00
parent ce4c28412a
commit d2a492a2d0
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7

View file

@ -50,7 +50,7 @@ tokio_time = ["tokio/time"]
[dependencies]
ctor = "0.1"
once_cell = "1"
once_cell = "1.16"
thread_local = "1"
bitflags = "1"