Skip to content

Commit

Permalink
Bump constant_time_eq to 0.3 and MSRV to 1.66
Browse files Browse the repository at this point in the history
  • Loading branch information
matze authored and oconnor663 committed Sep 10, 2023
1 parent d9ce189 commit b66d6b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,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.59.0",
"1.66.0",
]

steps:
Expand Down
2 changes: 1 addition & 1 deletion blake2b/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ uninline_portable = []
[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"
2 changes: 1 addition & 1 deletion blake2s/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ std = []
[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"

0 comments on commit b66d6b5

Please sign in to comment.