summaryrefslogtreecommitdiff
path: root/wire-gateway/Cargo.toml
diff options
context:
space:
mode:
authorAntoine A <>2022-01-25 15:47:56 +0100
committerAntoine A <>2022-01-25 15:47:56 +0100
commit906264dbbae37428d96d07d993c1466bc908df8d (patch)
tree609ada6c72041e00c1f35adccca0fff42296e379 /wire-gateway/Cargo.toml
parent32fc54e7fc2db2e4f68d7bf96ab0e46c66d0de6e (diff)
downloaddepolymerization-906264dbbae37428d96d07d993c1466bc908df8d.tar.gz
depolymerization-906264dbbae37428d96d07d993c1466bc908df8d.tar.bz2
depolymerization-906264dbbae37428d96d07d993c1466bc908df8d.zip
Remove fastrand when rand is used and improve taler_common
Diffstat (limited to 'wire-gateway/Cargo.toml')
-rw-r--r--wire-gateway/Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/wire-gateway/Cargo.toml b/wire-gateway/Cargo.toml
index d798d17..44b2bda 100644
--- a/wire-gateway/Cargo.toml
+++ b/wire-gateway/Cargo.toml
@@ -27,11 +27,8 @@ serde_urlencoded = "0.7.1"
thiserror = "1.0.30"
# Deflate compression
miniz_oxide = "0.5.1"
-# Rng
-rand = { version = "0.8.4", features = ["getrandom"] }
# Async postgres client
tokio-postgres = { version = "0.7.5" }
-postgres = { version = "0.19.2" }
deadpool-postgres = "0.10.1"
# Socket activation
listenfd = "0.5.0"