@@ -47,7 +47,7 @@ cel = { path = "crates/cel-fork/cel" }
4747cel-derive = { path = " crates/cel-fork/cel-derive" }
4848atomic_float = { version = " 1.1.0" , features = [" serde" ] }
4949anyhow = " 1.0"
50- arc-swap = " 1.7.1 "
50+ arc-swap = " 1.8.2 "
5151arcstr = { version = " 1.2" , features = [" serde" ] }
5252assert_matches = " 1.5.0"
5353async-openai = { version = " 0.33.0" , default-features = false , features = [" chat-completion-types" , " moderation-types" , " response-types" , " realtime-types" ] }
@@ -58,18 +58,18 @@ aws-credential-types = "1.2"
5858aws-sigv4 = " 1.3"
5959aws-smithy-eventstream = " 0.60"
6060aws-smithy-types = " 1.3"
61- aws-lc-rs = " 1.15 "
61+ aws-lc-rs = " 1.16 "
6262axum = { version = " 0.8" , features = [" macros" ] }
6363axum-core = " 0.5"
6464axum-extra = { version = " 0.12" , features = [" json-lines" , " typed-header" ] }
6565# Disable default features to avoid pulling in native-tls and requiring openssl
6666# TODO: allow default features if we ever add an openssl feature
67- azure_identity = { version = " 0.31 " , default-features = false }
68- azure_core = { version = " 0.31 " , default-features = false }
69- typespec_client_core = { default-features = false , version = " 0.10 " }
67+ azure_identity = { version = " 0.32 " , default-features = false }
68+ azure_core = { version = " 0.32 " , default-features = false }
69+ typespec_client_core = { default-features = false , version = " 0.11 " }
7070base64 = " 0.22"
71- bcrypt = " 0.18 "
72- bytes = { version = " 1.10 " , features = [" serde" ] }
71+ bcrypt = " 0.19 "
72+ bytes = { version = " 1.11 " , features = [" serde" ] }
7373chrono = { version = " 0.4" , features = [" serde" ] }
7474clap = { version = " 4.5" , features = [" derive" ] }
7575clocksource = " 0.8"
@@ -78,7 +78,7 @@ divan = "0.1"
7878durationfmt = " 0.1"
7979go-parse-duration = " 0.1"
8080flurry = " 0.5.2"
81- fs-err = { version = " 3.1 " , features = [" tokio" ] }
81+ fs-err = { version = " 3.3 " , features = [" tokio" ] }
8282futures = " 0.3"
8383futures-channel = " 0.3"
8484futures-core = " 0.3"
@@ -96,22 +96,22 @@ hex = "0.4"
9696hickory-resolver = { version = " 0.25" , features = [" serde" ] }
9797htpasswd-verify-fork = { path = " crates/htpasswd-verify-fork" }
9898httpdate = " 1.0"
99- http = " 1.3 "
99+ http = " 1.4 "
100100http-body = " 1"
101101http-body-util = " 0.1.3"
102- hyper = { version = " 1.6 " , features = [" full" ] }
102+ hyper = { version = " 1.8 " , features = [" full" ] }
103103hyper-rustls = " 0.27"
104104hyper-util = { version = " 0.1" , features = [" full" ] }
105105hyper-util-fork = { path = " crates/hyper-util-fork" }
106106include_dir = " 0.7"
107- indexmap = { version = " 2.9 " , features = [" serde" ] }
108- insta = { version = " 1.38 " , features = [" json" , " redactions" , " filters" , " yaml" ] }
109- ipnet = { version = " 2.11 " , features = [" serde" ] }
107+ indexmap = { version = " 2.13 " , features = [" serde" ] }
108+ insta = { version = " 1.46 " , features = [" json" , " redactions" , " filters" , " yaml" ] }
109+ ipnet = { version = " 2.12 " , features = [" serde" ] }
110110itertools = " 0.14"
111111jsonwebtoken = { version = " 10.3" , features = [" aws_lc_rs" ] }
112- lazy_static = " 1.4 "
112+ lazy_static = " 1.5 "
113113libc = " 0.2"
114- notify = " 8.0 "
114+ notify = " 8.2 "
115115notify-debouncer-full = " 0.7"
116116md-5 = " 0.10"
117117num_cpus = " 1.17"
@@ -126,7 +126,7 @@ parking_lot = "0.12"
126126percent-encoding = " 2.3"
127127phonenumber = " 0.3"
128128pin-project-lite = " 0.2"
129- pingora-pool = " 0.7 "
129+ pingora-pool = " 0.8 "
130130ppp = " 2.3"
131131pprof = { version = " 0.15" , features = [
132132 " protobuf" ,
@@ -138,12 +138,12 @@ prometheus-client = "0.24"
138138prost = " 0.14"
139139prost-build = " 0.14"
140140prost-types = " 0.14"
141- prost-wkt-types = { version = " 0.7.0 " , features = [" vendored-protox" ] }
142- prost-wkt-build = " 0.7.0 "
141+ prost-wkt-types = { version = " 0.7.1 " , features = [" vendored-protox" ] }
142+ prost-wkt-build = " 0.7.1 "
143143pwhash = " 1"
144144rand = " 0.10"
145145rcgen = { version = " 0.14" , features = [" pem" , " x509-parser" ] }
146- regex = " 1.11 "
146+ regex = " 1.12 "
147147reqwest = { version = " 0.13" , default-features = false , features = [
148148 " http2" ,
149149 " charset" ,
@@ -154,7 +154,7 @@ rustc_version = "0.4"
154154rustls = { version = " 0.23" , features = [" tls12" , " ring" ] }
155155rustls-native-certs = " 0.8"
156156rustls-pemfile = " 2.2"
157- rustls-pki-types = " 1.12 "
157+ rustls-pki-types = " 1.14 "
158158schemars = { version = " =1.0.4" , git = " https://github.com/howardjohn/schemars" , rev = " 4364354fa41897a0c2001d891c0a9a38eafedb82" , features = [
159159 # schemars = { version = "1.0", features = [
160160 " bytes1" ,
@@ -176,10 +176,10 @@ socket2 = "0.6"
176176split-iter = " 0.1"
177177sse-stream = " 0.2"
178178stacker = " 0.1"
179- tempfile = " 3.20 "
179+ tempfile = " 3.26 "
180180thiserror = " 2.0"
181181tiktoken-rs = " 0.9"
182- tokio = { version = " 1.48 " , features = [" full" , " macros" , " sync" ] }
182+ tokio = { version = " 1.50 " , features = [" full" , " macros" , " sync" ] }
183183tokio-rustls = { version = " 0.26" , default-features = false }
184184tokio-stream = { version = " 0.1" , features = [" net" , " sync" ] }
185185tokio-test = " 0.4"
@@ -203,7 +203,7 @@ tracing-subscriber = { version = "0.3", features = [
203203 " json" ,
204204] }
205205url = " 2.5"
206- uuid = { version = " 1.11 " , features = [" v4" ] }
206+ uuid = { version = " 1.21 " , features = [" v4" ] }
207207wiremock = { version = " 0.6" , features = [" tls" ] }
208208x509-parser = { version = " 0.18" , default-features = false , features = [" verify-aws" ] }
209209which = " 8.0"
@@ -214,28 +214,28 @@ crossbeam-channel = "0.5"
214214http-serde = " 2.1"
215215itoa = " 1.0"
216216serde_urlencoded = " 0.7"
217- serde_with = { version = " 3.14 " , features = [
217+ serde_with = { version = " 3.17 " , features = [
218218 " schemars_1" ,
219219 " macros" ,
220220 " alloc" ,
221221], default-features = false }
222- value-bag = { version = " 1.11 " , features = [" serde" , " value-bag-serde1" ] }
222+ value-bag = { version = " 1.12 " , features = [" serde" , " value-bag-serde1" ] }
223223time = " 0.3"
224224tikv-jemallocator = { version = " 0.6" , features = [
225225 " profiling" ,
226226 " unprefixed_malloc_on_supported_platforms" ,
227227] }
228228jemalloc_pprof = { version = " 0.8" , features = [" symbolize" ] }
229229protox = " 0.9"
230- async-compression = { version = " 0.4.27 " , features = [
230+ async-compression = { version = " 0.4.41 " , features = [
231231 " brotli" ,
232232 " zlib" ,
233233 " gzip" ,
234234 " zstd" ,
235235 " tokio" ,
236236] }
237237core_affinity = " 0.8.3"
238- frozen-collections = " 0.8 .0"
238+ frozen-collections = " 0.4 .0"
239239heck = " 0.5"
240240macro_rules_attribute = " 0.2.2"
241241
0 commit comments