Skip to content

Conversation

@tanish111
Copy link
Contributor

Motivation and Context

cargo deny currently fails because the paste crate is archived and flagged unmaintained (RUSTSEC-2024-0436), so this PR swaps our macros feature dependency to pastey, a maintained drop-in replacement, which clears the advisory and keeps downstream consumers unblocked.

How Has This Been Tested?

  • Standard lint/test suite passes locally.
  • cargo deny check advisories now succeeds with pastey.

Breaking Changes

No

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have added or updated documentation as needed

Additional context

reference issue #560

Signed-off-by: tanish111 <tanishdesai37@gmail.com>
@github-actions github-actions bot added T-dependencies Dependencies related changes T-config Configuration file changes T-core Core library changes T-model Model/data structure changes labels Nov 28, 2025
@tanish111
Copy link
Contributor Author

@alexhancock can you review this?

@alexhancock alexhancock merged commit b6dcb28 into modelcontextprotocol:main Dec 1, 2025
11 checks passed
@alexhancock
Copy link
Contributor

Nice - thanks

@github-actions github-actions bot mentioned this pull request Dec 1, 2025
@tanish111 tanish111 deleted the fix/paste branch December 1, 2025 18:17
@tanish111
Copy link
Contributor Author

@alexhancock you can close this #560

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

T-config Configuration file changes T-core Core library changes T-dependencies Dependencies related changes T-model Model/data structure changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants