Skip to content

Commit

Permalink
update constant_time_eq to v0.3.0
Browse files Browse the repository at this point in the history
This bumps the MSRV of both `blake3` and `b3sum` to 1.66.1.
  • Loading branch information
oconnor663 committed Jul 6, 2023
1 parent f7e1a74 commit 99af1ff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# https://github.com/rust-lang/libs-team/issues/72.
# This test target is here so that we notice if we accidentally bump
# the MSRV, but it's not a promise that we won't bump it.
"1.60.0",
"1.66.1",
]

steps:
Expand Down Expand Up @@ -145,10 +145,10 @@ jobs:
"stable",
"beta",
"nightly",
# The b3sum MSRV is typically higher than the blake3 crate's, because
# The b3sum MSRV is sometimes higher than the blake3 crate's, because
# b3sum depends on Clap. We check in the b3sum Cargo.lock, so Clap
# update shouldn't randomly break us here.
"1.64.0",
"1.66.1",
]

steps:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ features = ["rayon"]
[dependencies]
arrayref = "0.3.5"
arrayvec = { version = "0.7.0", default-features = false }
constant_time_eq = "0.2.4"
constant_time_eq = "0.3.0"
rayon = { version = "1.2.1", optional = true }
cfg-if = "1.0.0"
digest = { version = "0.10.1", features = [ "mac" ], optional = true }
Expand Down
4 changes: 2 additions & 2 deletions b3sum/Cargo.lock

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

0 comments on commit 99af1ff

Please sign in to comment.