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 lazy_static from 1.3.0 to 1.4.0 #137

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

⚠️ Dependabot is rebasing this PR ⚠️

If you make any changes to it yourself then they will take precedence over the rebase.


Bumps lazy_static from 1.3.0 to 1.4.0.

Release notes *Sourced from [lazy_static's releases](https://github.com/rust-lang-nursery/lazy-static.rs/releases).* > ## 1.4.0 > **Bumps the minimum supported version of `rustc` to `1.27.2`** > > - [Fix typo in lib.rs](https://github-redirect.dependabot.com/rust-lang-nursery/lazy-static.rs/pull/144) (thanks [@​fbruetting](https://github.com/fbruetting)) > - [Automatically check if README.md examples are working when running "cargo test"](https://github-redirect.dependabot.com/rust-lang-nursery/lazy-static.rs/pull/145) (thanks [@​GuillaumeGomez](https://github.com/GuillaumeGomez)) > - [Allow deprecated to remove warnings in nightly](https://github-redirect.dependabot.com/rust-lang-nursery/lazy-static.rs/pull/152) (thanks [@​Schaeff](https://github.com/Schaeff)) > - [bump MSRV to 1.27.2](https://github-redirect.dependabot.com/rust-lang-nursery/lazy-static.rs/pull/155) (thanks [@​matklad](https://github.com/matklad))
Commits - [`4216696`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/421669662b35fcb455f2902daed2e20bbbba79b6) Merge pull request [#156](https://github-redirect.dependabot.com/rust-lang-nursery/lazy-static.rs/issues/156) from rust-lang-nursery/cargo/1.4.0 - [`1651fde`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/1651fdeee80dcbedb3c2156dec176a9f260cda67) prepare for 1.4.0 release - [`d9c9689`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/d9c96890dae49663c8517f877631b6473b46ed0a) Merge pull request [#155](https://github-redirect.dependabot.com/rust-lang-nursery/lazy-static.rs/issues/155) from matklad/hints - [`d59c784`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/d59c7848d445c100e1dac609b1e0bad3ddebacec) adjust FIXME comment - [`90baadd`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/90baaddd6152b0aa6a90230c67c180f8b1551bd8) comment typo - [`42fa58e`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/42fa58ea687f6da097b192d0f9bbdc9fedc1a38a) bump MSRV to 1.27.2 - [`8a5f404`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/8a5f404fc86585bcf9dcc756c401a49c4a8bf2c2) Merge pull request [#152](https://github-redirect.dependabot.com/rust-lang-nursery/lazy-static.rs/issues/152) from Schaeff/allow-deprecated - [`1dbd5ae`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/1dbd5ae6ccb33c1f88fe521c9ab1f8f0e4cf5193) allow deprecated to remove warning in nightly - [`65d58f1`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/65d58f1a6051551375c3fb47920f37775062c7ff) Merge pull request [#145](https://github-redirect.dependabot.com/rust-lang-nursery/lazy-static.rs/issues/145) from GuillaumeGomez/doc-tests - [`e519fd4`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/e519fd42c387957dc8af0606485b811fff7a7078) Automatically check if README.md examples are working when running "cargo test" - Additional commits viewable in [compare view](https://github.com/rust-lang-nursery/lazy-static.rs/compare/1.3.0...1.4.0)


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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.