build: drop unused tempfile dependency (#3830)

This commit is contained in:
Paolo Barbolini 2025-05-06 00:44:56 +02:00 committed by GitHub
parent 6b2e0247d4
commit 3edc6199db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,7 +65,6 @@ serde = { version = "1.0.132", features = ["derive"] }
serde_json = { version = "1.0.73" }
sha2 = { version = "0.10.0" }
syn = { version = "2.0.52", default-features = false, features = ["full", "derive", "parsing", "printing", "clone-impls"] }
tempfile = { version = "3.10.1" }
quote = { version = "1.0.26", default-features = false }
url = { version = "2.2.2" }