chore: include wasmtime 30 in supported bounds (#834)

Also updates dependabot config to bundle wasmtime updates so this can be
done automatically in the future.
This commit is contained in:
zach
2025-02-20 10:54:42 -08:00
committed by GitHub
parent 1f46f9842d
commit 59acffa8ac
2 changed files with 11 additions and 27 deletions

View File

@@ -9,33 +9,17 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
groups:
# This is the name of your group, it will be used in PR titles and branch names
wasmtime-deps:
# A pattern can be...
patterns:
- "wasmtime"
- "wasi-common"
- "wiggle"
- package-ecosystem: "pip"
directory: "python"
schedule:
interval: "weekly"
- package-ecosystem: "mix"
directory: "elixir"
schedule:
interval: "weekly"
- package-ecosystem: "npm"
directory: "node"
schedule:
interval: "weekly"
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "bundler"
directory: "ruby"
schedule:
interval: "weekly"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"

View File

@@ -9,9 +9,9 @@ repository.workspace = true
version.workspace = true
[dependencies]
wasmtime = {version = ">= 27.0.0, < 30.0.0"}
wasi-common = {version = ">= 27.0.0, < 30.0.0"}
wiggle = {version = ">= 27.0.0, < 30.0.0"}
wasmtime = {version = ">= 27.0.0, < 31.0.0"}
wasi-common = {version = ">= 27.0.0, < 31.0.0"}
wiggle = {version = ">= 27.0.0, < 31.0.0"}
anyhow = "1"
serde = {version = "1", features = ["derive"]}
serde_json = "1"