mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:26:23 -04:00
build: remove unused deps, bump deps, and bump MSRV to 1.74.1
This commit is contained in:
parent
728793a160
commit
2e56e94648
BIN
Cargo.lock
generated
BIN
Cargo.lock
generated
Binary file not shown.
15
Cargo.toml
15
Cargo.toml
|
|
@ -15,7 +15,7 @@ resolver = "2"
|
|||
version = "0.21.0"
|
||||
authors = ["Max Brunsfeld <maxbrunsfeld@gmail.com>"]
|
||||
edition = "2021"
|
||||
rust-version = "1.70"
|
||||
rust-version = "1.74.1"
|
||||
homepage = "https://tree-sitter.github.io/tree-sitter"
|
||||
repository = "https://github.com/tree-sitter/tree-sitter"
|
||||
license = "MIT"
|
||||
|
|
@ -41,8 +41,8 @@ strip = false
|
|||
ansi_term = "0.12.1"
|
||||
anstyle = "1.0.6"
|
||||
anyhow = "1.0.80"
|
||||
cc = "1.0.89"
|
||||
clap = { version = "4.5.1", features = [
|
||||
cc = "1.0.90"
|
||||
clap = { version = "4.5.2", features = [
|
||||
"cargo",
|
||||
"derive",
|
||||
"env",
|
||||
|
|
@ -50,11 +50,11 @@ clap = { version = "4.5.1", features = [
|
|||
"unstable-styles",
|
||||
] }
|
||||
ctor = "0.2.7"
|
||||
ctrlc = { version = "3.4.2", features = ["termination"] }
|
||||
ctrlc = { version = "3.4.4", features = ["termination"] }
|
||||
difference = "2.0.0"
|
||||
dirs = "5.0.1"
|
||||
filetime = "0.2.23"
|
||||
fs4 = "0.8.0"
|
||||
fs4 = "0.8.1"
|
||||
git2 = "0.18.2"
|
||||
glob = "0.3.1"
|
||||
heck = "0.4.1"
|
||||
|
|
@ -62,11 +62,10 @@ html-escape = "0.2.13"
|
|||
indexmap = "2.2.5"
|
||||
indoc = "2.0.4"
|
||||
lazy_static = "1.4.0"
|
||||
libloading = "0.8.2"
|
||||
libloading = "0.8.3"
|
||||
log = { version = "0.4.21", features = ["std"] }
|
||||
memchr = "2.7.1"
|
||||
once_cell = "1.19.0"
|
||||
path-slash = "0.2.1"
|
||||
pretty_assertions = "1.4.0"
|
||||
rand = "0.8.5"
|
||||
regex = "1.10.3"
|
||||
|
|
@ -84,7 +83,7 @@ toml = "0.8.10"
|
|||
unindent = "0.2.3"
|
||||
walkdir = "2.5.0"
|
||||
wasmparser = "0.201.0"
|
||||
webbrowser = "0.8.12"
|
||||
webbrowser = "0.8.13"
|
||||
which = "6.0.0"
|
||||
|
||||
tree-sitter = { version = "=0.21.0", path = "./lib" }
|
||||
|
|
|
|||
|
|
@ -41,7 +41,6 @@ indoc.workspace = true
|
|||
lazy_static.workspace = true
|
||||
log.workspace = true
|
||||
memchr.workspace = true
|
||||
path-slash.workspace = true
|
||||
regex.workspace = true
|
||||
regex-syntax.workspace = true
|
||||
rustc-hash.workspace = true
|
||||
|
|
@ -70,6 +69,3 @@ tempfile.workspace = true
|
|||
pretty_assertions.workspace = true
|
||||
ctor.workspace = true
|
||||
unindent.workspace = true
|
||||
|
||||
[build-dependencies]
|
||||
toml.workspace = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue