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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-09-04 19:38:52 +00:00 committed by GitHub
parent 4abe7fe638
commit 386de4de6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"