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"