Skip to content

Conversation

FredPhilipy
Copy link

FIx #4162

Replace abandoned tempdir with actively maintained tempfile

  • Update dependencies in 3 Cargo.toml files: tempdir 0.3.7 → tempfile 3.8
  • Update API usage in test and benchmark code:
    • tempdir::TempDir::new("name") → tempfile::TempDir::new()
    • into_path() → path()
  • Affects only test and benchmark code, no production impact
  • All tests pass (105 trie tests + storage tests)

@FredPhilipy FredPhilipy requested a review from a team as a code owner August 27, 2025 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tempdir dependency is abandonned
1 participant