Wez Furlong
6c890c3995
update metrics to latest version (0.22)
2024-05-13 09:41:12 -07:00
Wez Furlong
281b6e2740
deps: update metrics to a more recent version
...
This isn't the latest version of metrics; it's just a more recent
version that allows us to remove a duplicate ahash dependency from the
build graph.
2024-05-13 09:41:11 -07:00
Wez Furlong
14d426fea8
add cargo deny config, update lru
2024-05-13 08:29:36 -07:00
Wez Furlong
2e0467d121
deps: zstd 0.6 -> 0.11
2022-07-25 21:29:43 -07:00
Wez Furlong
6b67ae842c
mux: try to detect invalid data on stdout during connection
...
Use some heuristics to verify the data that is about to be parsed;
this can help to detect eg: data being output to stdout prior
to us sending any encoded data to the remote mux.
In addition, add a timeout to help avoid waiting forever in
the case that we didn't detect a problem.
refs: https://github.com/wez/wezterm/issues/1860
2022-04-11 21:08:57 -07:00
Wez Furlong
a2e882a7cb
deps: cargo update, and a couple of dependabot suggestions
2021-07-18 19:10:46 -07:00
Wez Furlong
030e517b43
deps: metrics 0.15 -> 0.16, cargo update
2021-05-24 07:57:03 -07:00
Wez Furlong
a59e9b1706
update metrics 0.14 -> 0.15
...
closes: https://github.com/wez/wezterm/pull/778
2021-05-11 19:20:24 -07:00
Wez Furlong
d9275e110c
deps: update metrics from 0.12 -> 0.14
2021-02-03 23:50:29 -08:00
Wez Furlong
7cf68365a5
deps: misc updates
2020-12-29 09:24:34 -08:00
Wez Furlong
b996fede7f
codec: add async read/write methods
2020-10-03 11:15:57 -07:00
Wez Furlong
0c32963f1c
Move server to its own wezterm-mux-server binary
2020-10-03 11:15:57 -07:00
Wez Furlong
a07004302a
move codec into is own crate
2020-10-03 11:15:57 -07:00