upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-08-28 22:27:19 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-08-28 22:27:19 +0100
commit23c5aadae9b4dc53f00e58f9b0728048c45843a8 (patch)
tree7804f7534b9064f7dc5bd1a7f57a05c72a9ffe69 /Cargo.lock
parenta5216602749bff55c2773acce098c91942cd3920 (diff)
chore: bump rust-nostr to v0.34.1
this fixed an efficency thing which meant we needed to increase a timeout during the update which is reverted int his commit. see: nostr:nevent1qvzqqqqx25pzpgqgmmc409hm4xsdd74sf68a2uyf9pwel4g9mfdg8l5244t6x4jdqy88wumn8ghj7mn0wvhxcmmv9uq32amnwvaz7tmjv4kxz7fwv3sk6atn9e5k7tcqyqg5lfwhruw4qjpnlzq0tct0swnuj9dvavz8gsq8npuyygznstw36882alm
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 971cf6f..716eccf 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1834,9 +1834,9 @@ checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
1834 1834
1835[[package]] 1835[[package]]
1836name = "nostr" 1836name = "nostr"
1837version = "0.34.0" 1837version = "0.34.1"
1838source = "registry+https://github.com/rust-lang/crates.io-index" 1838source = "registry+https://github.com/rust-lang/crates.io-index"
1839checksum = "5897e4142fcc33c4f1d58ad17f665e87dcba70de7e370c0bda1aa0fb73212c2a" 1839checksum = "a1c3c32439eef3ea4d9079b2a8f557992d27259c26527e43d4228dd321e43a77"
1840dependencies = [ 1840dependencies = [
1841 "aes 0.8.4", 1841 "aes 0.8.4",
1842 "base64 0.21.7", 1842 "base64 0.21.7",