Skip to content

Commit

Permalink
Upgrade libprio-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
divergentdave committed Jul 19, 2024
1 parent 2b7bab7 commit 66ea07f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 41 deletions.
56 changes: 16 additions & 40 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 @@ -74,7 +74,7 @@ postgres-types = "0.2.6"
pretty_assertions = "1.4.0"
# Disable default features so that individual workspace crates can choose to
# re-enable them
prio = { version = "0.16.5", git = "https://github.com/divviup/libprio-rs.git", rev="30bfbe4bd4eae585a18dfebd2e8cb0c46d0dedfb", default-features = false, features = ["experimental"] }
prio = { version = "0.16.6", default-features = false, features = ["experimental"] }
prometheus = "0.13.4"
querystring = "1.1.0"
quickcheck = { version = "1.0.3", default-features = false }
Expand Down

0 comments on commit 66ea07f

Please sign in to comment.