@@ -15,7 +15,8 @@ async_zip = { version = "0.0.9", default-features = false, features = [ "zstd",
1515cbc = { version = " 0.1.2" }
1616csv-async = " 1.2"
1717atomic_refcell = " 0.1.13"
18- axum = { version = " 0.6" , features = [ " headers" , " ws" , " original-uri" , " macros" , " multipart" ] }
18+ axum = { version = " 0.7" , features = [ " ws" , " original-uri" , " macros" , " multipart" ] }
19+ axum-extra = { version = " 0.9.3" , features = [ " typed-header" ] }
1920base32 = " 0.4.0"
2021base-62 = { rev = " 6f91a3da4b83f20379469835f64195bd52d7b9dd" , git = " https://github.com/kryptco/base62.rs" }
2122base64 = " 0.13"
@@ -49,15 +50,17 @@ futures = "0.3"
4950futures-async-stream = " 0.2.11"
5051futures-util = " 0.3.30"
5152governor = " 0.6.0"
52- headers = " 0.3 "
53+ headers = " 0.4 "
5354hex = " 0.4"
5455home = " 0.5"
5556enum-iterator = " 2.0.0"
56- http = " 0.2.8 "
57+ http = " 1.0.0 "
5758http-cache = { version = " 0.18" , default-features = false }
58- http-cache-reqwest = { version = " 0.13.0" , features = [ " manager-moka" ] }
59+ http-body-util = " 0.1.2"
60+ http-cache-reqwest = { version = " 0.14.0" , features = [ " manager-moka" ] }
5961humansize = { version = " 2.1.3" , features = [ " impl_style" ] }
60- hyper = " 0.14.16"
62+ hyper = " 1.3.1"
63+ hyper-util = { version = " 0.1.5" , features = [ " server-graceful" ] }
6164proc-macro2 = { version = " 1.0" }
6265imbl = " 3.0.0"
6366itertools = " 0.13"
@@ -85,10 +88,10 @@ prometheus = { git = "https://github.com/get-convex/rust-prometheus", rev = "061
8588prometheus-hyper = " 0.2.0"
8689proptest = " 1"
8790proptest-derive = " 0.4.0"
88- proptest-http = { git = " https://github.com/sujayakar /proptest-http" , rev = " 12ef4c4ac2002b050ab0944a9587d83d7ea9fce2 " }
89- prost = " 0.12 "
90- prost-types = " 0.12 "
91- prost-reflect = { version = " 0.13.1 " , features = [ " text-format" , " miette" ] }
91+ proptest-http = { git = " https://github.com/nipunn1313 /proptest-http" , rev = " 0e658bd4f6dbb73bdd3be66f0d2c34c00cc3a446 " }
92+ prost = " 0.13 "
93+ prost-types = " 0.13 "
94+ prost-reflect = { version = " 0.14.0 " , features = [ " text-format" , " miette" ] }
9295pyo3 = " 0.20.3"
9396pyo3-asyncio = { version = " 0.20.0" , features = [ " tokio-runtime" ] }
9497pyo3-build-config = { version = " 0.20.3" , features = [ " resolve-config" ] }
@@ -99,15 +102,15 @@ rand = "0.8"
99102rand_chacha = " 0.3.1"
100103ref-cast = " 1.0.20"
101104regex = " 1"
102- reqwest = { version = " 0.11.24 " , features = [ " json" , " stream" , " gzip" , " native-tls-vendored" ] }
103- reqwest-middleware = " 0.2.0 "
105+ reqwest = { version = " 0.12.1 " , features = [ " json" , " stream" , " gzip" , " native-tls-vendored" ] }
106+ reqwest-middleware = " 0.3.2 "
104107ring = " 0.17.8"
105108rsa = " 0.9.6"
106109rusqlite = { version = " 0.30" , features = [ " bundled" ] }
107110saffron = { git = " https://github.com/get-convex/saffron" , rev = " 1d842379919fb5c1988ac127cebd6167b1eb9bec" , features = [ " std" ] }
108111schemars = { version = " 0.8" }
109112semver = { version = " 1" , features = [ " serde" ] }
110- sentry = { version = " 0.31 " , features = [ " anyhow" , " tower" , " tower-http" ] }
113+ sentry = { version = " 0.32 " , features = [ " anyhow" , " tower" , " tower-http" ] }
111114serde = { version = " 1" , features = [ " derive" ] }
112115serde_json = { version = " 1" , features = [ " float_roundtrip" , " preserve_order" ] }
113116sha1 = { version = " 0.10.5" , features = [ " oid" ] }
@@ -128,19 +131,19 @@ tokio = { version = "1", features = [ "full" ] }
128131tokio-metrics-collector = { version = " 0.2.1" }
129132tokio-process-stream = { version = " 0.4.0" }
130133tokio-stream = { version = " 0.1" , features = [ " io-util" , " sync" , " signal" ] }
131- tokio-tungstenite = { version = " 0.20 .0" , features = [ " native-tls-vendored" ] }
132- tonic = { version = " 0.10.2 " , features = [ " gzip" ] }
133- tonic-build = " 0.10 .0"
134- tonic-health = " 0.10 .0"
134+ tokio-tungstenite = { version = " 0.21 .0" , features = [ " native-tls-vendored" ] }
135+ tonic = { version = " 0.12.0 " , features = [ " gzip" ] }
136+ tonic-build = " 0.12 .0"
137+ tonic-health = " 0.12 .0"
135138tower = { version = " 0.4" , features = [ " limit" , " timeout" ] }
136- tower-cookies = " 0.9 "
137- tower-http = { version = " 0.4 " , features = [ " trace" , " cors" , " decompression-br" ] }
139+ tower-cookies = " 0.10 "
140+ tower-http = { version = " 0.5 " , features = [ " trace" , " cors" , " decompression-br" ] }
138141tracing = " 0.1"
139142tracing-appender = { version = " 0.2" }
140143tracing-subscriber = { version = " 0.3.17" , features = [ " env-filter" , " json" ] }
141144tracy-client = { version = " 0.17.0" , default-features = false , features = [ " fibers" ] }
142- tungstenite = { version = " 0.20 .0" , features = [ " native-tls-vendored" ] }
143- url = " 2"
145+ tungstenite = { version = " 0.21 .0" , features = [ " url " , " native-tls-vendored" ] }
146+ url = " 2.5.2 "
144147urlencoding = " 2.1.3"
145148uuid = { version = " 1.6" , features = [ " serde" , " v4" ] }
146149walkdir = " 2"
0 commit comments