From 2dcf9310d6615098a6a7c059dd236354bca0c8d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jul 2022 03:46:21 +0000 Subject: [PATCH] Bump web-sys from 0.3.47 to 0.3.50 Bumps [web-sys](https://github.com/rustwasm/wasm-bindgen) from 0.3.47 to 0.3.50. - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustwasm/wasm-bindgen/commits) --- updated-dependencies: - dependency-name: web-sys dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 ++++-- client/tracing/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 377059ba220c0..8a0da1bb58204 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "Inflector" version = "0.11.4" @@ -11124,9 +11126,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.47" +version = "0.3.50" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c40dc691fc48003eba817c38da7113c15698142da971298003cac3ef175680b3" +checksum = "a905d57e488fec8861446d3393670fb50d27a262344013181c2cdf9fff5481be" dependencies = [ "js-sys", "wasm-bindgen", diff --git a/client/tracing/Cargo.toml b/client/tracing/Cargo.toml index a455cd8ab95c3..1e95ad553115f 100644 --- a/client/tracing/Cargo.toml +++ b/client/tracing/Cargo.toml @@ -44,4 +44,4 @@ wasm-timer = "0.2" [target.'cfg(target_os = "unknown")'.dependencies] wasm-bindgen = "0.2.67" -web-sys = { version = "0.3.44", features = ["console"] } +web-sys = { version = "0.3.50", features = ["console"] }