Skip to content

Commit

Permalink
build(deps): Bump prio from 0.12.2 to 0.12.3 (#1990)
Browse files Browse the repository at this point in the history
Bumps [prio](https://github.com/divviup/libprio-rs) from 0.12.2 to 0.12.3.
- [Release notes](https://github.com/divviup/libprio-rs/releases)
- [Changelog](https://github.com/divviup/libprio-rs/blob/main/documentation/releases.md)
- [Commits](divviup/libprio-rs@v0.12.2...v0.12.3)

---
updated-dependencies:
- dependency-name: prio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
1 parent 52eb088 commit 0087367
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ janus_messages = { version = "0.5", path = "messages" }
k8s-openapi = { version = "0.18.0", features = ["v1_24"] } # keep this version in sync with what is referenced by the indirect dependency via `kube`
kube = { version = "0.82.2", default-features = false, features = ["client", "rustls-tls"] }
opentelemetry = { version = "0.20", features = ["metrics"] }
prio = { version = "0.12.2", features = ["multithreaded"] }
prio = { version = "0.12.3", features = ["multithreaded"] }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
serde_test = "1.0.175"
Expand Down
2 changes: 1 addition & 1 deletion messages/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ hex = "0.4"
num_enum = "0.7.0"
# We can't pull prio in from the workspace because that would enable default features, and we do not
# want prio/crypto-dependencies
prio = { version = "0.12.2", default-features = false }
prio = { version = "0.12.3", default-features = false }
rand = "0.8"
serde.workspace = true
thiserror.workspace = true
Expand Down

0 comments on commit 0087367

Please sign in to comment.