diff --git a/rustbook-en/2018-edition/src/ch17-03-oo-design-patterns.md b/rustbook-en/2018-edition/src/ch17-03-oo-design-patterns.md index c161b3dec..9513538f5 100644 --- a/rustbook-en/2018-edition/src/ch17-03-oo-design-patterns.md +++ b/rustbook-en/2018-edition/src/ch17-03-oo-design-patterns.md @@ -3,7 +3,7 @@ The 2018 edition of the book is no longer distributed with Rust's documentation. If you came here via a link or web search, you may want to check out [the current -version of the book](../ch19-03-oo-design-patterns.html) instead. +version of the book](../ch18-03-oo-design-patterns.html) instead. If you have an internet connection, you can [find a copy distributed with Rust diff --git a/rustbook-en/packages/trpl/Cargo.lock b/rustbook-en/packages/trpl/Cargo.lock index 51f103212..64b6198c2 100644 --- a/rustbook-en/packages/trpl/Cargo.lock +++ b/rustbook-en/packages/trpl/Cargo.lock @@ -745,9 +745,9 @@ dependencies = [ [[package]] name = "quinn-proto" -version = "0.11.6" +version = "0.11.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba92fb39ec7ad06ca2582c0ca834dfeadcaf06ddfc8e635c80aa7e1c05315fdd" +checksum = "fadfaed2cd7f389d0161bb73eeb07b7b78f8691047a6f3e73caaeae55310a4a6" dependencies = [ "bytes", "rand",