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:
parent
db89395966
commit
8d3d60c356
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue