Skip to content

Commit

Permalink
Update quinn to 0.6.2
Browse files Browse the repository at this point in the history
This fixes an issue about quinn assuming
a specific layout for socket addresses:
quinn-rs/quinn#968

This might cause bugs on newer compilers.
  • Loading branch information
est31 committed Mar 4, 2021
1 parent d721fb4 commit ada9c5c
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 19 deletions.
54 changes: 36 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mimas-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ webpki = "0.21"
rustls = { version = "0.17", features = ["dangerous_configuration"] }
tokio = { version = "0.2", default-features = false, features = ["io-util", "rt-core"] }
futures = "0.3"
quinn = { version = "0.6", default-features = false, features = [ "tls-rustls" ] }
quinn = { version = "0.6.2", default-features = false, features = [ "tls-rustls" ] }
rcgen = { version = "0.8", default-features = false }
srp = "0.4"
sha2 = "0.8"
Expand Down

0 comments on commit ada9c5c

Please sign in to comment.