Skip to content

Commit

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

```sh
cargo upgrade --to-lockfile && cargo update
```
  • Loading branch information
afnanenayet authored Aug 1, 2022
1 parent 2fa9522 commit 1463253
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ include = [

[dependencies]
tree-sitter = "0.20.8"
clap = { version = "3.2.15", features = [
clap = { version = "3.2.16", features = [
"derive",
"env",
"unicode",
Expand Down Expand Up @@ -64,7 +64,7 @@ pretty_assertions = "1.2.1"
# 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.17.0", features = ["backtrace"] }
insta = { version = "1.17.1", features = ["backtrace"] }

[target.'cfg(target_os = "windows")'.dependencies]
# We use directories next to get the windows config path
Expand Down

0 comments on commit 1463253

Please # to comment.