Radish alpha
r
rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE
Radicle CI adapter for native CI
Radicle
Git
chore: bump dependency on radicle-ci-broker to its recent release
Merged liw opened 1 year ago

Signed-off-by: Lars Wirzenius liw@liw.fi

chore: bump dependency on thiserror to current release

Signed-off-by: Lars Wirzenius liw@liw.fi

2 files changed +86 -17 6beae386 423d4aee
modified Cargo.lock
@@ -191,6 +191,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"

[[package]]
+
name = "arrayvec"
+
version = "0.7.6"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
+

+
[[package]]
name = "as-slice"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -358,6 +364,15 @@ dependencies = [
]

[[package]]
+
name = "chrono"
+
version = "0.4.38"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
+
dependencies = [
+
 "num-traits",
+
]
+

+
[[package]]
name = "cipher"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -652,6 +667,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"

[[package]]
+
name = "duration-str"
+
version = "0.11.2"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "709d653e7c92498eb29fb86a2a6f0f3502b97530f33aedb32ef848d4d28b31a3"
+
dependencies = [
+
 "chrono",
+
 "rust_decimal",
+
 "serde",
+
 "thiserror 1.0.68",
+
 "time",
+
 "winnow",
+
]
+

+
[[package]]
name = "ec25519"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -900,7 +929,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbaeb9672a55e9e32cb6d3ef781e7526b25ab97d499fae71615649340b143424"
dependencies = [
 "serde",
-
 "thiserror",
+
 "thiserror 1.0.68",
]

[[package]]
@@ -1616,7 +1645,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "879952a81a83930934cbf1786752d6dedc3b1f29e8f8fb2ad1d0a36f377cf442"
dependencies = [
 "memchr",
-
 "thiserror",
+
 "thiserror 1.0.68",
 "ucd-trie",
]

@@ -1842,18 +1871,19 @@ dependencies = [
 "siphasher",
 "sqlite",
 "tempfile",
-
 "thiserror",
+
 "thiserror 1.0.68",
 "unicode-normalization",
]

[[package]]
name = "radicle-ci-broker"
-
version = "0.7.0"
+
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "7e6cf5cc7f9d7355b7445425de5b8ba732299238911c2d04d3550c666ed852dd"
+
checksum = "1107e949eb6dfc356f6738b53a450dd076160a53739cf8d4e58b463716bbb07d"
dependencies = [
 "anyhow",
 "clap",
+
 "duration-str",
 "html-page",
 "radicle",
 "radicle-git-ext",
@@ -1869,7 +1899,7 @@ dependencies = [
 "sqlite3-sys",
 "subplot-build",
 "subplotlib",
-
 "thiserror",
+
 "thiserror 1.0.68",
 "time",
 "uuid",
]
@@ -1890,7 +1920,7 @@ dependencies = [
 "radicle-git-ext",
 "serde",
 "serde_json",
-
 "thiserror",
+
 "thiserror 1.0.68",
]

[[package]]
@@ -1910,7 +1940,7 @@ dependencies = [
 "serde",
 "sqlite",
 "ssh-key",
-
 "thiserror",
+
 "thiserror 1.0.68",
 "zeroize",
]

@@ -1934,7 +1964,7 @@ dependencies = [
 "percent-encoding",
 "radicle-std-ext",
 "serde",
-
 "thiserror",
+
 "thiserror 1.0.68",
]

[[package]]
@@ -1949,7 +1979,7 @@ dependencies = [
 "serde_json",
 "serde_yaml",
 "tempfile",
-
 "thiserror",
+
 "thiserror 2.0.0",
 "time",
 "uuid",
 "walkdir",
@@ -1963,7 +1993,7 @@ checksum = "fbee758010fb64482be4b18591fbeb3cbc15b16450d143edf4edb5484c7366c6"
dependencies = [
 "byteorder",
 "log",
-
 "thiserror",
+
 "thiserror 1.0.68",
 "zeroize",
]

@@ -1989,7 +2019,7 @@ dependencies = [
 "radicle-std-ext",
 "serde",
 "tar",
-
 "thiserror",
+
 "thiserror 1.0.68",
 "url",
]

@@ -2112,7 +2142,7 @@ dependencies = [
 "serde",
 "tempfile",
 "textwrap",
-
 "thiserror",
+
 "thiserror 1.0.68",
]

[[package]]
@@ -2137,6 +2167,16 @@ dependencies = [
]

[[package]]
+
name = "rust_decimal"
+
version = "1.36.0"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
+
dependencies = [
+
 "arrayvec",
+
 "num-traits",
+
]
+

+
[[package]]
name = "rustix"
version = "0.38.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2532,7 +2572,7 @@ dependencies = [
 "tempfile",
 "tempfile-fast",
 "tera",
-
 "thiserror",
+
 "thiserror 1.0.68",
 "time",
 "walkdir",
]
@@ -2704,7 +2744,16 @@ version = "1.0.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892"
dependencies = [
-
 "thiserror-impl",
+
 "thiserror-impl 1.0.68",
+
]
+

+
[[package]]
+
name = "thiserror"
+
version = "2.0.0"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "15291287e9bff1bc6f9ff3409ed9af665bec7a5fc8ac079ea96be07bca0e2668"
+
dependencies = [
+
 "thiserror-impl 2.0.0",
]

[[package]]
@@ -2719,6 +2768,17 @@ dependencies = [
]

[[package]]
+
name = "thiserror-impl"
+
version = "2.0.0"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "22efd00f33f93fa62848a7cab956c3d38c8d43095efda1decfc2b3a5dc0b8972"
+
dependencies = [
+
 "proc-macro2",
+
 "quote",
+
 "syn 2.0.87",
+
]
+

+
[[package]]
name = "thread_local"
version = "1.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -3276,6 +3336,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"

[[package]]
+
name = "winnow"
+
version = "0.6.20"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
+
dependencies = [
+
 "memchr",
+
]
+

+
[[package]]
name = "write16"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
modified Cargo.toml
@@ -14,13 +14,13 @@ categories = ["development-tools::build-utils"]
[dependencies]
html-page = "0.4.0"
radicle = "0.13.0"
-
radicle-ci-broker = "0.7.0"
+
radicle-ci-broker = "0.8.0"
radicle-git-ext = "0.8.1"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.114"
serde_yaml = "0.9.27"
tempfile = "3.8.1"
-
thiserror = "1.0.50"
+
thiserror = "2.0.0"
time = { version = "0.3.31", features = ["formatting", "macros"] }
uuid = { version = "1.6.1", features = ["v4"] }
walkdir = "2.4.0"