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 Apr 16, 2024
1 parent 1d14aa0 commit d82b2d3
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 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.

20 changes: 10 additions & 10 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.4"
version = "0.7.5"

[workspace.dependencies]
anyhow = "1"
Expand Down Expand Up @@ -50,15 +50,15 @@ hpke-dispatch = "0.5.1"
http = "1.1"
http-api-problem = "0.58.0"
itertools = "0.12"
janus_aggregator = { version = "0.7.4", path = "aggregator" }
janus_aggregator_api = { version = "0.7.4", path = "aggregator_api" }
janus_aggregator_core = { version = "0.7.4", path = "aggregator_core" }
janus_client = { version = "0.7.4", path = "client" }
janus_collector = { version = "0.7.4", path = "collector" }
janus_core = { version = "0.7.4", path = "core" }
janus_integration_tests = { version = "0.7.4", path = "integration_tests" }
janus_interop_binaries = { version = "0.7.4", path = "interop_binaries" }
janus_messages = { version = "0.7.4", path = "messages" }
janus_aggregator = { version = "0.7.5", path = "aggregator" }
janus_aggregator_api = { version = "0.7.5", path = "aggregator_api" }
janus_aggregator_core = { version = "0.7.5", path = "aggregator_core" }
janus_client = { version = "0.7.5", path = "client" }
janus_collector = { version = "0.7.5", path = "collector" }
janus_core = { version = "0.7.5", path = "core" }
janus_integration_tests = { version = "0.7.5", path = "integration_tests" }
janus_interop_binaries = { version = "0.7.5", path = "interop_binaries" }
janus_messages = { version = "0.7.5", 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 d82b2d3

Please sign in to comment.