From ae571fd4355e55d7fde93ff98fe70f572de81723 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 19:06:03 +0000 Subject: [PATCH] fix(deps): update rust crate zed_extension_api to 0.7.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b72a06a..bfa64fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,4 +13,4 @@ crate-type = ["cdylib"] regex = "1.11.1" serde_json = "1.0" serde = {version = "1.0", features = ["derive"]} -zed_extension_api = "0.6.0" +zed_extension_api = "0.7.0"