Skip to content

Commit

Permalink
build(deps): Bump fixed from 1.23.1 to 1.25.0
Browse files Browse the repository at this point in the history
Bumps [fixed](https://gitlab.com/tspiteri/fixed) from 1.23.1 to 1.25.0.
- [Changelog](https://gitlab.com/tspiteri/fixed/blob/master/RELEASES.md)
- [Commits](https://gitlab.com/tspiteri/fixed/compare/v1.23.1...v1.25.0)

---
updated-dependencies:
- dependency-name: fixed
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 6, 2024
1 parent 3bf8f1f commit 92f2963
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 @@ -16,7 +16,7 @@ bitvec = { version = "1.0.1", optional = true }
byteorder = "1.5.0"
ctr = { version = "0.9.2", optional = true }
fiat-crypto = { version = "0.2.6", optional = true }
fixed = { version = "1.23", optional = true }
fixed = { version = "1.25", optional = true }
getrandom = { version = "0.2.12", features = ["std"] }
hmac = { version = "0.12.1", optional = true }
num-bigint = { version = "0.4.4", optional = true, features = ["rand", "serde"] }
Expand Down
2 changes: 1 addition & 1 deletion binaries/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ repository = "https://github.com/divviup/libprio-rs"

[dependencies]
base64 = "0.21.7"
fixed = "1.23"
fixed = "1.25"
fixed-macro = "1.2.0"
prio = { path = "..", features = ["prio2", "experimental"] }

0 comments on commit 92f2963

Please sign in to comment.