Skip to content

Commit

Permalink
Bump dependencies in security report
Browse files Browse the repository at this point in the history
Fixes: #67
Fixes: #68
  • Loading branch information
ereslibre committed Jun 8, 2021
1 parent 4d34333 commit be580da
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 25 deletions.
137 changes: 112 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Cargo.toml
Expand Up @@ -29,3 +29,11 @@ tokio = { version = "^1", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version= "0.2", features = ["fmt"] }
tracing-futures = "0.2"

[dependencies.cranelift-codegen]
# Report: https://github.com/kubewarden/policy-server/issues/67
version = "^0.73.1"

[dependencies.raw-cpuid]
# Report: https://github.com/kubewarden/policy-server/issues/68
version = "^9.0.0"

0 comments on commit be580da

Please sign in to comment.