@@ -126,7 +126,7 @@ time = { version = "0.3" }
126126uuid = { version = " 1" , features = [" v4" , " serde" , " v5" ] }
127127diesel_migrations = { version = " 2.0" }
128128regex = " 1.7.3"
129- openai_dive = { git = " https://github.com/devflowinc/openai-client.git" , rev = " 61531093857b987c889d2d3ad8f2d80cb90ec050 " , features = [
129+ openai_dive = { git = " https://github.com/devflowinc/openai-client.git" , rev = " 6c52d30bedc40877c2880e71524f9e36b0c66cee " , features = [
130130 " stream" ,
131131] }
132132tokio = { version = " 1.27.0" , features = [" rt-multi-thread" ] }
@@ -153,9 +153,9 @@ utoipa = { version = "4.2", features = [
153153 " debug" ,
154154] }
155155utoipa-redoc = { version = " 4.0" , features = [" actix-web" ] }
156- openidconnect = { git = " https://github.com/devflowinc/openidconnect-rs.git" , rev = " 9b9cefd91ae7e1bc4ad336a9bed5dcf04fa179a5" , features = [
156+ openidconnect = { git = " https://github.com/devflowinc/openidconnect-rs.git" , rev = " 9b9cefd91ae7e1bc4ad336a9bed5dcf04fa179a5" , features = [
157157 " reqwest" ,
158- " accept-rfc3339-timestamps"
158+ " accept-rfc3339-timestamps" ,
159159], default-features = false }
160160oauth2 = " 4.4.2"
161161dateparser = " 0.2.1"
@@ -198,7 +198,10 @@ url = "2.5.4"
198198actix-request-reply-cache = " 0.1.6"
199199sentry = { version = " 0.41.0" , features = [" tracing" ] }
200200tracing = " 0.1.41"
201- tracing-subscriber = { version = " 0.3.19" , features = [" env-filter" , " registry" ] }
201+ tracing-subscriber = { version = " 0.3.19" , features = [
202+ " env-filter" ,
203+ " registry" ,
204+ ] }
202205sentry-tracing = " 0.41.0"
203206sentry-actix = " 0.41.0"
204207
0 commit comments