diff --git a/Cargo.lock b/Cargo.lock index 06adaaf1c..535d8991a 100644 Binary files a/Cargo.lock and b/Cargo.lock differ diff --git a/Cargo.toml b/Cargo.toml index 99af41b65..0ef2ba747 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ resolver = "2" version = "0.21.0" authors = ["Max Brunsfeld "] 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" } diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 410f9f7ce..7d11bf4ab 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -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