From 386de4de6f12318d951e70bac19617bbca229ac4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 19:38:52 +0000 Subject: [PATCH] Update visibility requirement from 0.0.1 to 0.1.0 (#518) Updates the requirements on [visibility](https://github.com/danielhenrymantilla/visibility.rs) to permit the latest version. - [Release notes](https://github.com/danielhenrymantilla/visibility.rs/releases) - [Commits](https://github.com/danielhenrymantilla/visibility.rs/compare/v0.0.1...v0.1.0) --- updated-dependencies: - dependency-name: visibility dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- frost-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frost-core/Cargo.toml b/frost-core/Cargo.toml index f67f036..6a42ac8 100644 --- a/frost-core/Cargo.toml +++ b/frost-core/Cargo.toml @@ -31,7 +31,7 @@ rand_core = "0.6" serde = { version = "1.0.160", features = ["derive"], optional = true } serdect = { version = "0.2.0", optional = true } thiserror = "1.0" -visibility = "0.0.1" +visibility = "0.1.0" zeroize = { version = "1.5.4", default-features = false, features = ["derive"] } itertools = "0.11.0"