Skip to content
This repository was archived by the owner on May 18, 2026. It is now read-only.

fix(deps): patch security vulnerabilities and resolve clippy warnings#601

Merged
icepuma merged 1 commit into
mainfrom
fix/security-patches-and-clippy
Feb 27, 2026
Merged

fix(deps): patch security vulnerabilities and resolve clippy warnings#601
icepuma merged 1 commit into
mainfrom
fix/security-patches-and-clippy

Conversation

@icepuma
Copy link
Copy Markdown
Member

@icepuma icepuma commented Feb 27, 2026

  • Upgrade time 0.3.41 -> 0.3.47 (CVE: stack exhaustion via RFC 2822 parsing)
  • Replace trust-dns-resolver 0.23.2 with hickory-resolver 0.25.2 (idna 0.4.0 Punycode label confusion vulnerability)
  • Adapt dns.rs to hickory-resolver 0.25 async API using Runtime::block_on
  • Inline format args to fix clippy::uninlined_format_args errors
  • Remove unnecessary .to_string() in anyhow! macro args

- Upgrade time 0.3.41 -> 0.3.47 (CVE: stack exhaustion via RFC 2822 parsing)
- Replace trust-dns-resolver 0.23.2 with hickory-resolver 0.25.2
  (idna 0.4.0 Punycode label confusion vulnerability)
- Adapt dns.rs to hickory-resolver 0.25 async API using Runtime::block_on
- Inline format args to fix clippy::uninlined_format_args errors
- Remove unnecessary .to_string() in anyhow! macro args
@icepuma icepuma merged commit acc2935 into main Feb 27, 2026
6 checks passed
@icepuma icepuma deleted the fix/security-patches-and-clippy branch February 27, 2026 12:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant