Skip to content

Commit

Permalink
chore: Update Cargo deps (#701)
Browse files Browse the repository at this point in the history
This was done with:

```sh
cargo upgrade && cargo update
```
  • Loading branch information
afnanenayet committed Aug 4, 2023
1 parent df13c46 commit a00cebf
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 51 deletions.
97 changes: 52 additions & 45 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 @@ -46,7 +46,7 @@ path = "src/lib.rs"

[dependencies]
tree-sitter = "0.20.10"
clap = { version = "4.3.12", features = [
clap = { version = "4.3.19", features = [
"derive",
"env",
"unicode",
Expand All @@ -58,12 +58,12 @@ phf = { version = "0.11.2", features = ["macros"] }
console = "0.15.7"
strum = { version = "0.25.0", features = ["derive"] }
strum_macros = "0.25.1"
serde = { version = "1.0.175", features = ["derive"] }
serde_json = "1.0.103"
serde = { version = "1.0.181", features = ["derive"] }
serde_json = "1.0.104"
json5 = "0.4.1"
pretty_env_logger = "0.5.0"
log = { version = "0.4.19", features = ["std"] }
thiserror = "1.0.43"
thiserror = "1.0.44"
logging_timer = "1.1.0"
jemallocator = { version = "0.5.4", optional = true }
libloading = "0.8.0"
Expand All @@ -88,15 +88,15 @@ directories-next = "2.0.0"

[target.'cfg(not(target_os = "windows"))'.dependencies]
# We use XDG for everything else
xdg = "2.5.0"
xdg = "2.5.2"

[build-dependencies]
cc = { version = "1.0.81", features = ["parallel"] }
phf = { version = "0.11.2", features = ["macros"] }
anyhow = "1.0.72"
cargo-emit = "0.2.1"
rayon = "1.7.0"
thiserror = "1.0.43"
thiserror = "1.0.44"
shadow-rs = { version = "0.23.0", optional = true }

[features]
Expand Down

0 comments on commit a00cebf

Please sign in to comment.