aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMroik <mroik@delayed.space>2026-01-14 02:35:46 +0100
committerMroik <mroik@delayed.space>2026-01-14 03:06:18 +0100
commit886b39a10fd8829e905ddc150f0c7aa6e1041654 (patch)
treeccdb25ff71f5ad9eb4e6c438365f58daee2bd853 /Cargo.toml
parent8acf52c7002c50ba8195f76bff8d142abf9a8a6a (diff)
Update deps
This fixes the issue with the public key having multiple UIDs
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5c0740b..d4501a3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ anyhow = "1.0.98"
clokwerk = "0.4.0"
env_logger = "0.11.8"
log = "0.4.27"
-rpgpie = "0.6.2"
+rpgpie = "0.8.2"
tar = "0.4.44"
teloxide = "0.16.0"
tokio = { version = "1.45.1", features = ["macros"] }