Skip to content

Commit

Permalink
Dependency updates (#471)
Browse files Browse the repository at this point in the history
* Consolidate version numbers in the workspace file.

* cargo upgrade

* Update flake.lock

* npm updates
  • Loading branch information
torhovland authored May 23, 2023
1 parent a25889c commit 4c8233b
Show file tree
Hide file tree
Showing 9 changed files with 584 additions and 674 deletions.
122 changes: 64 additions & 58 deletions Cargo.lock

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

38 changes: 32 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,39 @@
[workspace]
package.name = "topiary"
package.version = "0.2.0"

members = [
"topiary",
"topiary-cli",
"topiary-playground",
]
members = ["topiary", "topiary-cli", "topiary-playground"]

[profile.release]
lto = true
opt-level = 's'

[workspace.dependencies]
assert_cmd = "2.0"
cfg-if = "1.0.0"
clap = "4.3"
criterion = "0.4"
env_logger = "0.10"
futures = "0.3.28"
itertools = "0.10"
log = "0.4"
pretty_assertions = "1.3"
prettydiff = "0.6.4"
regex = "1.8.2"
serde = "1.0.163"
serde_json = "1.0"
tempfile = "3.5.0"
tokio = "^1.28.1"
tokio-test = "0.4.2"
toml = "0.7.4"
tree-sitter-bash = { git = "https://github.com/tree-sitter/tree-sitter-bash" }
tree-sitter-facade = { git = "https://github.com/tweag/tree-sitter-facade" }
tree-sitter-json = "0.19"
tree-sitter-nickel = { git = "https://github.com/nickel-lang/tree-sitter-nickel", rev = "cf1c52a53a527505515add41da90f8a575798987" }
tree-sitter-ocaml = { git = "https://github.com/tree-sitter/tree-sitter-ocaml" }
tree-sitter-query = { git = "https://github.com/nvim-treesitter/tree-sitter-query" }
tree-sitter-rust = "0.20.3"
tree-sitter-toml = "0.20.0"
unescape = "0.1"
wasm-bindgen = "0.2.84"
wasm-bindgen-futures = "0.4.34"
web-tree-sitter = { git = "https://github.com/tweag/web-tree-sitter-sys", default-features = false, package = "web-tree-sitter-sys" }
Loading

0 comments on commit 4c8233b

Please sign in to comment.