From 5d5420370884d0e76f0f48e8d0788e2eacd0850c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 14:20:14 +0000 Subject: [PATCH] chore(deps): Update gpui-component requirement from 0.2.0 to 0.3.1 Updates the requirements on [gpui-component](https://github.com/longbridge/gpui-component) to permit the latest version. - [Release notes](https://github.com/longbridge/gpui-component/releases) - [Commits](https://github.com/longbridge/gpui-component/compare/v0.2.0...v0.2.0) --- updated-dependencies: - dependency-name: gpui-component dependency-version: 0.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/webview/Cargo.toml | 2 +- examples/wef-example/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/webview/Cargo.toml b/crates/webview/Cargo.toml index 61b21fe..b76ec7d 100644 --- a/crates/webview/Cargo.toml +++ b/crates/webview/Cargo.toml @@ -8,7 +8,7 @@ homepage = "https://github.com/longbridge/wef" repository = "https://github.com/longbridge/wef" [dependencies] -gpui-component = "0.2.0" +gpui-component = "0.3.1" gpui = "0.2.0" wef = { path = "../wef" } schemars = "1" diff --git a/examples/wef-example/Cargo.toml b/examples/wef-example/Cargo.toml index abfae88..c141d0f 100644 --- a/examples/wef-example/Cargo.toml +++ b/examples/wef-example/Cargo.toml @@ -9,7 +9,7 @@ embed-manifest = "1.4.0" [dependencies] wef = { path = "../../crates/wef" } gpui-webview = { path = "../../crates/webview" } -gpui-component = "0.2.0" +gpui-component = "0.3.1" gpui = "0.2.0" futures-util = "0.3.31" serde = { version = "1.0.219", features = ["derive"] }