summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2023-12-15 18:57:31 +0100
committerJustus Winter <justus@sequoia-pgp.org>2024-01-02 11:49:16 +0100
commit2120571f235d3a43d647ab5b5794d1aa77b871ad (patch)
treee4315ec293161b7761fdacf83df646c9b46e0f26
parent36b89b5d4c528ee5b995a49c0dc37d52e491dc65 (diff)
net: Make the tempfile dependency a dev-dependency.
-rw-r--r--net/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Cargo.toml b/net/Cargo.toml
index 28a68e86..9918e8b5 100644
--- a/net/Cargo.toml
+++ b/net/Cargo.toml
@@ -32,7 +32,6 @@ hyper-tls = "0.5"
libc = "0.2.66"
percent-encoding = "2.1"
reqwest = "0.11"
-tempfile = "3.1"
thiserror = "1.0.2"
url = "2.1"
z-base-32 = "0.1.2"
@@ -45,6 +44,7 @@ hickory-resolver = { version = "0.24", features = ["dnssec-openssl"]}
rand = { version = "0.8", default-features = false, features = [ "getrandom" ] }
hyper = { version = "0.14", features = [ "server" ] }
reqwest = { version = "0.11", features = ["socks"] }
+tempfile = "3.1"
[lib]
bench = false