Skip to content

Commit

Permalink
fix(libp2p-quic): pin and update tls prerelease dep
Browse files Browse the repository at this point in the history
Pin libp2p-quic's tls prerelease dependency and update it

Pull-Request: #3548.
  • Loading branch information
ozwaldorf authored Mar 3, 2023
1 parent 12b785e commit 050504f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transports/quic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ futures = "0.3.26"
futures-timer = "3.0.2"
if-watch = "3.0.0"
libp2p-core = { version = "0.39.0", path = "../../core" }
libp2p-tls = { version = "0.1.0-alpha.1", path = "../tls" }
libp2p-tls = { version = "=0.1.0-alpha.2", path = "../tls" }
log = "0.4"
parking_lot = "0.12.0"
quinn-proto = { version = "0.9.0", default-features = false, features = ["tls-rustls"] }
Expand Down

0 comments on commit 050504f

Please sign in to comment.