diff --git a/Cargo.toml b/Cargo.toml index b142f39..f3ffbc1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ clap = { version = "4.5.0", default-features = false, features = [" crossbeam-channel = { version = "0.5.12" } directories = { version = "4.0.1" } flate2 = { version = "1.0" } -git2 = { version = "0.19.0", features = ["vendored-openssl"] } +git2 = { version = "0.20.0"} globset = { version = "0.4.14" } hashbrown = { version = "0.14.5", features = ["serde"] } im = { version = "15.0.0", features = ["serde"] } @@ -65,7 +65,7 @@ thiserror = { version = "1.0" } toml = { version = "*" } toml_edit = { version = "0.20.2", features = ["serde"] } url = { version = "2.5.0" } -zstd = { version = "0.11.2" } # follow same version wasmtime-cache in lockfile +zstd = { version = "0.11.2", features = ["pkg-config"] } # follow same version wasmtime-cache in lockfile lsp-types = { version = "0.95.1", features = ["proposed"] } # not following semver, so should be locked to patch version updates only psp-types = { git = "https://github.com/lapce/psp-types", rev = "f7fea28f59e7b2d6faa1034a21679ad49b3524ad" }