diff --git a/Cargo.lock b/Cargo.lock index c57e004..71949c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2092,9 +2092,9 @@ dependencies = [ [[package]] name = "nonempty" -version = "0.8.1" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aeaf4ad7403de93e699c191202f017118df734d3850b01e13a3a8b2e6953d3c9" +checksum = "303e8749c804ccd6ca3b428de7fe0d86cb86bc7606bc15291f100fd487960bb8" [[package]] name = "num-traits" diff --git a/trust-graph/Cargo.toml b/trust-graph/Cargo.toml index 05f3f4d..ee23a3a 100644 --- a/trust-graph/Cargo.toml +++ b/trust-graph/Cargo.toml @@ -18,5 +18,5 @@ ref-cast = "1.0.2" derivative = "2.2.0" thiserror = "1.0.23" sha2 = "0.10.6" -nonempty = "0.8.1" +nonempty = "0.10.0" rand = "0.8.5"