Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
85 changes: 54 additions & 31 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,20 +58,20 @@ pulldown-cmark = { version = "0.13.4", default-features = false }
quick-xml = { version = "0.41", default-features = false }
sha2 = "0.11"
same-file = "1.0.6"
lsp-server = { version = "0.8.0", optional = true }
lsp-server = { version = "0.10.0", optional = true }
lsp-types = { version = "0.97.0", optional = true }
crossbeam-channel = { version = "0.5", optional = true }

[dev-dependencies]
# A different diff implementation than `similar` (which produces the diff), so the
# `--diff` round-trip property test validates the output is standard-compliant.
diffy = { version = "0.5.0", default-features = false }
jsonschema = "0.46.2"
jsonschema = "0.52.1"
proptest = "1.11.0"
semver = "1"
tempfile = "3"
# Non-optional for the `lsp`-feature integration tests; keep versions matching the
# optional runtime deps above.
lsp-server = "0.8.0"
lsp-server = "0.10.0"
lsp-types = "0.97.0"
serde_json = "1.0.149"
Loading
Loading