Skip to content

Commit

Permalink
chore(deps): update policy-fetcher
Browse files Browse the repository at this point in the history
Consume latest release of policy-fetcher.

Note: the contents of the Cargo.toml file have been formatted using the
taplo configuration provided inside of the repository.

Signed-off-by: Flavio Castelli <fcastelli@suse.com>
  • Loading branch information
flavio committed Feb 12, 2025
1 parent 4fc5c7a commit 38b2d32
Showing 1 changed file with 26 additions and 25 deletions.
51 changes: 26 additions & 25 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
authors = [
"Fabrizio Sestito <fabrizio.sestito@suse.com>",
"Flavio Castelli <fcastelli@suse.com>",
"Rafael Fernández López <rfernandezlopez@suse.com>",
"Víctor Cuadrado Juan <vcuadradojuan@suse.com>",
"Fabrizio Sestito <fabrizio.sestito@suse.com>",
]
edition = "2021"
name = "policy-evaluator"
Expand All @@ -19,15 +19,15 @@ burrego = { path = "crates/burrego" }
cached = { version = "0.54", features = ["async_tokio_rt_multi_thread"] }
chrono = { version = "0.4.38", default-features = false }
dns-lookup = "2.0"
futures = "0.3"
email_address = { version = "0.2.4", features = ["serde"] }
futures = "0.3"
itertools = "0.14"
json-patch = "3.0"
k8s-openapi = { version = "0.24.0", default-features = false }
kube = { version = "0.98.0", default-features = false, features = [
"client",
"rustls-tls",
"runtime",
"rustls-tls",
] }
kubewarden-policy-sdk = "0.13.0"
lazy_static = "1.4"
Expand All @@ -36,42 +36,43 @@ picky = { version = "7.0.0-rc.8", default-features = false, features = [
"chrono_conversion",
"x509",
] }
policy-fetcher = { git = "https://github.com/kubewarden/policy-fetcher", tag = "v0.9.0" }
semver = { version = "1.0.22", features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.9"
sha2 = "0.10"
thiserror = "2.0"
time = { version = "0.3.36", features = ["serde-human-readable"] }
tokio = { version = "^1", features = ["rt", "rt-multi-thread"] }
tracing = "0.1"
url = { version = "2.2", features = ["serde"] }
validator = { version = "0.20", features = ["derive"] }
wapc = "2.1"
wasi-common = { workspace = true }
wasmparser = "0.225"
wasmtime = { workspace = true }
#policy-fetcher = { git = "https://github.com/kubewarden/policy-fetcher", tag = "v0.9.0" }
policy-fetcher = { git = "https://github.com/flavio/policy-fetcher", branch = "fix-http-registry-interactions" }
semver = { version = "1.0.22", features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.9"
sha2 = "0.10"
thiserror = "2.0"
time = { version = "0.3.36", features = ["serde-human-readable"] }
tokio = { version = "^1", features = ["rt", "rt-multi-thread"] }
tracing = "0.1"
url = { version = "2.2", features = ["serde"] }
validator = { version = "0.20", features = ["derive"] }
wapc = "2.1"
wasi-common = { workspace = true }
wasmparser = "0.225"
wasmtime = { workspace = true }
wasmtime-provider = { version = "2.4.0", features = ["cache"] }
wasmtime-wasi = { workspace = true }
wasmtime-wasi = { workspace = true }

[workspace.dependencies]
wasi-common = "29.0"
wasmtime = "29.0"
wasi-common = "29.0"
wasmtime = "29.0"
wasmtime-wasi = "29.0"

[dev-dependencies]
assert-json-diff = "2.0"
test-log = "0.2.15"
hyper = { version = "1.2.0" }
k8s-openapi = { version = "0.24.0", default-features = false, features = [
"v1_30",
] }
rstest = "0.24"
serial_test = "3.1"
test-context = "0.4"
tempfile = "3.13"
test-context = "0.4"
test-log = "0.2.15"
tower-test = "0.4"
hyper = { version = "1.2.0" }
# This is required to have reqwest built using the `rustls-tls-native-roots`
# feature across all the transitive dependencies of policy-fetcher
# This is required to have the integration tests use the system certificates instead of the
Expand Down

0 comments on commit 38b2d32

Please sign in to comment.