diff --git a/Cargo.lock b/Cargo.lock index 3f8baf2b4..6d1b1b284 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3922,7 +3922,7 @@ dependencies = [ [[package]] name = "warpgate_api" -version = "0.8.0" +version = "0.8.1" dependencies = [ "anyhow", "rustc-hash 2.0.0", diff --git a/crates/pdk-api/Cargo.toml b/crates/pdk-api/Cargo.toml index c93ace0c9..57befd2d7 100644 --- a/crates/pdk-api/Cargo.toml +++ b/crates/pdk-api/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/moonrepo/proto" [dependencies] system_env = { version = "0.5.0", path = "../system-env" } version_spec = { version = "0.6.1", path = "../version-spec" } -warpgate_api = { version = "0.8.0", path = "../warpgate-api" } +warpgate_api = { version = "0.8.1", path = "../warpgate-api" } rustc-hash = { workspace = true } schematic = { workspace = true, optional = true, features = [ "schema", diff --git a/crates/warpgate-api/Cargo.toml b/crates/warpgate-api/Cargo.toml index b3f57b54f..95749c2bd 100644 --- a/crates/warpgate-api/Cargo.toml +++ b/crates/warpgate-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "warpgate_api" -version = "0.8.0" +version = "0.8.1" edition = "2021" license = "MIT" description = "APIs for working with Warpgate plugins." diff --git a/crates/warpgate-pdk/Cargo.toml b/crates/warpgate-pdk/Cargo.toml index e4cdd08b3..ad7e87b6c 100644 --- a/crates/warpgate-pdk/Cargo.toml +++ b/crates/warpgate-pdk/Cargo.toml @@ -8,6 +8,6 @@ homepage = "https://moonrepo.dev/proto" repository = "https://github.com/moonrepo/proto" [dependencies] -warpgate_api = { version = "0.8.0", path = "../warpgate-api" } +warpgate_api = { version = "0.8.1", path = "../warpgate-api" } extism-pdk = { workspace = true } serde = { workspace = true } diff --git a/crates/warpgate/Cargo.toml b/crates/warpgate/Cargo.toml index 42103f82e..f854d469c 100644 --- a/crates/warpgate/Cargo.toml +++ b/crates/warpgate/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/moonrepo/proto" [dependencies] system_env = { version = "0.5.0", path = "../system-env" } -warpgate_api = { version = "0.8.0", path = "../warpgate-api" } +warpgate_api = { version = "0.8.1", path = "../warpgate-api" } extism = { workspace = true } miette = { workspace = true } once_cell = { workspace = true }