Skip to content

Commit a3ab500

Browse files
Bump Janus patch version, triggered by @inahga
1 parent 29a350b commit a3ab500

File tree

2 files changed

+35
-35
lines changed

2 files changed

+35
-35
lines changed

Cargo.lock

+26-26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+9-9
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ homepage = "https://divviup.org"
2020
license = "MPL-2.0"
2121
repository = "https://github.com/divviup/janus"
2222
rust-version = "1.77.0"
23-
version = "0.7.42"
23+
version = "0.7.43"
2424

2525
[workspace.dependencies]
2626
anyhow = "1"
@@ -50,14 +50,14 @@ hpke-dispatch = "0.7.0"
5050
http = "1.1"
5151
http-api-problem = "0.58.0"
5252
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" }
6161
k8s-openapi = { version = "0.22.0", features = ["v1_26"] } # keep this version in sync with what is referenced by the indirect dependency via `kube`
6262
kube = { version = "0.94.2", default-features = false, features = ["client", "rustls-tls"] }
6363
mockito = "1.6.1"

0 commit comments

Comments
 (0)