Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update rust crate serde_json to 1.0.91 #136

Merged
merged 1 commit into from Dec 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Expand Up @@ -30,6 +30,6 @@ ignore = "0.4.18"
num_cpus = "1.14.0"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9.16"
serde_json = "1.0.90"
serde_json = "1.0.91"
similar = { version = "2.2.1", features = ["inline"] }
tokio = { version = "1", features = ["rt-multi-thread", "io-std"] }
2 changes: 1 addition & 1 deletion crates/napi/Cargo.toml
Expand Up @@ -18,7 +18,7 @@ serde = { version = "1.0", features = ["derive"] }
tree-sitter-typescript="0.20.1"
tree-sitter-html = "0.19.0"
tree-sitter-javascript = "0.20.0"
serde_json = "1.0.90"
serde_json = "1.0.91"

[features]
# this feature is only for cargo test to avoid napi_ symbol undefined error
Expand Down