cargo update -p tempfile --precise "3.6.0"
# rustls 0.21.2 has MSRV 1.60.0+
cargo update -p rustls:0.21.6 --precise "0.21.1"
+# tokio 1.30 has MSRV 1.63.0+
+cargo update -p tokio:1.32.0 --precise "1.29.1"
+# flate2 1.0.27 has MSRV 1.63.0+
+cargo update -p flate2:1.0.27 --precise "1.0.26"
+# reqwest 0.11.19 has MSRV 1.63.0+
+cargo update -p reqwest --precise "0.11.18"
+# h2 0.3.21 has MSRV 1.63.0+
+cargo update -p h2 --precise "0.3.20"
```
+
+ ## License
+
+ Licensed under either of
+
+ * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or <https://www.apache.org/licenses/LICENSE-2.0>)
+ * MIT license ([LICENSE-MIT](LICENSE-MIT) or <https://opensource.org/licenses/MIT>)
+
+ at your option.
+
+ ### Contribution
+
+ Unless you explicitly state otherwise, any contribution intentionally
+ submitted for inclusion in the work by you, as defined in the Apache-2.0
+ license, shall be dual licensed as above, without any additional terms or
+ conditions.