@@ -15,8 +15,9 @@ authz-macros = { path = "src/authz/authz-macros" }
1515base64 = " 0.13.0"
1616bb8 = " 0.8.0"
1717cookie = " 0.16"
18- crucible-agent-client = { git = " https://github.com/oxidecomputer/crucible" , rev = " 8ea317a9dfee65d7c018a1fda89fdec63a560ef3 " }
18+ crucible-agent-client = { git = " https://github.com/oxidecomputer/crucible" , rev = " 57f0951793a74b31afd824bc3a0e5d89a41a540b " }
1919diesel = { version = " 2.0.0-rc.0" , features = [" postgres" , " r2d2" , " chrono" , " serde_json" , " network-address" , " uuid" ] }
20+ diesel-dtrace = { git = " https://github.com/oxidecomputer/diesel-dtrace" }
2021fatfs = " 0.3.5"
2122futures = " 0.3.21"
2223headers = " 0.3.7"
@@ -60,10 +61,6 @@ path = "../api_identity"
6061version = " 0.4"
6162features = [ " serde" ]
6263
63- [dependencies .diesel-dtrace ]
64- git = " https://github.com/oxidecomputer/diesel-dtrace"
65- rev = " bec89c2f2b01a79ae99b4db667bfcea5fb2fef04"
66-
6764[dependencies .dropshot ]
6865git = " https://github.com/oxidecomputer/dropshot"
6966branch = " main"
@@ -89,8 +86,8 @@ version = "0.1.0"
8986path = " ../oximeter/producer"
9087
9188[dependencies .schemars ]
92- version = " 0.8"
93- features = [ " chrono" , " uuid " ]
89+ version = " 0.8.10 "
90+ features = [ " chrono" , " uuid1 " ]
9491
9592[dependencies .serde ]
9693version = " 1.0"
@@ -110,10 +107,10 @@ features = [ "full" ]
110107
111108[dependencies .tokio-postgres ]
112109version = " 0.7"
113- features = [ " with-chrono-0_4" , " with-serde_json-1" , " with-uuid-0_8 " ]
110+ features = [ " with-chrono-0_4" , " with-serde_json-1" , " with-uuid-1 " ]
114111
115112[dependencies .uuid ]
116- version = " 0.8 "
113+ version = " 1.0.0 "
117114features = [ " serde" , " v4" ]
118115
119116[dev-dependencies ]
0 commit comments