Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
chore: bump dependency on Subplot
Lars Wirzenius committed 5 months ago
commit 25c9f0df22bcbfd5d46de777ad7b4389aa567844
parent 99fc34b
2 files changed +7 -61
modified Cargo.lock
@@ -2004,19 +2004,6 @@ dependencies = [

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

-
[[package]]
-
name = "pulldown-cmark"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
@@ -2141,7 +2128,6 @@ dependencies = [
 "serde_norway",
 "sqlite",
 "sqlite3-sys",
-
 "subplot-build",
 "subplotlib",
 "tempfile",
 "thiserror 1.0.69",
@@ -2789,33 +2775,6 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"

[[package]]
name = "subplot"
-
version = "0.12.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "5eb998cc5b2599ac493bd0fd2972013c3f3c11ef37800f6d2d2f4067d78a0c01"
-
dependencies = [
-
 "anyhow",
-
 "base64 0.22.1",
-
 "descape",
-
 "getopts",
-
 "html-escape",
-
 "lazy_static",
-
 "line-col",
-
 "marked-yaml 0.7.2",
-
 "pikchr",
-
 "pulldown-cmark 0.12.2",
-
 "regex",
-
 "roadmap",
-
 "serde",
-
 "serde_json",
-
 "slug",
-
 "tera",
-
 "thiserror 2.0.17",
-
 "tracing",
-
 "walkdir",
-
]
-

-
[[package]]
-
name = "subplot"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a2d7d684d11cc4256f675dd026f2999762fdd407dcdfae7ed06005370359dc6"
@@ -2829,7 +2788,7 @@ dependencies = [
 "line-col",
 "marked-yaml 0.8.0",
 "pikchr",
-
 "pulldown-cmark 0.13.0",
+
 "pulldown-cmark",
 "regex",
 "roadmap",
 "serde",
@@ -2842,20 +2801,10 @@ dependencies = [
]

[[package]]
-
name = "subplot-build"
-
version = "0.13.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "1a1e4b117c4e8177c359b14cbea439ff70c4d8c91f81f1361c49987f8890e8c7"
-
dependencies = [
-
 "subplot 0.13.0",
-
 "tracing",
-
]
-

-
[[package]]
name = "subplotlib"
-
version = "0.12.0"
+
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "6ddf898c1d4ef62f77028b546f7baf9c1e661c927587249da0b0fa5ec5906422"
+
checksum = "e975eda1ad88fef962133294b2bfee9e3a586b92e2f57b4d7c7544485199f042"
dependencies = [
 "base64 0.22.1",
 "culpa",
@@ -2873,14 +2822,14 @@ dependencies = [

[[package]]
name = "subplotlib-derive"
-
version = "0.12.0"
+
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "f37c9bc08dcdd72eb2a5f0d2f405c5384466c7c199921b00d4ab9d8f60972efb"
+
checksum = "bd444e7bcbeb865f8337901f7266b9d6175b36cd16c4950fe2a49f4dbdbc7785"
dependencies = [
 "culpa",
 "proc-macro2",
 "quote",
-
 "subplot 0.12.0",
+
 "subplot",
 "syn 2.0.110",
]

modified Cargo.toml
@@ -28,7 +28,7 @@ serde_json = "1.0.121"
serde_norway = "0.9.42"
sqlite = "0.32.0"
sqlite3-sys = "0.15.0"
-
subplotlib = "0.12.0"
+
subplotlib = "0.13.0"
tempfile = { version = "3.10.1" }
thiserror = "1.0.63"
time = { version = "0.3.36", features = ["formatting", "macros"] }
@@ -47,6 +47,3 @@ ctor = "0.2.8"
culpa = "1.0.2"
qcheck = { version = "1", default-features = false }
qcheck-macros = { version = "1", default-features = false }
-

-
[build-dependencies]
-
subplot-build = "0.13.0"