Skip to content

Commit

Permalink
chore: Upgrade deps (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
afnanenayet authored Nov 21, 2021
1 parent 2d7155e commit 7043143
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 13 deletions.
23 changes: 15 additions & 8 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 @@ -34,14 +34,14 @@ include = [
[dependencies]
tree-sitter = "0.20.0"
structopt = { version = "0.3.25", features = ["paw"] }
anyhow = "1.0.45"
anyhow = "1.0.47"
phf = { version = "0.10.0", features = ["macros"] }
console = "0.15.0"
paw = "1.0.0"
strum = "0.22.0"
strum_macros = "0.22.0"
strum = "0.23.0"
strum_macros = "0.23.1"
serde = { version = "1.0.130", features = ["derive"] }
serde_json = "1.0.70"
serde_json = "1.0.71"
json5 = "0.4.1"
pretty_env_logger = "0.4.0"
log = { version = "0.4.14", features = ["std"] }
Expand Down Expand Up @@ -71,7 +71,7 @@ xdg = "2.4.0"
[build-dependencies]
cc = { version = "1.0.72", features = ["parallel"] }
phf = { version = "0.10.0", features = ["macros"] }
anyhow = "1.0.45"
anyhow = "1.0.47"
cargo-emit = "0.2.1"
rayon = "1.5.1"
thiserror = "1.0.30"
Expand Down

0 comments on commit 7043143

Please sign in to comment.