From 963fa78f29712fef2f95633c9d426000530547bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Dec 2021 14:21:05 +0000 Subject: [PATCH] build(deps): bump weak-table from 0.3.0 to 0.3.2 Bumps [weak-table](https://github.com/tov/weak-table-rs) from 0.3.0 to 0.3.2. - [Release notes](https://github.com/tov/weak-table-rs/releases) - [Changelog](https://github.com/tov/weak-table-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/tov/weak-table-rs/compare/0.3.0...v0.3.2) --- updated-dependencies: - dependency-name: weak-table dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 148878a04..6dc51b68b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3918,9 +3918,9 @@ dependencies = [ [[package]] name = "weak-table" -version = "0.3.0" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a8f3bf74f2d43500dea6a8291b6ac943e3465ea9936b94bd017e61b7b21dd01" +checksum = "323f4da9523e9a669e1eaf9c6e763892769b1d38c623913647bfdc1532fe4549" [[package]] name = "web-sys" diff --git a/core/Cargo.toml b/core/Cargo.toml index 32d61a0d0..ebc3d7186 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -26,7 +26,7 @@ num-derive = "0.3" quick-xml = { git = "https://github.com/ruffle-rs/quick-xml", rev = "8496365ec1412eb5ba5de350937b6bce352fa0ba" } downcast-rs = "1.2.0" url = "2.2.2" -weak-table = "0.3.0" +weak-table = "0.3.2" percent-encoding = "2.1.0" thiserror = "1.0" chrono = "0.4"