summaryrefslogtreecommitdiff
path: root/wire-gateway/Cargo.toml
diff options
context:
space:
mode:
authorAntoine A <>2024-02-01 16:41:45 +0100
committerAntoine A <>2024-02-01 16:41:45 +0100
commitbc800d586f2fb2e487d52fb68a7904ddeac7dfbb (patch)
tree8416628cab083518825e1e5db47a041aaee8d075 /wire-gateway/Cargo.toml
parent284b8388215ca402c08e2601ce44c0f113d98068 (diff)
downloaddepolymerization-bc800d586f2fb2e487d52fb68a7904ddeac7dfbb.tar.gz
depolymerization-bc800d586f2fb2e487d52fb68a7904ddeac7dfbb.tar.bz2
depolymerization-bc800d586f2fb2e487d52fb68a7904ddeac7dfbb.zip
Test support for bitcoind 26.0 and update dependencies
Diffstat (limited to 'wire-gateway/Cargo.toml')
-rw-r--r--wire-gateway/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/wire-gateway/Cargo.toml b/wire-gateway/Cargo.toml
index 4f44c02..f73af0f 100644
--- a/wire-gateway/Cargo.toml
+++ b/wire-gateway/Cargo.toml
@@ -26,7 +26,7 @@ thiserror = "1.0.38"
miniz_oxide = "0.7.1"
# Async postgres client
tokio-postgres = { version = "0.7.7" }
-deadpool-postgres = "0.11.0"
+deadpool-postgres = "0.12.1"
# Socket activation
listenfd = "1.0.0"
# Common lib