From 56cedba4bf2c1375e39833726a7698d9f00b0c5a Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Wed, 19 Jul 2023 03:15:03 -0400 Subject: [PATCH] chore: bump dependencies --- cli/Cargo.toml | 54 ++++++++++++++++++++++---------------------- highlight/Cargo.toml | 10 ++++---- lib/Cargo.toml | 6 ++--- tags/Cargo.toml | 10 ++++---- 4 files changed, 40 insertions(+), 40 deletions(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index d0085f67..c50a29ed 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -20,28 +20,28 @@ name = "benchmark" harness = false [dependencies] -ansi_term = "0.12" -anyhow = "1.0" -atty = "0.2" +ansi_term = "0.12.1" +anyhow = "1.0.72" +atty = "0.2.14" clap = "2.32" -ctrlc = { version = "3.2.5", features = ["termination"] } -difference = "2.0" -dirs = "3.0" -glob = "0.3.0" -html-escape = "0.2.6" -indexmap = "1" -lazy_static = "1.2.0" +ctrlc = { version = "3.4.0", features = ["termination"] } +difference = "2.0.0" +dirs = "5.0.1" +glob = "0.3.1" +html-escape = "0.2.13" +indexmap = "2.0.0" +lazy_static = "1.4.0" path-slash = "0.2.1" -regex = "1" -regex-syntax = "0.6.4" -rustc-hash = "1" -semver = "1.0" -serde = { version = "1.0.130", features = ["derive"] } +regex = "1.9.1" +regex-syntax = "0.7.4" +rustc-hash = "1.1.0" +semver = "1.0.18" +serde = { version = "1.0.171", features = ["derive"] } smallbitvec = "2.5.1" tiny_http = "0.12.0" -walkdir = "2.3" -webbrowser = "0.8.3" -which = "4.1.0" +walkdir = "2.3.3" +webbrowser = "0.8.10" +which = "4.4.0" [dependencies.tree-sitter] version = "0.20.10" @@ -64,22 +64,22 @@ version = "0.20" path = "../tags" [dependencies.serde_json] -version = "1.0" +version = "1.0.103" features = ["preserve_order"] [dependencies.log] -version = "0.4.6" +version = "0.4.19" features = ["std"] [dev-dependencies] proc_macro = { path = "src/tests/proc_macro", package = "tree-sitter-tests-proc-macro" } -rand = "0.8" -tempfile = "3" -pretty_assertions = "0.7.2" -ctor = "0.1" -unindent = "0.2" -indoc = "2.0.1" +rand = "0.8.5" +tempfile = "3.6.0" +pretty_assertions = "1.4.0" +ctor = "0.2.4" +unindent = "0.2.2" +indoc = "2.0.3" [build-dependencies] -toml = "0.5" +toml = "0.7.6" diff --git a/highlight/Cargo.toml b/highlight/Cargo.toml index 84c748b6..c74e66c9 100644 --- a/highlight/Cargo.toml +++ b/highlight/Cargo.toml @@ -3,8 +3,8 @@ name = "tree-sitter-highlight" description = "Library for performing syntax highlighting with Tree-sitter" version = "0.20.2" authors = [ - "Max Brunsfeld ", - "Tim Clem ", + "Max Brunsfeld ", + "Tim Clem ", ] license = "MIT" readme = "README.md" @@ -18,9 +18,9 @@ rust-version.workspace = true crate-type = ["lib", "staticlib"] [dependencies] -lazy_static = "1.2.0" -regex = "1" -thiserror = "1.0" +lazy_static = "1.4.0" +regex = "1.9.1" +thiserror = "1.0.43" [dependencies.tree-sitter] version = "0.20" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 39e07916..d3aabd39 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -23,11 +23,11 @@ include = [ ] [dependencies] -lazy_static = { version = "1.2.0", optional = true } -regex = "1" +lazy_static = { version = "1.4.0", optional = true } +regex = "1.9.1" [build-dependencies] -cc = "^1.0.58" +cc = "^1.0.79" [lib] path = "binding_rust/lib.rs" diff --git a/tags/Cargo.toml b/tags/Cargo.toml index 99d053e8..02799403 100644 --- a/tags/Cargo.toml +++ b/tags/Cargo.toml @@ -3,8 +3,8 @@ name = "tree-sitter-tags" description = "Library for extracting tag information" version = "0.20.2" authors = [ - "Max Brunsfeld ", - "Patrick Thomson ", + "Max Brunsfeld ", + "Patrick Thomson ", ] license = "MIT" readme = "README.md" @@ -18,9 +18,9 @@ rust-version.workspace = true crate-type = ["lib", "staticlib"] [dependencies] -regex = "1" -memchr = "2.3" -thiserror = "1.0" +regex = "1.9.1" +memchr = "2.5.0" +thiserror = "1.0.43" [dependencies.tree-sitter] version = "0.20"