gnzlbg / cargo-asm

cargo subcommand showing the assembly or llvm-ir generated for Rust code
https://github.com/gnzlbg/cargo-asm
Other
1.17k stars 36 forks source link

Bump toml from 0.5.3 to 0.5.5 #156

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps toml from 0.5.3 to 0.5.5.

Commits - [`7512904`](https://github.com/alexcrichton/toml-rs/commit/75129040cd041b380f4f1d8f2685928392aa9f55) Bump to 0.5.5 - [`1e6bfbc`](https://github.com/alexcrichton/toml-rs/commit/1e6bfbca98813d7126b65ba6e6706237dc9a3274) replace copied wit filter_map for rustc 1.35 compatibility ([#354](https://github-redirect.dependabot.com/alexcrichton/toml-rs/issues/354)) - [`4673cfd`](https://github.com/alexcrichton/toml-rs/commit/4673cfd79788c74c5bd6bcabe564c2dfcbd7c553) Replace the test added by [#349](https://github-redirect.dependabot.com/alexcrichton/toml-rs/issues/349) with a bench ([#351](https://github-redirect.dependabot.com/alexcrichton/toml-rs/issues/351)) - [`4b05a9d`](https://github.com/alexcrichton/toml-rs/commit/4b05a9d34938184d5a045cc33417f57bdf2e14a8) update ([#352](https://github-redirect.dependabot.com/alexcrichton/toml-rs/issues/352)) - [`189d2b9`](https://github.com/alexcrichton/toml-rs/commit/189d2b92ee87454a92c88d919b363dab7123ca2e) Bump to 0.5.4 - [`c049b7a`](https://github.com/alexcrichton/toml-rs/commit/c049b7aaec0d6badc96c0f7d2ec3cd53ed59d751) Decrease deserialization complexity from quadratic to linear ([#349](https://github-redirect.dependabot.com/alexcrichton/toml-rs/issues/349)) - [`ec21d60`](https://github.com/alexcrichton/toml-rs/commit/ec21d604f892a06999a9d38d38c903e083ad1f08) Support for dotted table spans ([#340](https://github-redirect.dependabot.com/alexcrichton/toml-rs/issues/340)) - [`e9f5290`](https://github.com/alexcrichton/toml-rs/commit/e9f5290926dd7a5660f4f86bfc44591710079fe0) Switch from linked-hash-map to indexmap - [`8995cef`](https://github.com/alexcrichton/toml-rs/commit/8995cef9d6c347c275ea6bbbe0c45523df1b1314) Spanned: impl PartialEq, Eq, Hash, PartialOrd, Ord in terms of the value ([#344](https://github-redirect.dependabot.com/alexcrichton/toml-rs/issues/344)) - [`9ed2903`](https://github.com/alexcrichton/toml-rs/commit/9ed2903517fe1e63e70fb2138a22296aa434da9e) Remove outdated Travis CI badge ([#346](https://github-redirect.dependabot.com/alexcrichton/toml-rs/issues/346)) - Additional commits viewable in [compare view](https://github.com/alexcrichton/toml-rs/compare/0.5.3...0.5.5)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Superseded by #168.