@@ -60,7 +60,7 @@ lyon = "1.0.1"
60
60
# Images are compressed to in-memory lz4 blobs
61
61
lz4_flex = " 0.11.3"
62
62
# Generic metrics facade for our metrics recording/emission infra
63
- metrics = " 0.22.3 "
63
+ metrics = " 0.24.0 "
64
64
# File event notifications for the live reloading feature
65
65
notify = " 6.1.1"
66
66
once_cell = " 1.20.2"
@@ -69,7 +69,7 @@ open = "5.3.0"
69
69
# Some alternative atomics that are slightly more ergonoics than `std`'s
70
70
parking_lot = " 0.12.3"
71
71
# Dead simple way to handle some async operations
72
- pollster = " 0.3 .0"
72
+ pollster = " 0.4 .0"
73
73
# Used to get a handle to the display, so that we can setup a clipboard
74
74
raw-window-handle = " 0.5.2"
75
75
# SVG rendering
@@ -108,7 +108,7 @@ features = ["cargo", "derive"]
108
108
109
109
# Converts our markdown+html to pure HTML
110
110
[dependencies .comrak ]
111
- version = " 0.24.1 "
111
+ version = " 0.29.0 "
112
112
default-features = false
113
113
features = [" shortcodes" , " syntect" ]
114
114
@@ -132,7 +132,7 @@ features = ["serde"]
132
132
133
133
# Metrics helpers used for our custom metric logger
134
134
[dependencies .metrics-util ]
135
- version = " 0.16.3 "
135
+ version = " 0.18.0 "
136
136
default-features = false
137
137
features = [" registry" , " summary" ]
138
138
@@ -178,7 +178,7 @@ tempfile = "3.13.0"
178
178
tiny_http = " 0.12.0"
179
179
180
180
[target .'cfg(inlyne_tcp_metrics)' .dependencies ]
181
- metrics-exporter-tcp = " 0.9 .0"
181
+ metrics-exporter-tcp = " 0.11 .0"
182
182
183
183
[profile .release ]
184
184
strip = true
0 commit comments