@@ -15,10 +15,10 @@ futures = "0.3.31"
1515globset = " 0.4.18"
1616handlebars = " 6.4.1"
1717jiff = { version = " 0.2.25" , features = [" serde" ] }
18- k8s-openapi = { version = " 0.27.1 " , features = [" latest" , " schemars" ] }
19- kube = { version = " 3.1 .0" , default-features = false , features = [" runtime" , " derive" , " client" , " rustls-tls" , " ws" ] }
18+ k8s-openapi = { version = " 0.28.0 " , features = [" latest" , " schemars" ] }
19+ kube = { version = " 4.0 .0" , default-features = false , features = [" runtime" , " derive" , " client" , " rustls-tls" , " ws" ] }
2020kube_quantity = " 0.9.0"
21- mimalloc = { version = " 0.1" , default-features = false }
21+ mimalloc = { version = " 0.1.52 " , default-features = false }
2222prometheus = " 0.14.0"
2323rand = " 0.10.1"
2424reqwest = { version = " 0.13.4" , features = [" json" , " socks" ] }
@@ -31,18 +31,18 @@ sha2 = "0.10.9"
3131socket2 = " 0.6.2"
3232thiserror = " 2.0.18"
3333tokio = { version = " 1.50.0" , features = [" full" ] }
34- tokio-postgres = " 0.7"
35- tower-http = { version = " 0.6" , features = [" trace" ] }
34+ tokio-postgres = " 0.7.18 "
35+ tower-http = { version = " 0.6.11 " , features = [" trace" ] }
3636tracing = " 0.1.44"
3737tracing-subscriber = { version = " 0.3.23" , features = [" json" , " env-filter" ] }
3838uuid = { version = " 1.23.4" , features = [" v4" , " serde" ] }
3939
4040[dev-dependencies ]
41- bytes = " 1"
42- http = " 1"
43- http-body-util = " 0.1"
41+ bytes = " 1.12.0 "
42+ http = " 1.4.2 "
43+ http-body-util = " 0.1.3 "
4444tempfile = " 3.27.0"
45- tower = " 0.5"
45+ tower = " 0.5.3 "
4646
4747[[bin ]]
4848name = " canopy-proxy"
0 commit comments