Skip to content

Commit

Permalink
Merge pull request #403 from flavio/fix-airgap-links
Browse files Browse the repository at this point in the history
fix airgap links
  • Loading branch information
flavio authored Jan 20, 2023
2 parents 1e58d3f + b2fbc36 commit 5b83fc8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "policy-server"
version = "1.4.0"
version = "1.5.1"
authors = [
"Kubewarden Developers <kubewarden@suse.de>",
"Flavio Castelli <fcastelli@suse.com>",
Expand All @@ -20,7 +20,7 @@ lazy_static = "1.4.0"
num_cpus = "1.15.0"
opentelemetry-otlp = { version = "0.10.0", features = ["metrics", "tonic"] }
opentelemetry = { version = "0.17", default-features = false, features = ["metrics", "trace", "rt-tokio", "serialize"] }
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.6.0" }
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.6.1" }
rayon = "1.6"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 5b83fc8

Please sign in to comment.