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>2025-12-22 21:02:03 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2025-12-22 21:02:03 +0000
commit1df90c609399c675e629b97294aee81a0b1e66dd (patch)
tree8482cdd0ea87cc0df5a86672bf99399aa0aa1a3d /Cargo.lock
parent5d3d96c7f0397a079384b7291ff21df76029b126 (diff)
chore: bump rust-nostr to latest master
so we can more easily support grasp purgatory feature
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock127
1 files changed, 30 insertions, 97 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4f7835b..fbcc015 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -271,6 +271,12 @@ dependencies = [
271] 271]
272 272
273[[package]] 273[[package]]
274name = "btreecap"
275version = "0.1.0"
276source = "registry+https://github.com/rust-lang/crates.io-index"
277checksum = "6160c957d8aa33d0a8ba1dbab98e3cb57023ad9374c501441e88559f99e6c4c9"
278
279[[package]]
274name = "bumpalo" 280name = "bumpalo"
275version = "3.19.0" 281version = "3.19.0"
276source = "registry+https://github.com/rust-lang/crates.io-index" 282source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -463,7 +469,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
463checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 469checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
464dependencies = [ 470dependencies = [
465 "generic-array", 471 "generic-array",
466 "rand_core 0.6.4",
467 "typenum", 472 "typenum",
468] 473]
469 474
@@ -772,7 +777,7 @@ dependencies = [
772 "chrono", 777 "chrono",
773 "clap", 778 "clap",
774 "futures", 779 "futures",
775 "nostr-sdk 0.43.0", 780 "nostr-sdk",
776 "regex", 781 "regex",
777 "reqwest 0.11.27", 782 "reqwest 0.11.27",
778 "serde", 783 "serde",
@@ -1245,9 +1250,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1245checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" 1250checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
1246dependencies = [ 1251dependencies = [
1247 "cfg-if", 1252 "cfg-if",
1248 "js-sys",
1249 "wasm-bindgen",
1250 "web-sys",
1251] 1253]
1252 1254
1253[[package]] 1255[[package]]
@@ -1436,7 +1438,7 @@ dependencies = [
1436 "lazy_static", 1438 "lazy_static",
1437 "nostr-lmdb", 1439 "nostr-lmdb",
1438 "nostr-relay-builder", 1440 "nostr-relay-builder",
1439 "nostr-sdk 0.44.1", 1441 "nostr-sdk",
1440 "prometheus", 1442 "prometheus",
1441 "rand 0.8.5", 1443 "rand 0.8.5",
1442 "reqwest 0.12.24", 1444 "reqwest 0.12.24",
@@ -1453,32 +1455,8 @@ dependencies = [
1453 1455
1454[[package]] 1456[[package]]
1455name = "nostr" 1457name = "nostr"
1456version = "0.43.1"
1457source = "registry+https://github.com/rust-lang/crates.io-index"
1458checksum = "62a97d745f1bd8d5e05a978632bbb87b0614567d5142906fe7c86fb2440faac6"
1459dependencies = [
1460 "base64 0.22.1",
1461 "bech32",
1462 "bip39",
1463 "bitcoin_hashes 0.14.0",
1464 "cbc",
1465 "chacha20",
1466 "chacha20poly1305",
1467 "getrandom 0.2.16",
1468 "instant",
1469 "scrypt",
1470 "secp256k1",
1471 "serde",
1472 "serde_json",
1473 "unicode-normalization",
1474 "url",
1475]
1476
1477[[package]]
1478name = "nostr"
1479version = "0.44.1" 1458version = "0.44.1"
1480source = "registry+https://github.com/rust-lang/crates.io-index" 1459source = "git+https://github.com/rust-nostr/nostr?rev=e09c9d82a1778683d2a6b968d09eb2c619883bf3#e09c9d82a1778683d2a6b968d09eb2c619883bf3"
1481checksum = "d3595fecf0e0aaacb69a0dc0101a4453f3c76eda333d6bbc49f68f64390b3d85"
1482dependencies = [ 1460dependencies = [
1483 "base64 0.22.1", 1461 "base64 0.22.1",
1484 "bech32", 1462 "bech32",
@@ -1487,9 +1465,10 @@ dependencies = [
1487 "cbc", 1465 "cbc",
1488 "chacha20", 1466 "chacha20",
1489 "chacha20poly1305", 1467 "chacha20poly1305",
1490 "getrandom 0.2.16",
1491 "hex", 1468 "hex",
1492 "instant", 1469 "instant",
1470 "once_cell",
1471 "rand 0.9.2",
1493 "scrypt", 1472 "scrypt",
1494 "secp256k1", 1473 "secp256k1",
1495 "serde", 1474 "serde",
@@ -1500,47 +1479,34 @@ dependencies = [
1500 1479
1501[[package]] 1480[[package]]
1502name = "nostr-database" 1481name = "nostr-database"
1503version = "0.43.0"
1504source = "registry+https://github.com/rust-lang/crates.io-index"
1505checksum = "b1c75a8c2175d2785ba73cfddef21d1e30da5fbbdf158569b6808ba44973a15b"
1506dependencies = [
1507 "lru",
1508 "nostr 0.43.1",
1509 "tokio",
1510]
1511
1512[[package]]
1513name = "nostr-database"
1514version = "0.44.0" 1482version = "0.44.0"
1515source = "registry+https://github.com/rust-lang/crates.io-index" 1483source = "git+https://github.com/rust-nostr/nostr?rev=e09c9d82a1778683d2a6b968d09eb2c619883bf3#e09c9d82a1778683d2a6b968d09eb2c619883bf3"
1516checksum = "7462c9d8ae5ef6a28d66a192d399ad2530f1f2130b13186296dbb11bdef5b3d1"
1517dependencies = [ 1484dependencies = [
1485 "btreecap",
1518 "flatbuffers", 1486 "flatbuffers",
1519 "lru", 1487 "lru",
1520 "nostr 0.44.1", 1488 "nostr",
1521 "tokio", 1489 "tokio",
1522] 1490]
1523 1491
1524[[package]] 1492[[package]]
1525name = "nostr-gossip" 1493name = "nostr-gossip"
1526version = "0.44.0" 1494version = "0.44.0"
1527source = "registry+https://github.com/rust-lang/crates.io-index" 1495source = "git+https://github.com/rust-nostr/nostr?rev=e09c9d82a1778683d2a6b968d09eb2c619883bf3#e09c9d82a1778683d2a6b968d09eb2c619883bf3"
1528checksum = "ade30de16869618919c6b5efc8258f47b654a98b51541eb77f85e8ec5e3c83a6"
1529dependencies = [ 1496dependencies = [
1530 "nostr 0.44.1", 1497 "nostr",
1531] 1498]
1532 1499
1533[[package]] 1500[[package]]
1534name = "nostr-lmdb" 1501name = "nostr-lmdb"
1535version = "0.44.0" 1502version = "0.44.0"
1536source = "registry+https://github.com/rust-lang/crates.io-index" 1503source = "git+https://github.com/rust-nostr/nostr?rev=e09c9d82a1778683d2a6b968d09eb2c619883bf3#e09c9d82a1778683d2a6b968d09eb2c619883bf3"
1537checksum = "1201bcf1f900c352f9f2cea5249960dc6b23049b65699a516e1327243becf6a2"
1538dependencies = [ 1504dependencies = [
1539 "async-utility", 1505 "async-utility",
1540 "flume", 1506 "flume",
1541 "heed", 1507 "heed",
1542 "nostr 0.44.1", 1508 "nostr",
1543 "nostr-database 0.44.0", 1509 "nostr-database",
1544 "tokio", 1510 "tokio",
1545 "tracing", 1511 "tracing",
1546] 1512]
@@ -1548,33 +1514,16 @@ dependencies = [
1548[[package]] 1514[[package]]
1549name = "nostr-relay-builder" 1515name = "nostr-relay-builder"
1550version = "0.44.0" 1516version = "0.44.0"
1551source = "registry+https://github.com/rust-lang/crates.io-index" 1517source = "git+https://github.com/rust-nostr/nostr?rev=e09c9d82a1778683d2a6b968d09eb2c619883bf3#e09c9d82a1778683d2a6b968d09eb2c619883bf3"
1552checksum = "51ba8e48eaadd5644e7317ca2f892b89a394a8cc57e99fea9f624dc081df1a24"
1553dependencies = [ 1518dependencies = [
1554 "async-utility", 1519 "async-utility",
1555 "async-wsocket", 1520 "async-wsocket",
1556 "atomic-destructor", 1521 "atomic-destructor",
1557 "hex", 1522 "hex",
1558 "negentropy", 1523 "negentropy",
1559 "nostr 0.44.1", 1524 "nostr",
1560 "nostr-database 0.44.0", 1525 "nostr-database",
1561 "tokio", 1526 "nostr-relay-pool",
1562 "tracing",
1563]
1564
1565[[package]]
1566name = "nostr-relay-pool"
1567version = "0.43.1"
1568source = "registry+https://github.com/rust-lang/crates.io-index"
1569checksum = "2b2f43b70d13dfc50508a13cd902e11f4625312b2ce0e4b7c4c2283fd04001bd"
1570dependencies = [
1571 "async-utility",
1572 "async-wsocket",
1573 "atomic-destructor",
1574 "lru",
1575 "negentropy",
1576 "nostr 0.43.1",
1577 "nostr-database 0.43.0",
1578 "tokio", 1527 "tokio",
1579 "tracing", 1528 "tracing",
1580] 1529]
@@ -1582,8 +1531,7 @@ dependencies = [
1582[[package]] 1531[[package]]
1583name = "nostr-relay-pool" 1532name = "nostr-relay-pool"
1584version = "0.44.0" 1533version = "0.44.0"
1585source = "registry+https://github.com/rust-lang/crates.io-index" 1534source = "git+https://github.com/rust-nostr/nostr?rev=e09c9d82a1778683d2a6b968d09eb2c619883bf3#e09c9d82a1778683d2a6b968d09eb2c619883bf3"
1586checksum = "4b1073ccfbaea5549fb914a9d52c68dab2aecda61535e5143dd73e95445a804b"
1587dependencies = [ 1535dependencies = [
1588 "async-utility", 1536 "async-utility",
1589 "async-wsocket", 1537 "async-wsocket",
@@ -1591,36 +1539,22 @@ dependencies = [
1591 "hex", 1539 "hex",
1592 "lru", 1540 "lru",
1593 "negentropy", 1541 "negentropy",
1594 "nostr 0.44.1", 1542 "nostr",
1595 "nostr-database 0.44.0", 1543 "nostr-database",
1596 "tokio", 1544 "tokio",
1597 "tracing", 1545 "tracing",
1598] 1546]
1599 1547
1600[[package]] 1548[[package]]
1601name = "nostr-sdk" 1549name = "nostr-sdk"
1602version = "0.43.0"
1603source = "registry+https://github.com/rust-lang/crates.io-index"
1604checksum = "599f8963d6a1522a13b1a2b0ea6e168acfc367706606f1d33fa595e91fa22db0"
1605dependencies = [
1606 "async-utility",
1607 "nostr 0.43.1",
1608 "nostr-database 0.43.0",
1609 "nostr-relay-pool 0.43.1",
1610 "tokio",
1611]
1612
1613[[package]]
1614name = "nostr-sdk"
1615version = "0.44.1" 1550version = "0.44.1"
1616source = "registry+https://github.com/rust-lang/crates.io-index" 1551source = "git+https://github.com/rust-nostr/nostr?rev=e09c9d82a1778683d2a6b968d09eb2c619883bf3#e09c9d82a1778683d2a6b968d09eb2c619883bf3"
1617checksum = "471732576710e779b64f04c55e3f8b5292f865fea228436daf19694f0bf70393"
1618dependencies = [ 1552dependencies = [
1619 "async-utility", 1553 "async-utility",
1620 "nostr 0.44.1", 1554 "nostr",
1621 "nostr-database 0.44.0", 1555 "nostr-database",
1622 "nostr-gossip", 1556 "nostr-gossip",
1623 "nostr-relay-pool 0.44.0", 1557 "nostr-relay-pool",
1624 "tokio", 1558 "tokio",
1625 "tracing", 1559 "tracing",
1626] 1560]
@@ -2209,7 +2143,6 @@ version = "0.29.1"
2209source = "registry+https://github.com/rust-lang/crates.io-index" 2143source = "registry+https://github.com/rust-lang/crates.io-index"
2210checksum = "9465315bc9d4566e1724f0fffcbcc446268cb522e60f9a27bcded6b19c108113" 2144checksum = "9465315bc9d4566e1724f0fffcbcc446268cb522e60f9a27bcded6b19c108113"
2211dependencies = [ 2145dependencies = [
2212 "rand 0.8.5",
2213 "secp256k1-sys", 2146 "secp256k1-sys",
2214 "serde", 2147 "serde",
2215] 2148]