fix(deps): update rust crate once_cell to 1.19 (#1845)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-12-07 22:23:43 +08:00 committed by GitHub
parent db89395966
commit 8d3d60c356
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,7 +57,7 @@ tokio_time = ["tokio/time"]
[dependencies] [dependencies]
bitflags = "2" bitflags = "2"
ctor = "0.2" ctor = "0.2"
once_cell = "1.16" once_cell = "1.19"
[dependencies.anyhow] [dependencies.anyhow]
optional = true optional = true