From 59e51d8d5d5562a02ed461dae334f9858b44b7fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 08:42:18 +0000 Subject: [PATCH] chore(deps): bump tinyset from 0.4.15 to 0.5.0 Bumps [tinyset](https://github.com/droundy/tinyset) from 0.4.15 to 0.5.0. - [Changelog](https://github.com/droundy/tinyset/blob/master/CHANGELOG.md) - [Commits](https://github.com/droundy/tinyset/commits) --- updated-dependencies: - dependency-name: tinyset dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- tidyt/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b4726b0..43f6981 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -493,9 +493,9 @@ dependencies = [ [[package]] name = "tinyset" -version = "0.4.15" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2417e47ddd3809ad40222777ac754ee881b3a6401e38cbeeeb3ee1ca5f30aa0" +checksum = "6c4b2ee2303b60d6fb81ed177e5122d3ae2d11cc2b421d219f50e1684d41326a" dependencies = [ "rand", ] diff --git a/tidyt/Cargo.toml b/tidyt/Cargo.toml index abb3793..41f4475 100644 --- a/tidyt/Cargo.toml +++ b/tidyt/Cargo.toml @@ -16,7 +16,7 @@ crate-type = ["cdylib", "rlib"] [dependencies] getrandom = { version = "0.2.15", features = ["js"] } num = "0.4.3" -tinyset = "0.4.15" +tinyset = "0.5.0" [dev-dependencies] rand = "0.8.5"