Skip to content

Commit

Permalink
Pinning async-acme version
Browse files Browse the repository at this point in the history
async-acme released a patch update that incremented the rustls ecosystem
version. See User65k/async-acme#8

We need to get Fabruic on the new rustls before we can do this upgrade,
otherwise we're going to end up with multiple versions of rustls
  • Loading branch information
ecton committed May 14, 2023
1 parent d04056a commit cde7bcb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/bonsaidb-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ pot = "2.0.0"
fabruic = { version = "0.0.1-dev.6", features = ["dangerous"] }
cfg-if = "1"
pem = { version = "1", optional = true }
async-acme = { version = "0.3", optional = true, features = ["hyper_rustls"] }
async-acme = { version = "=0.3.1", optional = true, features = [
"hyper_rustls",
] }
rustls = "0.20"
tokio-rustls = { version = "0.23" }
parking_lot = "0.12.0"
Expand Down

0 comments on commit cde7bcb

Please sign in to comment.