Radish alpha
r
rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE
Radicle CI adapter for native CI
Radicle
Git
chore: bump dependency on radicle-ci-broker to 0.15.1
Lars Wirzenius committed 1 year ago
commit bc05a65ade2f683ee00fead3ad0b927e0b42352d
parent 3106f0c
2 files changed +13 -6
modified Cargo.lock
@@ -1518,6 +1518,12 @@ dependencies = [
]

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

+
[[package]]
name = "normpath"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1900,7 +1906,7 @@ dependencies = [
 "localtime",
 "log",
 "multibase",
-
 "nonempty",
+
 "nonempty 0.9.0",
 "once_cell",
 "qcheck",
 "radicle-cob",
@@ -1918,14 +1924,15 @@ dependencies = [

[[package]]
name = "radicle-ci-broker"
-
version = "0.13.0"
+
version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "0a9ddca49df34a27f93c897268962bebc8f5059d8e6277f28fbf10f50b8c0764"
+
checksum = "43fa36fb04991c7c1ffbd66621b08d996bc9e4ad1cc09b5339d25689266d2bac"
dependencies = [
 "anyhow",
 "clap",
 "duration-str",
 "html-page",
+
 "nonempty 0.11.0",
 "radicle",
 "radicle-crypto",
 "radicle-git-ext",
@@ -1957,7 +1964,7 @@ dependencies = [
 "fastrand",
 "git2",
 "log",
-
 "nonempty",
+
 "nonempty 0.9.0",
 "once_cell",
 "radicle-crypto",
 "radicle-dag",
@@ -2059,7 +2066,7 @@ dependencies = [
 "flate2",
 "git2",
 "log",
-
 "nonempty",
+
 "nonempty 0.9.0",
 "radicle-git-ext",
 "radicle-std-ext",
 "serde",
modified Cargo.toml
@@ -15,7 +15,7 @@ categories = ["development-tools::build-utils"]
clap = { version = "4.5.23", features = ["derive"] }
html-page = "0.4.0"
radicle = "0.14.0"
-
radicle-ci-broker = "0.13.0"
+
radicle-ci-broker = "0.15.1"
radicle-git-ext = "0.8.1"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.114"