Skip to content

Commit

Permalink
Merge pull request #69 from kubewarden/bump-security-dependencies
Browse files Browse the repository at this point in the history
Bump dependencies in security report
  • Loading branch information
flavio committed Jun 8, 2021
2 parents 4d34333 + be580da commit fb04d1b
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 fb04d1b

Please sign in to comment.