chore(deps): update rust crate once_cell to 1.17.0 (#424)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2022-12-31 20:49:27 +07:00
committed by GitHub
parent fce3262221
commit 9b1e4d1bd8
4 changed files with 5 additions and 5 deletions

View File

@ -23,5 +23,5 @@ air-interpreter-cid = { version = "0.1.0", path = "../interpreter-cid" }
serde = {version = "1.0.152", features = ["derive", "rc"]}
serde_json = "1.0.91"
semver = { version = "1.0.16", features = ["serde"] }
once_cell = "1.16.0"
once_cell = "1.17.0"
tracing = "0.1.37"