Skip to content

Commit

Permalink
build(deps): Bump prio from 0.15.1 to 0.15.2
Browse files Browse the repository at this point in the history
Bumps [prio](https://github.com/divviup/libprio-rs) from 0.15.1 to 0.15.2.
- [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.15.1...v0.15.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
1 parent b0de927 commit a99b528
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
23 changes: 12 additions & 11 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 @@ -43,7 +43,7 @@ janus_messages = { version = "0.6.0-prerelease-1", 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.15.1", features = ["multithreaded", "experimental"] }
prio = { version = "0.15.2", features = ["multithreaded", "experimental"] }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.106"
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.15.1", default-features = false, features = ["multithreaded", "experimental"] }
prio = { version = "0.15.2", default-features = false, features = ["multithreaded", "experimental"] }
rand = "0.8"
serde.workspace = true
thiserror.workspace = true
Expand Down

0 comments on commit a99b528

Please sign in to comment.