From 132835485b69e07942adc77df22403e6c776841d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 14:28:17 -0400 Subject: [PATCH] Update xwt-web-sys requirement from 0.12 to 0.13 (#646) --- updated-dependencies: - dependency-name: xwt-web-sys dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- lightyear/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightyear/Cargo.toml b/lightyear/Cargo.toml index ac4c3b7f..b0794d18 100644 --- a/lightyear/Cargo.toml +++ b/lightyear/Cargo.toml @@ -171,7 +171,7 @@ getrandom = { version = "0.2.11", features = [ "js", # feature 'js' is required for wasm ] } xwt-core = { version = "0.5", optional = true } -xwt-web-sys = { version = "0.12", optional = true } +xwt-web-sys = { version = "0.13", optional = true } wasm-bindgen = { version = "0.2.90", optional = true } wasm-bindgen-futures = { version = "0.4.42", optional = true } # compression