From 6c323acd5cb2eb4e2de0b2ccc2f619495fc3bca2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 08:49:53 +0000 Subject: [PATCH] chore(deps): bump tinyset from 0.4.15 to 0.4.16 Bumps [tinyset](https://github.com/droundy/tinyset) from 0.4.15 to 0.4.16. - [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-patch ... 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..4db182c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -493,9 +493,9 @@ dependencies = [ [[package]] name = "tinyset" -version = "0.4.15" +version = "0.4.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2417e47ddd3809ad40222777ac754ee881b3a6401e38cbeeeb3ee1ca5f30aa0" +checksum = "04fbfff0fe34d26ff3b4e8af3f988a2fa3b4a39143cc93db768e035b0e9f9101" dependencies = [ "rand", ] diff --git a/tidyt/Cargo.toml b/tidyt/Cargo.toml index abb3793..d2c20f5 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.4.16" [dev-dependencies] rand = "0.8.5"