chore: remove unused dependency tempfile
This commit is contained in:
parent
6c06d63c57
commit
76472fa74a
4 changed files with 0 additions and 12 deletions
|
@ -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"
|
||||
|
|
|
@ -24,9 +24,6 @@ github = []
|
|||
#
|
||||
# # fs/network
|
||||
# kxio = { workspace = true }
|
||||
#
|
||||
# # fs
|
||||
# tempfile = { workspace = true }
|
||||
|
||||
# TOML parsing
|
||||
serde = { workspace = true }
|
||||
|
|
|
@ -26,9 +26,6 @@ gix = { workspace = true }
|
|||
#
|
||||
# # fs/network
|
||||
# kxio = { workspace = true }
|
||||
#
|
||||
# # fs
|
||||
# tempfile = { workspace = true }
|
||||
|
||||
# # TOML parsing
|
||||
# serde = { workspace = true }
|
||||
|
|
|
@ -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 }
|
||||
|
|
Loading…
Reference in a new issue