From bf4735182cd8420309ce10a544cfbd8aba78000e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 13:44:57 +0000 Subject: [PATCH] build(deps): bump extism from 1.9.0 to 1.9.1 Bumps [extism](https://github.com/extism/extism) from 1.9.0 to 1.9.1. - [Release notes](https://github.com/extism/extism/releases) - [Commits](https://github.com/extism/extism/compare/v1.9.0...v1.9.1) --- updated-dependencies: - dependency-name: extism dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- crates/brack-plugin/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c79bae4..967de5e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -798,9 +798,9 @@ dependencies = [ [[package]] name = "extism" -version = "1.9.0" +version = "1.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b7dbc26280a335a1cb5547f99a6459b58d72568bf760306633a16c02826e88f" +checksum = "f03e2cac5668dead4088aa9da25c9985f1a1b72edd3e31b201d2c044647b56f2" dependencies = [ "anyhow", "cbindgen", @@ -853,9 +853,9 @@ dependencies = [ [[package]] name = "extism-manifest" -version = "1.9.0" +version = "1.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8203adde7bb7a632122e387564314c804793773e9a701fd8cbb6b2c5940a6640" +checksum = "6d9c8b50558af0a75ce08b8ef90a37fb018d99cc99a5f7365c33ba008afdbfb4" dependencies = [ "base64 0.22.1", "serde", diff --git a/Cargo.toml b/Cargo.toml index 93e24e7..be523b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ brack-tokenizer = { git = "https://github.com/brack-lang/brack", package = "brac brack-transformer = { git = "https://github.com/brack-lang/brack", package = "brack-transformer" } tokio = { version = "1", features = ["full"] } toml = "0.8.14" -extism = "1.9.0" +extism = "1.9.1" reqwest = "0.12.9" regex = "1.11.1" serde_json = "1.0.133" diff --git a/crates/brack-plugin/Cargo.toml b/crates/brack-plugin/Cargo.toml index cb0eb75..1711cd8 100644 --- a/crates/brack-plugin/Cargo.toml +++ b/crates/brack-plugin/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] anyhow = "1.0.94" brack-transformer = { git = "https://github.com/brack-lang/brack", package = "brack-transformer" } -extism = "1.9.0" +extism = "1.9.1" serde = { version = "1.0.215", features = ["derive"] } serde_json = "1.0.133" extism-convert = { version = "1.9.1" }