Commits
- [`45dad09`](https://github.com/bluss/indexmap/commit/45dad09a97f7e9474dbfb8590defecf2e4d52a9e) 1.2.0
- [`0cfdf7d`](https://github.com/bluss/indexmap/commit/0cfdf7d2843ab6d59c5ec09f0a82f319c3b66650) MAINT: Fix cargo-release setting for tag name
- [`380e55c`](https://github.com/bluss/indexmap/commit/380e55c6a330b03f554f59ebd01c075bf396dd47) Merge pull request [#102](https://github-redirect.dependabot.com/bluss/indexmap/issues/102) from cuviper/lints
- [`042e1b4`](https://github.com/bluss/indexmap/commit/042e1b4a93e89985d01861d1036d22973a694d8e) Avoid scoped lints for Rust 1.30
- [`f799d95`](https://github.com/bluss/indexmap/commit/f799d9558e6f37e474cef364c8cc4079f9eb50fb) Allow clippy::eq_op in tests
- [`75850ce`](https://github.com/bluss/indexmap/commit/75850ce3595d1969f1a778988912d89ad333318c) Fix clippy::writeln_empty_string
- [`6b19c0e`](https://github.com/bluss/indexmap/commit/6b19c0e95d02e0292f225f52242f9e21b4c6d685) Fix clippy::transmute_ptr_to_ptr
- [`0206d91`](https://github.com/bluss/indexmap/commit/0206d91a33903b93b22bce9e9c131220d8a91a1f) Fix clippy::single_match
- [`abfffac`](https://github.com/bluss/indexmap/commit/abfffac4a786bde8494935b5904e6c44b2594a1b) Fix clippy::redundant_static_lifetimes
- [`d5acca7`](https://github.com/bluss/indexmap/commit/d5acca76beac05fb64868c88e175155a37dc2d5e) Fix clippy::redundant_pattern_matching
- Additional commits viewable in [compare view](https://github.com/bluss/indexmap/compare/1.1.0...1.2.0)
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.
If all status checks pass Dependabot will automatically merge this pull request.
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.
Bumps indexmap from 1.1.0 to 1.2.0.
Commits
- [`45dad09`](https://github.com/bluss/indexmap/commit/45dad09a97f7e9474dbfb8590defecf2e4d52a9e) 1.2.0 - [`0cfdf7d`](https://github.com/bluss/indexmap/commit/0cfdf7d2843ab6d59c5ec09f0a82f319c3b66650) MAINT: Fix cargo-release setting for tag name - [`380e55c`](https://github.com/bluss/indexmap/commit/380e55c6a330b03f554f59ebd01c075bf396dd47) Merge pull request [#102](https://github-redirect.dependabot.com/bluss/indexmap/issues/102) from cuviper/lints - [`042e1b4`](https://github.com/bluss/indexmap/commit/042e1b4a93e89985d01861d1036d22973a694d8e) Avoid scoped lints for Rust 1.30 - [`f799d95`](https://github.com/bluss/indexmap/commit/f799d9558e6f37e474cef364c8cc4079f9eb50fb) Allow clippy::eq_op in tests - [`75850ce`](https://github.com/bluss/indexmap/commit/75850ce3595d1969f1a778988912d89ad333318c) Fix clippy::writeln_empty_string - [`6b19c0e`](https://github.com/bluss/indexmap/commit/6b19c0e95d02e0292f225f52242f9e21b4c6d685) Fix clippy::transmute_ptr_to_ptr - [`0206d91`](https://github.com/bluss/indexmap/commit/0206d91a33903b93b22bce9e9c131220d8a91a1f) Fix clippy::single_match - [`abfffac`](https://github.com/bluss/indexmap/commit/abfffac4a786bde8494935b5904e6c44b2594a1b) Fix clippy::redundant_static_lifetimes - [`d5acca7`](https://github.com/bluss/indexmap/commit/d5acca76beac05fb64868c88e175155a37dc2d5e) Fix clippy::redundant_pattern_matching - Additional commits viewable in [compare view](https://github.com/bluss/indexmap/compare/1.1.0...1.2.0)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
.If all status checks pass Dependabot will automatically merge this pull request.
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.