Update all non-major Rust dependencies (#330)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2022-09-19 14:07:34 +03:00
committed by GitHub
parent 84e36747d8
commit ad504bce8b
11 changed files with 35 additions and 35 deletions

View File

@ -18,6 +18,6 @@ air-utils = { path = "../utils" }
serde = {version = "1.0.144", features = ["derive", "rc"]}
serde_json = "1.0.85"
semver = { version = "1.0.13", features = ["serde"] }
semver = { version = "1.0.14", features = ["serde"] }
once_cell = "1.14.0"
tracing = "0.1.36"