chore(deps): update rust crate nonempty to 0.11.0

This commit is contained in:
renovate[bot] 2024-12-17 17:25:16 +00:00 committed by GitHub
parent e2d93adb1e
commit cb4e75f8e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo. # This file is automatically @generated by Cargo.
# It is not intended for manual editing. # It is not intended for manual editing.
version = 3 version = 4
[[package]] [[package]]
name = "addr2line" name = "addr2line"
@ -2092,9 +2092,9 @@ dependencies = [
[[package]] [[package]]
name = "nonempty" name = "nonempty"
version = "0.8.1" version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aeaf4ad7403de93e699c191202f017118df734d3850b01e13a3a8b2e6953d3c9" checksum = "549e471b99ccaf2f89101bec68f4d244457d5a95a9c3d0672e9564124397741d"
[[package]] [[package]]
name = "num-traits" name = "num-traits"

View File

@ -18,5 +18,5 @@ ref-cast = "1.0.2"
derivative = "2.2.0" derivative = "2.2.0"
thiserror = "1.0.23" thiserror = "1.0.23"
sha2 = "0.10.6" sha2 = "0.10.6"
nonempty = "0.8.1" nonempty = "0.11.0"
rand = "0.8.5" rand = "0.8.5"