chore(deps): update rust crate nonempty to 0.10.0

This commit is contained in:
renovate[bot] 2024-02-29 14:14:46 +00:00 committed by GitHub
parent e2d93adb1e
commit 3f68b1ca5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

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