@@ -51,7 +51,7 @@ omicron-common = { git = "https://github.com/oxidecomputer/omicron", branch= "ma
5151oximeter = { git = " https://github.com/oxidecomputer/omicron" , branch = " main" }
5252oximeter-producer = { git = " https://github.com/oxidecomputer/omicron" , branch = " main" }
5353oximeter-instruments = { git = " https://github.com/oxidecomputer/omicron" , branch = " main" , default-features = false , features = [" kstat" ] }
54- oxnet = { version = " 0.1.3 " , default-features = false , features = [" schemars" , " serde" ] }
54+ oxnet = { version = " 0.1.4 " , default-features = false , features = [" schemars" , " serde" ] }
5555propolis = { git = " https://github.com/oxidecomputer/propolis" }
5656smf = { git = " https://github.com/illumos/smf-rs" }
5757softnpu-lib = { git = " https://github.com/oxidecomputer/softnpu" , package = " softnpu" , branch = " main" }
@@ -69,7 +69,7 @@ colored = "3"
6969csv = " 1.3"
7070curl = " 0.4"
7171display-error-chain = " 0.2"
72- dropshot = " 0.16.4 "
72+ dropshot = " 0.16.6 "
7373dropshot-api-manager = " 0.2.2"
7474dropshot-api-manager-types = " 0.2.2"
7575expectorate = " 1"
@@ -85,11 +85,12 @@ oxide-tokio-rt = "0.1.2"
8585parking_lot = " 0.12"
8686pretty_assertions = " 1.4"
8787proc-macro2 = " 1.0"
88- progenitor = " 0.11 "
88+ progenitor = " 0.13 "
8989rand = " 0.9"
9090regex = " 1.12"
9191regress = " 0.10"
92- reqwest = { version = " 0.12" , default-features = false }
92+ reqwest = { version = " 0.13" , default-features = false }
93+ reqwest012 = { package = " reqwest" , version = " 0.12" , default-features = false }
9394schemars = " 0.8"
9495semver = " 1.0"
9596serde = { version = " 1.0" , features = [" derive" ] }
@@ -115,5 +116,3 @@ internet-checksum = "0.2"
115116# It's common during development to use a local copy of various complex
116117# dependencies. If you want to use those, uncomment one of these blocks.
117118#
118- # [patch."https://github.com/oxidecomputer/omicron"]
119- # oximeter = { path = "../omicron/oximeter/oximeter" }
0 commit comments