Take makeover-webview 0.58.0
The vocabulary reader now reads element rules and reads `revert-layer` as
a handoff rather than an override. Nothing this crate emits changes; the
pin moves so the renderer and the check that guards its consumers agree on
one version of the vocabulary.
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
2 files changed,
+7 insertions,
-7 deletions
| 2643 |
2643 |
|
|
| 2644 |
2644 |
|
[[package]]
|
| 2645 |
2645 |
|
name = "makeover-webview"
|
| 2646 |
|
- |
version = "0.57.0"
|
|
2646 |
+ |
version = "0.58.0"
|
| 2647 |
2647 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2648 |
|
- |
checksum = "de975123768cac0c56ae40479cac721fe8498e0fd50e643e6884799d8eb12d75"
|
|
2648 |
+ |
checksum = "6ec0cf871810510f38e24230d1781cb572437a0c4550b638b3d45e3ba1474cb4"
|
| 2649 |
2649 |
|
dependencies = [
|
| 2650 |
2650 |
|
"makeover-geometry",
|
| 2651 |
2651 |
|
"makeover-layout",
|
| 6197 |
6197 |
|
"winnow 1.0.4",
|
| 6198 |
6198 |
|
]
|
| 6199 |
6199 |
|
|
|
6200 |
+ |
[[patch.unused]]
|
|
6201 |
+ |
name = "synckit-client"
|
|
6202 |
+ |
version = "0.8.1"
|
|
6203 |
+ |
|
| 6200 |
6204 |
|
[[patch.unused]]
|
| 6201 |
6205 |
|
name = "kberg"
|
| 6202 |
6206 |
|
version = "0.1.0"
|
| 6216 |
6220 |
|
[[patch.unused]]
|
| 6217 |
6221 |
|
name = "quasi-type"
|
| 6218 |
6222 |
|
version = "0.1.0"
|
| 6219 |
|
- |
|
| 6220 |
|
- |
[[patch.unused]]
|
| 6221 |
|
- |
name = "synckit-client"
|
| 6222 |
|
- |
version = "0.8.1"
|
| 16 |
16 |
|
quasi-router = { path = "../quasi-router", version = "0.53.0" }
|
| 17 |
17 |
|
quasi-http = { path = "../quasi-http", version = "0.53.0" }
|
| 18 |
18 |
|
makeover-layout = "0.35.0"
|
| 19 |
|
- |
makeover-webview = "0.57.0"
|
|
19 |
+ |
makeover-webview = "0.58.0"
|
| 20 |
20 |
|
# `Node::Rich` carries markdown source and this is what turns it into markup.
|
| 21 |
21 |
|
# Sanitising comes with it, which is why the node can carry what a user typed.
|
| 22 |
22 |
|
#
|