Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
chore: update dependency on Subplot to 0.11.0
Merged liw opened 1 year ago

Also change required Rust version to be 1.80. This matches heartwood, but is also necessary for Subplot dependencies.

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

3 files changed +39 -76 968207a5 c7cbcb00
modified Cargo.lock
@@ -719,16 +719,26 @@ dependencies = [
]

[[package]]
+
name = "env_filter"
+
version = "0.1.2"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
+
dependencies = [
+
 "log",
+
 "regex",
+
]
+

+
[[package]]
name = "env_logger"
-
version = "0.10.2"
+
version = "0.11.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
+
checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d"
dependencies = [
+
 "anstream",
+
 "anstyle",
+
 "env_filter",
 "humantime",
-
 "is-terminal",
 "log",
-
 "regex",
-
 "termcolor",
]

[[package]]
@@ -1021,12 +1031,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"

[[package]]
-
name = "hermit-abi"
-
version = "0.4.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
-

-
[[package]]
name = "hmac"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1115,17 +1119,6 @@ dependencies = [
]

[[package]]
-
name = "is-terminal"
-
version = "0.4.13"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
-
dependencies = [
-
 "hermit-abi",
-
 "libc",
-
 "windows-sys 0.52.0",
-
]
-

-
[[package]]
name = "is_terminal_polyfill"
version = "1.70.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1656,17 +1649,24 @@ dependencies = [

[[package]]
name = "pulldown-cmark"
-
version = "0.9.6"
+
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b"
+
checksum = "4d31cbfcd94884c3a67ec210c83efb06cb43674043458b0ad59f6947f8462c23"
dependencies = [
 "bitflags",
 "getopts",
 "memchr",
+
 "pulldown-cmark-escape",
 "unicase",
]

[[package]]
+
name = "pulldown-cmark-escape"
+
version = "0.11.0"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae"
+

+
[[package]]
name = "qcheck"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2052,16 +2052,6 @@ dependencies = [
]

[[package]]
-
name = "serde-aux"
-
version = "4.5.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "0d2e8bfba469d06512e11e3311d4d051a4a387a5b42d010404fecf3200321c95"
-
dependencies = [
-
 "serde",
-
 "serde_json",
-
]
-

-
[[package]]
name = "serde_derive"
version = "1.0.209"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2096,19 +2086,6 @@ dependencies = [
]

[[package]]
-
name = "serde_yaml"
-
version = "0.9.34+deprecated"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
-
dependencies = [
-
 "indexmap",
-
 "itoa",
-
 "ryu",
-
 "serde",
-
 "unsafe-libyaml",
-
]
-

-
[[package]]
name = "serde_yml"
version = "0.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2368,28 +2345,29 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"

[[package]]
name = "subplot"
-
version = "0.10.0"
+
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "46d62441151e292fe7ae178cb9722083ee2b3b3bf1fee42cb4de4b564d73797d"
+
checksum = "f583157e3dae0c79c3c1f0567095eba8aca539caa1f63f159f17563cbb2f3da8"
dependencies = [
 "anyhow",
 "base64 0.22.1",
 "clap",
 "env_logger",
 "file_diff",
+
 "getopts",
 "git-testament",
 "html-escape",
 "lazy_static",
 "line-col",
 "log",
+
 "marked-yaml",
 "pikchr",
 "pulldown-cmark",
 "regex",
 "roadmap",
 "serde",
-
 "serde-aux",
 "serde_json",
-
 "serde_yaml",
+
 "slug",
 "tempfile",
 "tempfile-fast",
 "tera",
@@ -2400,9 +2378,9 @@ dependencies = [

[[package]]
name = "subplot-build"
-
version = "0.10.0"
+
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "18735c4b777f1cc68d2965faed6d275cecb535b2f193986a94dfc0bd199178aa"
+
checksum = "b10a835ca0e75d3a61205c7006d62702f92a6d6930c6e5263d6c848fe48711f0"
dependencies = [
 "subplot",
 "tempfile",
@@ -2411,9 +2389,9 @@ dependencies = [

[[package]]
name = "subplotlib"
-
version = "0.10.0"
+
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "acf40312463f3c1e1620bed0ceded88a25f60dfcbe639de2514bf10f6c20bf69"
+
checksum = "41db916465aee14e3dd0a19fd5779fb78549ef4a16d9e519e63eb14529224789"
dependencies = [
 "base64 0.22.1",
 "culpa",
@@ -2434,9 +2412,9 @@ dependencies = [

[[package]]
name = "subplotlib-derive"
-
version = "0.10.0"
+
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "a9e41839afb9b7d254775225c72a8f645390879ec776c2a608fc6ac26060fbe7"
+
checksum = "feaf4fcb9fdf075a7361f1a912ea54e80310c760721f20bd53058082b2144fab"
dependencies = [
 "culpa",
 "proc-macro2",
@@ -2528,15 +2506,6 @@ dependencies = [
]

[[package]]
-
name = "termcolor"
-
version = "1.4.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
-
dependencies = [
-
 "winapi-util",
-
]
-

-
[[package]]
name = "terminal_size"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2815,12 +2784,6 @@ dependencies = [
]

[[package]]
-
name = "unsafe-libyaml"
-
version = "0.2.11"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
-

-
[[package]]
name = "url"
version = "2.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
modified Cargo.toml
@@ -2,7 +2,7 @@
name = "radicle-ci-broker"
version = "0.5.0"
edition = "2021"
-
rust-version = "1.77"
+
rust-version = "1.80"
authors = ["Lars Wirzenius <liw@liw.fi", "cloudhead <cloudhead@radicle.xyz>"]
description = "add integration to CI engins or systems to a Radicle node"
license = "MIT OR Apache-2.0"
@@ -25,7 +25,7 @@ slog-json = "2.6.1"
slog-scope = "4.4.0"
sqlite = "0.32.0"
sqlite3-sys = "0.15.0"
-
subplotlib = "0.10.0"
+
subplotlib = "0.11.0"
thiserror = "1.0.63"
time = { version = "0.3.36", features = ["formatting", "macros"] }
uuid = { version = "1.10.0", features = ["v4"] }
@@ -40,4 +40,4 @@ culpa = "1.0.2"
tempfile = { version = "3.10.1" }

[build-dependencies]
-
subplot-build = "0.10.0"
+
subplot-build = "0.11.0"
modified rust-toolchain
@@ -1 +1 @@
-
1.77
+
1.80