Skip to content

Commit

Permalink
build(deps): bump extism from 1.9.0 to 1.9.1
Browse files Browse the repository at this point in the history
Bumps [extism](https://github.com/extism/extism) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/extism/extism/releases)
- [Commits](extism/extism@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 8, 2024
1 parent 6fbd6f9 commit bf47351
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/brack-plugin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit bf47351

Please sign in to comment.