Skip to content

Commit

Permalink
Bump Janus patch version, triggered by @tgeoghegan
Browse files Browse the repository at this point in the history
  • Loading branch information
divviup-github-automation committed Jun 12, 2024
1 parent a70138d commit d705a65
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
40 changes: 20 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ homepage = "https://divviup.org"
license = "MPL-2.0"
repository = "https://github.com/divviup/janus"
rust-version = "1.73.0"
version = "0.7.17"
version = "0.7.18"

[workspace.dependencies]
anyhow = "1"
Expand Down Expand Up @@ -51,14 +51,14 @@ hpke-dispatch = "0.5.1"
http = "1.1"
http-api-problem = "0.58.0"
itertools = "0.12"
janus_aggregator = { version = "0.7.17", path = "aggregator" }
janus_aggregator_api = { version = "0.7.17", path = "aggregator_api" }
janus_aggregator_core = { version = "0.7.17", path = "aggregator_core" }
janus_client = { version = "0.7.17", path = "client" }
janus_collector = { version = "0.7.17", path = "collector" }
janus_core = { version = "0.7.17", path = "core" }
janus_interop_binaries = { version = "0.7.17", path = "interop_binaries" }
janus_messages = { version = "0.7.17", path = "messages" }
janus_aggregator = { version = "0.7.18", path = "aggregator" }
janus_aggregator_api = { version = "0.7.18", path = "aggregator_api" }
janus_aggregator_core = { version = "0.7.18", path = "aggregator_core" }
janus_client = { version = "0.7.18", path = "client" }
janus_collector = { version = "0.7.18", path = "collector" }
janus_core = { version = "0.7.18", path = "core" }
janus_interop_binaries = { version = "0.7.18", path = "interop_binaries" }
janus_messages = { version = "0.7.18", path = "messages" }
k8s-openapi = { version = "0.21.0", features = ["v1_26"] } # keep this version in sync with what is referenced by the indirect dependency via `kube`
kube = { version = "0.90.0", default-features = false, features = ["client", "rustls-tls"] }
mockito = "1.4.0"
Expand Down

0 comments on commit d705a65

Please sign in to comment.