build: bump deps
This commit is contained in:
parent
214b3dc2e6
commit
7d3dbc062d
8 changed files with 198 additions and 113 deletions
38
Cargo.toml
38
Cargo.toml
|
|
@ -93,11 +93,11 @@ incremental = true
|
|||
codegen-units = 256
|
||||
|
||||
[workspace.dependencies]
|
||||
anstyle = "1.0.8"
|
||||
anyhow = "1.0.89"
|
||||
bstr = "1.11.0"
|
||||
cc = "1.2.1"
|
||||
clap = { version = "4.5.21", features = [
|
||||
anstyle = "1.0.10"
|
||||
anyhow = "1.0.94"
|
||||
bstr = "1.11.1"
|
||||
cc = "1.2.4"
|
||||
clap = { version = "4.5.23", features = [
|
||||
"cargo",
|
||||
"derive",
|
||||
"env",
|
||||
|
|
@ -111,40 +111,40 @@ ctrlc = { version = "3.4.5", features = ["termination"] }
|
|||
dialoguer = { version = "0.11.0", features = ["fuzzy-select"] }
|
||||
dirs = "5.0.1"
|
||||
filetime = "0.2.25"
|
||||
fs4 = "0.9.1"
|
||||
fs4 = "0.12.0"
|
||||
git2 = "0.19.0"
|
||||
glob = "0.3.1"
|
||||
heck = "0.5.0"
|
||||
html-escape = "0.2.13"
|
||||
indexmap = "2.5.0"
|
||||
indexmap = "2.7.0"
|
||||
indoc = "2.0.5"
|
||||
lazy_static = "1.5.0"
|
||||
libloading = "0.8.5"
|
||||
libloading = "0.8.6"
|
||||
log = { version = "0.4.22", features = ["std"] }
|
||||
memchr = "2.7.4"
|
||||
once_cell = "1.19.0"
|
||||
once_cell = "1.20.2"
|
||||
path-slash = "0.2.1"
|
||||
pretty_assertions = "1.4.1"
|
||||
rand = "0.8.5"
|
||||
regex = "1.10.6"
|
||||
regex-syntax = "0.8.4"
|
||||
rustc-hash = "2.0.0"
|
||||
semver = { version = "1.0.23", features = ["serde"] }
|
||||
serde = { version = "1.0.215", features = ["derive"] }
|
||||
serde_derive = "1.0.210"
|
||||
regex = "1.11.1"
|
||||
regex-syntax = "0.8.5"
|
||||
rustc-hash = "2.1.0"
|
||||
semver = { version = "1.0.24", features = ["serde"] }
|
||||
serde = { version = "1.0.216", features = ["derive"] }
|
||||
serde_derive = "1.0.216"
|
||||
serde_json = { version = "1.0.133", features = ["preserve_order"] }
|
||||
similar = "2.6.0"
|
||||
smallbitvec = "2.5.3"
|
||||
streaming-iterator = "0.1.9"
|
||||
tempfile = "3.14.0"
|
||||
thiserror = "1.0.69"
|
||||
thiserror = "2.0.7"
|
||||
tiny_http = "0.12.0"
|
||||
toml = "0.8.19"
|
||||
unindent = "0.2.3"
|
||||
url = { version = "2.5.2", features = ["serde"] }
|
||||
url = { version = "2.5.4", features = ["serde"] }
|
||||
walkdir = "2.5.0"
|
||||
wasmparser = "0.218.0"
|
||||
webbrowser = "1.0.2"
|
||||
wasmparser = "0.221.2"
|
||||
webbrowser = "1.0.3"
|
||||
|
||||
tree-sitter = { version = "0.25.0", path = "./lib" }
|
||||
tree-sitter-generate = { version = "0.25.0", path = "./cli/generate" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue