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"