@@ -20,7 +20,7 @@ homepage = "https://divviup.org"
20
20
license = " MPL-2.0"
21
21
repository = " https://github.com/divviup/janus"
22
22
rust-version = " 1.77.0"
23
- version = " 0.7.42 "
23
+ version = " 0.7.43 "
24
24
25
25
[workspace .dependencies ]
26
26
anyhow = " 1"
@@ -50,14 +50,14 @@ hpke-dispatch = "0.7.0"
50
50
http = " 1.1"
51
51
http-api-problem = " 0.58.0"
52
52
itertools = " 0.13"
53
- janus_aggregator = { version = " 0.7.42 " , path = " aggregator" }
54
- janus_aggregator_api = { version = " 0.7.42 " , path = " aggregator_api" }
55
- janus_aggregator_core = { version = " 0.7.42 " , path = " aggregator_core" }
56
- janus_client = { version = " 0.7.42 " , path = " client" }
57
- janus_collector = { version = " 0.7.42 " , path = " collector" }
58
- janus_core = { version = " 0.7.42 " , path = " core" }
59
- janus_interop_binaries = { version = " 0.7.42 " , path = " interop_binaries" }
60
- janus_messages = { version = " 0.7.42 " , path = " messages" }
53
+ janus_aggregator = { version = " 0.7.43 " , path = " aggregator" }
54
+ janus_aggregator_api = { version = " 0.7.43 " , path = " aggregator_api" }
55
+ janus_aggregator_core = { version = " 0.7.43 " , path = " aggregator_core" }
56
+ janus_client = { version = " 0.7.43 " , path = " client" }
57
+ janus_collector = { version = " 0.7.43 " , path = " collector" }
58
+ janus_core = { version = " 0.7.43 " , path = " core" }
59
+ janus_interop_binaries = { version = " 0.7.43 " , path = " interop_binaries" }
60
+ janus_messages = { version = " 0.7.43 " , path = " messages" }
61
61
k8s-openapi = { version = " 0.22.0" , features = [" v1_26" ] } # keep this version in sync with what is referenced by the indirect dependency via `kube`
62
62
kube = { version = " 0.94.2" , default-features = false , features = [" client" , " rustls-tls" ] }
63
63
mockito = " 1.6.1"
0 commit comments