From 1cd08dff93bab0da4031b332b4cd9f1623ab1bc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BC=8A=E6=AC=A7?= Date: Sat, 9 Dec 2023 14:38:04 +0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20gloo=20to=200.11.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/web/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/web/Cargo.toml b/examples/web/Cargo.toml index c75955e..5279b22 100644 --- a/examples/web/Cargo.toml +++ b/examples/web/Cargo.toml @@ -16,7 +16,7 @@ hikari-proto = { path = "../../packages/proto", version = "*" } anyhow = "^1" base64 = "^0.21" derive_more = "*" -gloo = "^0.10" +gloo = "^0.11" serde = { version = "^1", features = ["derive"] } serde_json = "^1" strum = "^0.25"