Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2025

Updates the requirements on annotate-snippets to permit the latest version.

Changelog

Sourced from annotate-snippets's changelog.

[0.10.2] - 2024-02-29

Added

  • Added testing-colors feature to remove platform-specific colors when testing #82

[0.10.1] - 2024-01-04

Fixed

  • Match rustc's colors #73
  • Allow highlighting one past the end of source #74

Compatibility

  • Set the minimum supported Rust version to 1.73.0 #71

[0.10.0] - December 12, 2023

Added

  • Renderer is now used for displaying a Snippet #67
    • Renderer also controls the color scheme and formatting of the snippet

Changed

  • Moved everything in the snippet to be in the crate root #67

Breaking Changes

  • Renderer now controls the color scheme and formatting of Snippets #67
  • Removed the Style and Stylesheet traits, as color is controlled by Renderer #67
  • Replaced yansi-term with anstyle #67
    • anstyle is designed primarily to exist in public APIs for interoperability
    • anstyle is re-exported under annotate_snippets::renderer
  • Removed the color feature in favor of Renderer::plain() #67
  • Moved Margin to renderer module #67
  • Made the display_list module private #67

Compatibility

  • Changed the edition to 2021 #61
  • Set the minimum supported Rust version to 1.70.0 #61

[0.9.2] - October 30, 2023

  • Remove parsing of __ in title strings, fixes (#53)
  • Origin line number is not correct when using a slice with fold: true (#52)

... (truncated)

Commits
  • 9c373d4 chore: Release annotate-snippets version 0.10.2
  • 6dab14f chore: Update CHANGELOG.md
  • 8ab88a6 Merge pull request #82 from Muscraft/testing-colors-feature
  • 8a29fa8 feat: Add feature for testing colored output easier
  • 1293b88 chore(deps): update rust crate serde to 1.0.196
  • b6d8d79 chore: Release annotate-snippets version 0.10.1
  • abcd664 Merge pull request #76 from epage/release
  • f285fc9 chore: Update CHANGELOG.md
  • e400fcb chore: Add release process
  • e0bf89f Merge pull request #74 from Muscraft/one-past
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [annotate-snippets](https://github.com/rust-lang/annotate-snippets-rs) to permit the latest version.
- [Release notes](https://github.com/rust-lang/annotate-snippets-rs/releases)
- [Changelog](https://github.com/rust-lang/annotate-snippets-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/annotate-snippets-rs@0.10.0...0.10.2)

---
updated-dependencies:
- dependency-name: annotate-snippets
  dependency-version: 0.10.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Dependency updates. label Sep 22, 2025
@dependabot dependabot bot requested a review from ElBe-Plaq as a code owner September 22, 2025 05:46
@dependabot dependabot bot added the dependencies Dependency updates. label Sep 22, 2025
@mergify
Copy link
Contributor

mergify bot commented Sep 22, 2025

Checks failed

Checks:

Name Status
CodeFactor
label
dependency-review
install-python-dependencies (3.9)
CommitCheck
pre-commit.ci - pr
test

@mergify mergify bot added the Review requested A review by a core team member is requested. label Sep 22, 2025
@github-actions
Copy link

github-actions bot commented Sep 22, 2025

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Warnings Elapsed time
⚠️ COPYPASTE jscpd yes 12 no 2.29s
✅ EDITORCONFIG editorconfig-checker 1 0 0 0.01s
✅ REPOSITORY checkov yes no no 17.6s
⚠️ REPOSITORY devskim yes 1 no 1.94s
✅ REPOSITORY dustilock yes no no 0.01s
✅ REPOSITORY gitleaks yes no no 0.48s
✅ REPOSITORY git_diff yes no no 0.01s
✅ REPOSITORY grype yes no no 30.42s
⚠️ REPOSITORY kics yes 6 no 2.5s
✅ REPOSITORY secretlint yes no no 1.55s
✅ REPOSITORY syft yes no no 1.61s
✅ REPOSITORY trivy yes no no 9.15s
✅ REPOSITORY trivy-sbom yes no no 0.16s
✅ REPOSITORY trufflehog yes no no 3.5s
⚠️ SPELL cspell 2 9 0 3.88s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 17, 2025

Superseded by #157.

@dependabot dependabot bot closed this Oct 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates. Review requested A review by a core team member is requested. size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants