chore: remove unused dependency tempfile
All checks were successful
Rust / build (push) Successful in 1m10s
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful

This commit is contained in:
Paul Campbell 2024-05-18 22:23:18 +01:00
parent 6c06d63c57
commit 76472fa74a
4 changed files with 0 additions and 12 deletions

View file

@ -38,9 +38,6 @@ async-trait = "0.1"
# fs/network
kxio = { version = "1.2" }
# fs
tempfile = "3.10"
# TOML parsing
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"

View file

@ -24,9 +24,6 @@ github = []
#
# # fs/network
# kxio = { workspace = true }
#
# # fs
# tempfile = { workspace = true }
# TOML parsing
serde = { workspace = true }

View file

@ -26,9 +26,6 @@ gix = { workspace = true }
#
# # fs/network
# kxio = { workspace = true }
#
# # fs
# tempfile = { workspace = true }
# # TOML parsing
# serde = { workspace = true }

View file

@ -28,9 +28,6 @@ async-trait = { workspace = true }
# fs/network
kxio = { workspace = true }
# fs
tempfile = { workspace = true }
# TOML parsing
serde = { workspace = true }
serde_json = { workspace = true }