diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-12-22 21:02:03 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-12-22 21:02:03 +0000 |
| commit | 1df90c609399c675e629b97294aee81a0b1e66dd (patch) | |
| tree | 8482cdd0ea87cc0df5a86672bf99399aa0aa1a3d /Cargo.lock | |
| parent | 5d3d96c7f0397a079384b7291ff21df76029b126 (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.lock | 127 |
1 files changed, 30 insertions, 97 deletions
| @@ -271,6 +271,12 @@ dependencies = [ | |||
| 271 | ] | 271 | ] |
| 272 | 272 | ||
| 273 | [[package]] | 273 | [[package]] |
| 274 | name = "btreecap" | ||
| 275 | version = "0.1.0" | ||
| 276 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 277 | checksum = "6160c957d8aa33d0a8ba1dbab98e3cb57023ad9374c501441e88559f99e6c4c9" | ||
| 278 | |||
| 279 | [[package]] | ||
| 274 | name = "bumpalo" | 280 | name = "bumpalo" |
| 275 | version = "3.19.0" | 281 | version = "3.19.0" |
| 276 | source = "registry+https://github.com/rust-lang/crates.io-index" | 282 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -463,7 +469,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 463 | checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" | 469 | checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" |
| 464 | dependencies = [ | 470 | dependencies = [ |
| 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" | |||
| 1245 | checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" | 1250 | checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" |
| 1246 | dependencies = [ | 1251 | dependencies = [ |
| 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]] |
| 1455 | name = "nostr" | 1457 | name = "nostr" |
| 1456 | version = "0.43.1" | ||
| 1457 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 1458 | checksum = "62a97d745f1bd8d5e05a978632bbb87b0614567d5142906fe7c86fb2440faac6" | ||
| 1459 | dependencies = [ | ||
| 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]] | ||
| 1478 | name = "nostr" | ||
| 1479 | version = "0.44.1" | 1458 | version = "0.44.1" |
| 1480 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1459 | source = "git+https://github.com/rust-nostr/nostr?rev=e09c9d82a1778683d2a6b968d09eb2c619883bf3#e09c9d82a1778683d2a6b968d09eb2c619883bf3" |
| 1481 | checksum = "d3595fecf0e0aaacb69a0dc0101a4453f3c76eda333d6bbc49f68f64390b3d85" | ||
| 1482 | dependencies = [ | 1460 | dependencies = [ |
| 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]] |
| 1502 | name = "nostr-database" | 1481 | name = "nostr-database" |
| 1503 | version = "0.43.0" | ||
| 1504 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 1505 | checksum = "b1c75a8c2175d2785ba73cfddef21d1e30da5fbbdf158569b6808ba44973a15b" | ||
| 1506 | dependencies = [ | ||
| 1507 | "lru", | ||
| 1508 | "nostr 0.43.1", | ||
| 1509 | "tokio", | ||
| 1510 | ] | ||
| 1511 | |||
| 1512 | [[package]] | ||
| 1513 | name = "nostr-database" | ||
| 1514 | version = "0.44.0" | 1482 | version = "0.44.0" |
| 1515 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1483 | source = "git+https://github.com/rust-nostr/nostr?rev=e09c9d82a1778683d2a6b968d09eb2c619883bf3#e09c9d82a1778683d2a6b968d09eb2c619883bf3" |
| 1516 | checksum = "7462c9d8ae5ef6a28d66a192d399ad2530f1f2130b13186296dbb11bdef5b3d1" | ||
| 1517 | dependencies = [ | 1484 | dependencies = [ |
| 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]] |
| 1525 | name = "nostr-gossip" | 1493 | name = "nostr-gossip" |
| 1526 | version = "0.44.0" | 1494 | version = "0.44.0" |
| 1527 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1495 | source = "git+https://github.com/rust-nostr/nostr?rev=e09c9d82a1778683d2a6b968d09eb2c619883bf3#e09c9d82a1778683d2a6b968d09eb2c619883bf3" |
| 1528 | checksum = "ade30de16869618919c6b5efc8258f47b654a98b51541eb77f85e8ec5e3c83a6" | ||
| 1529 | dependencies = [ | 1496 | dependencies = [ |
| 1530 | "nostr 0.44.1", | 1497 | "nostr", |
| 1531 | ] | 1498 | ] |
| 1532 | 1499 | ||
| 1533 | [[package]] | 1500 | [[package]] |
| 1534 | name = "nostr-lmdb" | 1501 | name = "nostr-lmdb" |
| 1535 | version = "0.44.0" | 1502 | version = "0.44.0" |
| 1536 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1503 | source = "git+https://github.com/rust-nostr/nostr?rev=e09c9d82a1778683d2a6b968d09eb2c619883bf3#e09c9d82a1778683d2a6b968d09eb2c619883bf3" |
| 1537 | checksum = "1201bcf1f900c352f9f2cea5249960dc6b23049b65699a516e1327243becf6a2" | ||
| 1538 | dependencies = [ | 1504 | dependencies = [ |
| 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]] |
| 1549 | name = "nostr-relay-builder" | 1515 | name = "nostr-relay-builder" |
| 1550 | version = "0.44.0" | 1516 | version = "0.44.0" |
| 1551 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1517 | source = "git+https://github.com/rust-nostr/nostr?rev=e09c9d82a1778683d2a6b968d09eb2c619883bf3#e09c9d82a1778683d2a6b968d09eb2c619883bf3" |
| 1552 | checksum = "51ba8e48eaadd5644e7317ca2f892b89a394a8cc57e99fea9f624dc081df1a24" | ||
| 1553 | dependencies = [ | 1518 | dependencies = [ |
| 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]] | ||
| 1566 | name = "nostr-relay-pool" | ||
| 1567 | version = "0.43.1" | ||
| 1568 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 1569 | checksum = "2b2f43b70d13dfc50508a13cd902e11f4625312b2ce0e4b7c4c2283fd04001bd" | ||
| 1570 | dependencies = [ | ||
| 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]] |
| 1583 | name = "nostr-relay-pool" | 1532 | name = "nostr-relay-pool" |
| 1584 | version = "0.44.0" | 1533 | version = "0.44.0" |
| 1585 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1534 | source = "git+https://github.com/rust-nostr/nostr?rev=e09c9d82a1778683d2a6b968d09eb2c619883bf3#e09c9d82a1778683d2a6b968d09eb2c619883bf3" |
| 1586 | checksum = "4b1073ccfbaea5549fb914a9d52c68dab2aecda61535e5143dd73e95445a804b" | ||
| 1587 | dependencies = [ | 1535 | dependencies = [ |
| 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]] |
| 1601 | name = "nostr-sdk" | 1549 | name = "nostr-sdk" |
| 1602 | version = "0.43.0" | ||
| 1603 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 1604 | checksum = "599f8963d6a1522a13b1a2b0ea6e168acfc367706606f1d33fa595e91fa22db0" | ||
| 1605 | dependencies = [ | ||
| 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]] | ||
| 1614 | name = "nostr-sdk" | ||
| 1615 | version = "0.44.1" | 1550 | version = "0.44.1" |
| 1616 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1551 | source = "git+https://github.com/rust-nostr/nostr?rev=e09c9d82a1778683d2a6b968d09eb2c619883bf3#e09c9d82a1778683d2a6b968d09eb2c619883bf3" |
| 1617 | checksum = "471732576710e779b64f04c55e3f8b5292f865fea228436daf19694f0bf70393" | ||
| 1618 | dependencies = [ | 1552 | dependencies = [ |
| 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" | |||
| 2209 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2143 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2210 | checksum = "9465315bc9d4566e1724f0fffcbcc446268cb522e60f9a27bcded6b19c108113" | 2144 | checksum = "9465315bc9d4566e1724f0fffcbcc446268cb522e60f9a27bcded6b19c108113" |
| 2211 | dependencies = [ | 2145 | dependencies = [ |
| 2212 | "rand 0.8.5", | ||
| 2213 | "secp256k1-sys", | 2146 | "secp256k1-sys", |
| 2214 | "serde", | 2147 | "serde", |
| 2215 | ] | 2148 | ] |