@@ -45,45 +45,48 @@ glob = "0.3"
4545hiercmd = { git = " https://github.com/jclulow/hiercmd" }
4646hmac-sha256 = " 1"
4747html-escape = " 0.2"
48- http = " 0.2"
48+ http = " 1"
49+ http-body-util = " 0.1"
4950http-range = " 0.1"
50- hyper = " 0.14 "
51+ hyper = " 1 "
5152ipnet = " 2.8"
5253jmclib = { git = " https://github.com/jclulow/rust-jmclib" , features = [" sqlite" ] }
5354libc = " 0.2.113"
5455new_mime_guess = " 4"
5556octorust = { git = " https://github.com/oxidecomputer/third-party-api-clients" , branch = " jclulow" }
56- pem = " 2 "
57+ pem = " 3 "
5758percent-encoding = " 2.1"
58- progenitor = { git = " https://github.com/oxidecomputer/progenitor" }
59+ progenitor = { version = " 0.9.1" }
60+ progenitor-client = { version = " 0.9.1" }
5961rand = " 0.8"
6062regex = " 1"
61- reqwest = { version = " 0.11 " , features = [ " json" , " stream" ] }
63+ reqwest = { version = " 0.12 " , features = [ " json" , " stream" ] }
6264rust-toolchain-file = " 0.1"
63- rusty_ulid = " 1 "
65+ rusty_ulid = " 2 "
6466schemars = { version = " 0.8" , features = [ " chrono" ] }
65- sea-query = { version = " 0.30" , default-features = false , features = [ " derive" , " attr" , " backend-sqlite" ] }
66- sea-query-rusqlite = " 0.5"
67+ sea-query = { version = " 0.32" , default-features = false , features = [ " derive" , " attr" , " backend-sqlite" ] }
68+ sea-query-rusqlite = " 0.7"
69+ semver = " 1"
6770serde = { version = " 1" , features = [ " derive" ] }
6871serde_json = " 1"
6972serde_repr = " 0.1"
7073serde_urlencoded = " 0.7"
71- serde_with = " 1.10 "
74+ serde_with = " 3 "
7275serde_yaml = " 0.9"
7376sigpipe = " 0.1"
7477slog = { version = " 2.7" , features = [ " release_max_level_debug" ] }
7578slog-bunyan = " 2.4"
7679slog-term = " 2.7"
7780smf = { git = " https://github.com/illumos/smf-rs.git" }
7881strip-ansi-escapes = " 0.2"
79- strum = { version = " 0.25 " , features = [ " derive" ] }
82+ strum = { version = " 0.26 " , features = [ " derive" ] }
8083tempfile = " 3.3"
81- thiserror = " 1 "
84+ thiserror = " 2 "
8285tlvc = { git = " https://github.com/oxidecomputer/tlvc" , version = " 0.3.1" }
8386tlvc-text = { git = " https://github.com/oxidecomputer/tlvc" , version = " 0.3.0" }
8487tokio = { version = " 1" , features = [ " full" ] }
8588tokio-stream = " 0.1"
86- tokio-util = { version = " 0.6.9 " , features = [ " io" ] }
89+ tokio-util = { version = " 0.7 " , features = [ " io" ] }
8790toml = " 0.8"
8891usdt = " 0.5"
8992zone = { version = " 0.3" , features = [ " async" ], default-features = false }
0 commit comments