Skip to content

Commit

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

```sh
cargo upgrade && cargo update
```
  • Loading branch information
afnanenayet authored Nov 2, 2023
1 parent ba37916 commit 1ffedd3
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 53 deletions.
96 changes: 48 additions & 48 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,24 +46,24 @@ path = "src/lib.rs"

[dependencies]
tree-sitter = "0.20.10"
clap = { version = "4.4.6", features = [
clap = { version = "4.4.7", features = [
"derive",
"env",
"unicode",
"wrap_help",
] }
clap_complete = "4.4.3"
clap_complete = "4.4.4"
anyhow = { version = "1.0.75", features = ["backtrace"] }
phf = { version = "0.11.2", features = ["macros"] }
console = "0.15.7"
strum = { version = "0.25.0", features = ["derive"] }
strum_macros = "0.25.3"
serde = { version = "1.0.189", features = ["derive"] }
serde = { version = "1.0.190", features = ["derive"] }
serde_json = "1.0.107"
json5 = "0.4.1"
pretty_env_logger = "0.5.0"
log = { version = "0.4.20", features = ["std"] }
thiserror = "1.0.49"
thiserror = "1.0.50"
logging_timer = "1.1.0"
jemallocator = { version = "0.5.4", optional = true }
libloading = "0.8.1"
Expand Down Expand Up @@ -96,7 +96,7 @@ phf = { version = "0.11.2", features = ["macros"] }
anyhow = "1.0.75"
cargo-emit = "0.2.1"
rayon = "1.8.0"
thiserror = "1.0.49"
thiserror = "1.0.50"
shadow-rs = { version = "0.24.1", optional = true }

[features]
Expand Down

0 comments on commit 1ffedd3

Please sign in to comment.