@@ -19,25 +19,28 @@ resolver = "2"
1919
2020[workspace .dependencies ]
2121tlvc = { git = " https://github.com/oxidecomputer/tlvc.git" , branch = " main" }
22- hubtools = { git = " https://github.com/oxidecomputer/hubtools.git" , branch = " main" }
22+ turin-post-decoder = { git = " https://github.com/oxidecomputer/turin-post-decoder" , branch = " master" }
23+ hubtools = { git = " https://github.com/oxidecomputer/hubtools.git" , rev = " 2b1ef9b38d75563ea800baa3b17327eec17b1b7a" }
2324slog-error-chain = { git = " https://github.com/oxidecomputer/slog-error-chain.git" , branch = " main" , features = [" derive" ] }
2425
2526anyhow = " 1.0"
2627async-trait = " 0.1"
2728backoff = { version = " 0.4.0" , features = [" tokio" ] }
2829base64 = " 0.22.1"
29- bitflags = " 2.9.3 "
30- camino = " 1.1.12 "
30+ bitflags = " 2.9.4 "
31+ camino = " 1.2.1 "
3132camino-tempfile = " 1.4.1"
3233clap = { version = " 4.5" , features = [" derive" , " env" ] }
34+ colored = " 3"
3335convert_case = " 0.8"
36+ erebor = { git = " https://github.com/oxidecomputer/erebor" , rev = " 48512bf970474ff0fd0868c833fd504c8d169064" }
3437expectorate = " =1.1.0" # 1.2 requires rust 1.75; bump eventually
3538futures = " 0.3.31"
3639fxhash = " 0.2.1"
3740glob = " 0.3.3"
3841hex = " 0.4.3"
3942hubpack = " 0.1.2"
40- humantime = " 2.2 .0"
43+ humantime = " 2.3 .0"
4144indicatif = " 0.18"
4245lru-cache = " 0.1.2"
4346lzss = " 0.8"
@@ -49,31 +52,31 @@ parse_int = "0.6"
4952rand = " 0.9.2"
5053serde = { version = " 1.0" , default-features = false , features = [" derive" ] }
5154serde-big-array = " 0.5.1"
52- serde_bytes = " 0.11.17 "
55+ serde_bytes = " 0.11.19 "
5356serde_cbor = " 0.11.2"
54- serde_json = " 1.0.143 "
57+ serde_json = " 1.0.145 "
5558serde_repr = { version = " 0.1" }
5659sha2 = " 0.10"
5760slog = { version = " 2.7" , features = [" max_level_trace" , " release_max_level_trace" ] }
5861slog-async = " 2.8"
5962slog-term = " 2.9"
6063smoltcp = { version = " 0.9" , default-features = false , features = [" proto-ipv6" ] }
61- socket2 = " 0.6.0 "
64+ socket2 = " 0.6.1 "
6265ssh-agent-client-rs = " 0.9.1"
6366ssh-key = { version = " 0.6.7" , features = [" p256" ] }
6467static_assertions = " 1.1.0"
6568strum = { version = " 0.27.2" , default-features = false }
6669strum_macros = " 0.27.2"
6770string_cache = " 0.8.9"
6871termios = " 0.3"
69- thiserror = " 2.0.16 "
70- tokio = { version = " 1.29 " , features = [" full" ] }
72+ thiserror = " 2.0.17 "
73+ tokio = { version = " 1.48 " , features = [" full" ] }
7174tokio-stream = { version = " 0.1" , features = [" fs" ] }
7275tokio-util = { version = " 0.7" , features = [" compat" ] }
7376usdt = " 0.5.0"
74- uuid = { version = " 1.16 " , default-features = false }
77+ uuid = { version = " 1.18 " , default-features = false }
7578version_check = " 0.9.5"
76- zerocopy = " 0.8.26 "
79+ zerocopy = " 0.8.27 "
7780zip = { version = " 0.6.6" , default-features = false , features = [" deflate" , " bzip2" ] }
7881
7982gateway-messages.path = " gateway-messages"
0 commit comments