KernelFreeze / Litecraft

Open source, clean room implementation of Minecraft Client
MIT License
138 stars 6 forks source link

Bump lazy_static from 1.0.2 to 1.1.0 #9

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps lazy_static from 1.0.2 to 1.1.0.

Release notes *Sourced from [lazy_static's releases](https://github.com/rust-lang-nursery/lazy-static.rs/releases).* > ## v1.1.0 > - Automatically use an allocation-free implementation when building with rustc 1.27.0+ ([#103](https://github-redirect.dependabot.com/rust-lang-nursery/lazy-static.rs/issues/103), thanks [**anp**](https://github.com/anp))
Commits - [`19b57ec`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/19b57ec8d17a29e1a35a36acb6b2bc7c2d5dac56) prepare for 1.1.0 release - [`691419a`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/691419a96b54ecfb913a2f73dd5d50e73f0a5330) Merge pull request [#113](https://github-redirect.dependabot.com/rust-lang-nursery/lazy-static.rs/issues/113) from dtolnay/version-check - [`5a4923b`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/5a4923b34dab9f9f46717f4ff2d3cc76da07d066) Switch to version_check - [`e714bee`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/e714bee61d8388a004a68b9dbf5eab38b7aed772) Merge pull request [#103](https://github-redirect.dependabot.com/rust-lang-nursery/lazy-static.rs/issues/103) from anp/master - [`0463a90`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/0463a90b433d12db6a0e8f2087b2bd9d1afe9c48) Remove extra build config, we'll always use our unreachable_unchecked polyfill. - [`f85db0b`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/f85db0b864e536e3d21065b6aed95d51974d055e) Makes inline impl the default for 1.22+ with a polyfill for unreachable_unche... - [`cdf6323`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/cdf6323451751752c69ed41a8d48018dc2d7b7cf) Use associated constant to make Lazy's fields private. - [`1a18c65`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/1a18c659f86cc6d2d2b69052891fc563f6904a3f) Patch obscure soundness issue in the inline lazy impl. - [`28cc070`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/28cc0701ba9bca963248b2d8dcc01c6448ad0396) Automatically use the allocation-free API for Rust 1.27.0+. - See full diff in [compare view](https://github.com/rust-lang-nursery/lazy-static.rs/compare/v1.0.2...v1.1.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 merge` will merge this PR after your CI passes on it - `@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 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.