build: bump deps
This commit is contained in:
parent
214b3dc2e6
commit
7d3dbc062d
8 changed files with 198 additions and 113 deletions
|
|
@ -45,21 +45,22 @@ std = ["regex/std", "regex/perf", "regex-syntax/unicode"]
|
|||
wasm = ["std", "wasmtime-c-api"]
|
||||
|
||||
[dependencies]
|
||||
regex = { version = "1.10.6", default-features = false, features = ["unicode"] }
|
||||
regex-syntax = { version = "0.8.4", default-features = false }
|
||||
regex = { version = "1.11.1", default-features = false, features = ["unicode"] }
|
||||
regex-syntax = { version = "0.8.5", default-features = false }
|
||||
tree-sitter-language = { version = "0.1", path = "language" }
|
||||
streaming-iterator = "0.1.9"
|
||||
|
||||
[dependencies.wasmtime-c-api]
|
||||
version = "26.0.1"
|
||||
version = "27.0.0"
|
||||
optional = true
|
||||
package = "wasmtime-c-api-impl"
|
||||
default-features = false
|
||||
features = ["cranelift"]
|
||||
features = ["cranelift", "gc-drc"]
|
||||
|
||||
[build-dependencies]
|
||||
bindgen = { version = "0.70.1", optional = true }
|
||||
bindgen = { version = "0.71.1", optional = true }
|
||||
cc.workspace = true
|
||||
serde_json.workspace = true
|
||||
|
||||
[lib]
|
||||
path = "binding_rust/lib.rs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue