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"] }