Skip to content

Commit

Permalink
chore(deps): update dependencies and prepare for tagging new release
Browse files Browse the repository at this point in the history
Bump wapc-related crates and some developer crates.

Signed-off-by: Flavio Castelli <[email protected]>
  • Loading branch information
flavio committed Sep 30, 2024
1 parent 3fb07c5 commit ca123e0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [
]
edition = "2021"
name = "policy-evaluator"
version = "0.19.1"
version = "0.19.2"

[workspace]
members = ["crates/burrego"]
Expand Down Expand Up @@ -47,11 +47,11 @@ tokio = { version = "^1", features = ["rt", "rt-multi-thread"] }
tracing = "0.1"
url = { version = "2.2", features = ["serde"] }
validator = { version = "0.18", features = ["derive"] }
wapc = "1.1"
wapc = "2.0"
wasi-common = { workspace = true }
wasmparser = "0.217"
wasmtime = { workspace = true }
wasmtime-provider = { version = "1.21.0", features = ["cache"] }
wasmtime-provider = { version = "2.0.0", features = ["cache"] }
wasmtime-wasi = { workspace = true }

[workspace.dependencies]
Expand All @@ -65,10 +65,10 @@ test-log = "0.2.15"
k8s-openapi = { version = "0.23.0", default-features = false, features = [
"v1_30",
] }
rstest = "0.22"
serial_test = "3.0"
rstest = "0.23"
serial_test = "3.1"
test-context = "0.3"
tempfile = "3.8.1"
tempfile = "3.13"
tower-test = "0.4"
hyper = { version = "1.2.0" }
# This is required to have reqwest built using the `rustls-tls-native-roots`
Expand Down

0 comments on commit ca123e0

Please sign in to comment.