Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
chore: update dependency on nonempty to 0.12.0
Lars Wirzenius committed 3 months ago
commit 6bcb6a69fad7d3430bd45b73c71a52fcd11d64d7
parent a014cf6
2 files changed +8 -2
modified Cargo.lock
@@ -1646,6 +1646,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "549e471b99ccaf2f89101bec68f4d244457d5a95a9c3d0672e9564124397741d"

[[package]]
+
name = "nonempty"
+
version = "0.12.0"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "9737e026353e5cd0736f98eddae28665118eb6f6600902a7f50db585621fecb6"
+

+
[[package]]
name = "normpath"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2101,7 +2107,7 @@ dependencies = [
 "duration-str",
 "html-page",
 "libc",
-
 "nonempty 0.11.0",
+
 "nonempty 0.12.0",
 "qcheck",
 "qcheck-macros",
 "radicle",
modified Cargo.toml
@@ -15,7 +15,7 @@ clap = { version = "4.5.11", features = ["derive", "wrap_help"] }
duration-str = "0.18.0"
html-page = "0.4.0"
libc = "0.2.175"
-
nonempty = "0.11.0"
+
nonempty = "0.12.0"
radicle = { version = "0.18.0", features = ["default", "test"] }
radicle-crypto = "0.13.0"
radicle-git-ext = "0.9.0"