Skip to content

Commit

Permalink
Merge pull request #14 from nmittler/hmac
Browse files Browse the repository at this point in the history
Switch back to cloudflare boring
  • Loading branch information
nmittler authored Aug 1, 2023
2 parents db9488f + b3824d8 commit ed3c1df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ maintenance = { status = "passively-maintained" }
fips = ["boring/fips", "boring-sys/fips"]

[dependencies]
# Switch back to cloudflare's repo once https://github.com/cloudflare/boring/pull/132 lands.
boring = { git = "https://github.com/nmittler/boring/", branch = "hmac" }
boring-sys = { git = "https://github.com/nmittler/boring/", branch = "hmac" }
# TODO(nmittler): switch to standard release that includes https://github.com/cloudflare/boring/pull/136
boring = { git = "https://github.com/cloudflare/boring/", rev = "74fd7a8" }
boring-sys = { git = "https://github.com/cloudflare/boring/", rev = "74fd7a8" }
bytes = "1"
foreign-types-shared = "0.3.1"
lru = "0.11.0"
Expand Down

0 comments on commit ed3c1df

Please sign in to comment.