Skip to content

Commit

Permalink
chore: Update deps (#303)
Browse files Browse the repository at this point in the history
Update dependencies with

```
cargo upgrade
````
  • Loading branch information
afnanenayet committed Mar 5, 2022
1 parent 82087a1 commit f939ed1
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
52 changes: 26 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ include = [
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tree-sitter = "0.20.4"
clap = { version = "3.1.3", features = [
tree-sitter = "0.20.5"
clap = { version = "3.1.5", features = [
"derive",
"env",
"unicode",
"wrap_help",
] }
clap_complete = "3.1.0"
clap_complete = "3.1.1"
anyhow = "1.0.55"
phf = { version = "0.10.1", features = ["macros"] }
console = "0.15.0"
Expand All @@ -53,7 +53,7 @@ pretty_env_logger = "0.4.0"
log = { version = "0.4.14", features = ["std"] }
thiserror = "1.0.30"
logging_timer = "1.1.0"
build-info = { version = "0.0.25", optional = true }
build-info = { version = "0.0.26", optional = true }
jemallocator = { version = "0.3.2", optional = true }
libloading = "0.7.3"

Expand All @@ -64,7 +64,7 @@ pretty_assertions = "1.1.0"
# We need the backtrace feature to enable snapshot name generation in
# single-threaded tests (tests using cargo cross run single-threaded due to
# limitations with QEMU).
insta = { version = "1.12.0", features = ["backtrace"] }
insta = { version = "1.13.0", features = ["backtrace"] }

[target.'cfg(target_os = "windows")'.dependencies]
# We use directories next to get the windows config path
Expand All @@ -81,7 +81,7 @@ anyhow = "1.0.55"
cargo-emit = "0.2.1"
rayon = "1.5.1"
thiserror = "1.0.30"
build-info-build = { version = "0.0.25", optional = true }
build-info-build = { version = "0.0.26", optional = true }

[features]
default = ["static-grammar-libs"]
Expand Down

0 comments on commit f939ed1

Please sign in to comment.