cargo audit fix (#873)

This commit is contained in:
Cheick Keita
2021-05-11 05:54:21 -07:00
committed by GitHub
parent 3553f84a0d
commit 54d49a973e
3 changed files with 8 additions and 94 deletions

View File

@ -30,7 +30,7 @@ serde = "1.0"
serde_json = "1.0"
onefuzz = { path = "../onefuzz" }
onefuzz-telemetry = { path = "../onefuzz-telemetry" }
path-absolutize = "3.0.6"
path-absolutize = "3.0.10"
reqwest-retry = { path = "../reqwest-retry" }
stacktrace-parser = { path = "../stacktrace-parser" }
storage-queue = { path = "../storage-queue" }