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.1.0 to 1.2.0 #73

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps lazy_static from 1.1.0 to 1.2.0.

Release notes *Sourced from [lazy_static's releases](https://github.com/rust-lang-nursery/lazy-static.rs/releases).* > ## 1.2.0 > **Bumps the minimum supported version of `rustc` to `1.24.1`** > > This release allows `lazy_static` to be used in `no_std` environments on the latest stable version of Rust using the `spin_no_std` feature: > > ```toml > [dependencies.lazy_static] > features = ["spin_no_std"] > ``` > > - [Exclude CI files](https://github-redirect.dependabot.com/rust-lang-nursery/lazy-static.rs/pull/127) (thanks [**ignatenkobrain**](https://github.com/ignatenkobrain)) > - [Use the stable spin's once implementation](https://github-redirect.dependabot.com/rust-lang-nursery/lazy-static.rs/pull/130) (thanks [**brunoczim**](https://github.com/brunoczim)) > - [Fix a soundness hole allowing multiple mutable borrows](https://github-redirect.dependabot.com/rust-lang-nursery/lazy-static.rs/pull/124)
Commits - [`b4b2b16`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/b4b2b16aaa79dd7548e288455a0dbe4065bf4e1a) Merge pull request [#133](https://github-redirect.dependabot.com/rust-lang-nursery/lazy-static.rs/issues/133) from KodrAus/chore/update-version-num - [`318aa75`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/318aa75b2c35b2eff4389b9ec105f61a6ecb6b6a) update some missed older version nums - [`da1f130`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/da1f1300030372a49919bce7ac4bf1bf9838728e) Merge pull request [#131](https://github-redirect.dependabot.com/rust-lang-nursery/lazy-static.rs/issues/131) from rust-lang-nursery/cargo/1.2.0 - [`fa421ef`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/fa421efd84c0561c76823274f19d97672e4de651) Merge pull request [#132](https://github-redirect.dependabot.com/rust-lang-nursery/lazy-static.rs/issues/132) from KodrAus/feat/remove-heap-impl - [`9bec800`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/9bec800708892a43bbe8434d6edc8dd55e581d62) remove unnecessary feature gate - [`7e6462d`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/7e6462d9b4a0a264f7cff8bcf45d12d220af03b5) remove the heap impl now that inline is always available - [`53aa953`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/53aa9533db4ef4a7ebcaca845aa931f1b12e83f1) Merge pull request [#130](https://github-redirect.dependabot.com/rust-lang-nursery/lazy-static.rs/issues/130) from brunoczim/master - [`1b4a2c2`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/1b4a2c2da2fe2449e9e8db38bb7f4c407cb9e0c6) reflect new minimum rustc in readme - [`b64019a`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/b64019a3f678070ed9f6b8634bd2985b5cdd7dc8) bump version to 1.2.0 - [`d2a2e8e`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/d2a2e8e984bd9e9cef54921ed4d5b1c93980a456) made travis check for stable rust with spin_no_std feature - Additional commits viewable in [compare view](https://github.com/rust-lang-nursery/lazy-static.rs/compare/1.1.0...1.2.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 cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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.