Skip to content

Commit

Permalink
Fixate rustls-pemfile alpha version
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Nov 23, 2023
1 parent 01dc39c commit e621930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ percent-encoding = "2.3"
rcgen = "0.11.1"
reqwest = { version = "0.11", features = ["rustls-tls-manual-roots"] }
ring = "0.17.0"
rustls-pemfile = "2.0.0-alpha.1"
rustls-pemfile = "=2.0.0-alpha.1"
serde = { version = "1.0.183", features = ["derive"] }
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
webpki = { package = "rustls-webpki", version = "=0.102.0-alpha.6" }
Expand Down

0 comments on commit e621930

Please sign in to comment.