svalbard
svalbard copied to clipboard
π Keep track of how well you know the Rust Book π
### steps to reproduce ``` $ cargo --version cargo 1.59.0 (49d8809dc 2022-02-10) $ cargo install svalbard ``` ### result
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.116 to 1.0.127. Release notes Sourced from serde's releases. v1.0.127 Resolve warning in rustc nightly-2021-07-31+ compiling serde_test v1.0.126 Resolve conflict with forbid(future_incompatible) lint setting in generated code...
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.57 to 1.0.66. Release notes Sourced from serde_json's releases. v1.0.66 Preserve exponent signifier and unary plus in exponent of arbitrary_precision numbers (#786, thanks @βruifengx) v1.0.65 Documentation improvements...
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
Bumps [dirs](https://github.com/soc/dirs-rs) from 3.0.1 to 3.0.2. Commits See full diff in compare view [](https://dependabot.com/compatibility-score/?dependency-name=dirs&package-manager=cargo&previous-version=3.0.1&new-version=3.0.2) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [cursive](https://github.com/gyscos/cursive) from 0.14.1 to 0.16.3. Release notes Sourced from cursive's releases. cursive-v0.15.0 Breaking changes Split library into a backend-agnostic cursive-core and a user-facing cursive. Cursive::default now needs the cursive::CursiveExt...