diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-05-06 14:36:47 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-05-06 14:36:47 +0100 |
| commit | 3e4975ad22810f51dd0a607b2e2a29b5dc64a086 (patch) | |
| tree | 93cee38ee9bc64f06911a70bdd590de9afc54456 /Cargo.lock | |
| parent | 58251ae468e860476c539a38afa576d3f0929d1a (diff) | |
chore: bump mock_all v0.13.1
none of the breaking changes impact this code base
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 69 |
1 files changed, 7 insertions, 62 deletions
| @@ -119,7 +119,7 @@ dependencies = [ | |||
| 119 | "bstr", | 119 | "bstr", |
| 120 | "doc-comment", | 120 | "doc-comment", |
| 121 | "libc", | 121 | "libc", |
| 122 | "predicates 3.1.3", | 122 | "predicates", |
| 123 | "predicates-core", | 123 | "predicates-core", |
| 124 | "predicates-tree", | 124 | "predicates-tree", |
| 125 | "wait-timeout", | 125 | "wait-timeout", |
| @@ -660,15 +660,6 @@ dependencies = [ | |||
| 660 | ] | 660 | ] |
| 661 | 661 | ||
| 662 | [[package]] | 662 | [[package]] |
| 663 | name = "float-cmp" | ||
| 664 | version = "0.9.0" | ||
| 665 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 666 | checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" | ||
| 667 | dependencies = [ | ||
| 668 | "num-traits", | ||
| 669 | ] | ||
| 670 | |||
| 671 | [[package]] | ||
| 672 | name = "flume" | 663 | name = "flume" |
| 673 | version = "0.10.14" | 664 | version = "0.10.14" |
| 674 | source = "registry+https://github.com/rust-lang/crates.io-index" | 665 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -1242,15 +1233,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 1242 | checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" | 1233 | checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" |
| 1243 | 1234 | ||
| 1244 | [[package]] | 1235 | [[package]] |
| 1245 | name = "itertools" | ||
| 1246 | version = "0.10.5" | ||
| 1247 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 1248 | checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" | ||
| 1249 | dependencies = [ | ||
| 1250 | "either", | ||
| 1251 | ] | ||
| 1252 | |||
| 1253 | [[package]] | ||
| 1254 | name = "itoa" | 1236 | name = "itoa" |
| 1255 | version = "1.0.15" | 1237 | version = "1.0.15" |
| 1256 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1238 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -1277,12 +1259,6 @@ dependencies = [ | |||
| 1277 | ] | 1259 | ] |
| 1278 | 1260 | ||
| 1279 | [[package]] | 1261 | [[package]] |
| 1280 | name = "lazy_static" | ||
| 1281 | version = "1.5.0" | ||
| 1282 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 1283 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" | ||
| 1284 | |||
| 1285 | [[package]] | ||
| 1286 | name = "libc" | 1262 | name = "libc" |
| 1287 | version = "0.2.172" | 1263 | version = "0.2.172" |
| 1288 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1264 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -1417,29 +1393,28 @@ dependencies = [ | |||
| 1417 | 1393 | ||
| 1418 | [[package]] | 1394 | [[package]] |
| 1419 | name = "mockall" | 1395 | name = "mockall" |
| 1420 | version = "0.11.4" | 1396 | version = "0.13.1" |
| 1421 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1397 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1422 | checksum = "4c84490118f2ee2d74570d114f3d0493cbf02790df303d2707606c3e14e07c96" | 1398 | checksum = "39a6bfcc6c8c7eed5ee98b9c3e33adc726054389233e201c95dab2d41a3839d2" |
| 1423 | dependencies = [ | 1399 | dependencies = [ |
| 1424 | "cfg-if", | 1400 | "cfg-if", |
| 1425 | "downcast", | 1401 | "downcast", |
| 1426 | "fragile", | 1402 | "fragile", |
| 1427 | "lazy_static", | ||
| 1428 | "mockall_derive", | 1403 | "mockall_derive", |
| 1429 | "predicates 2.1.5", | 1404 | "predicates", |
| 1430 | "predicates-tree", | 1405 | "predicates-tree", |
| 1431 | ] | 1406 | ] |
| 1432 | 1407 | ||
| 1433 | [[package]] | 1408 | [[package]] |
| 1434 | name = "mockall_derive" | 1409 | name = "mockall_derive" |
| 1435 | version = "0.11.4" | 1410 | version = "0.13.1" |
| 1436 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1411 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1437 | checksum = "22ce75669015c4f47b289fd4d4f56e894e4c96003ffdf3ac51313126f94c6cbb" | 1412 | checksum = "25ca3004c2efe9011bd4e461bd8256445052b9615405b4f7ea43fc8ca5c20898" |
| 1438 | dependencies = [ | 1413 | dependencies = [ |
| 1439 | "cfg-if", | 1414 | "cfg-if", |
| 1440 | "proc-macro2", | 1415 | "proc-macro2", |
| 1441 | "quote", | 1416 | "quote", |
| 1442 | "syn 1.0.109", | 1417 | "syn 2.0.101", |
| 1443 | ] | 1418 | ] |
| 1444 | 1419 | ||
| 1445 | [[package]] | 1420 | [[package]] |
| @@ -1513,12 +1488,6 @@ dependencies = [ | |||
| 1513 | ] | 1488 | ] |
| 1514 | 1489 | ||
| 1515 | [[package]] | 1490 | [[package]] |
| 1516 | name = "normalize-line-endings" | ||
| 1517 | version = "0.3.0" | ||
| 1518 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 1519 | checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" | ||
| 1520 | |||
| 1521 | [[package]] | ||
| 1522 | name = "nostr" | 1491 | name = "nostr" |
| 1523 | version = "0.41.0" | 1492 | version = "0.41.0" |
| 1524 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1493 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -1616,15 +1585,6 @@ dependencies = [ | |||
| 1616 | ] | 1585 | ] |
| 1617 | 1586 | ||
| 1618 | [[package]] | 1587 | [[package]] |
| 1619 | name = "num-traits" | ||
| 1620 | version = "0.2.19" | ||
| 1621 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 1622 | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" | ||
| 1623 | dependencies = [ | ||
| 1624 | "autocfg", | ||
| 1625 | ] | ||
| 1626 | |||
| 1627 | [[package]] | ||
| 1628 | name = "number_prefix" | 1588 | name = "number_prefix" |
| 1629 | version = "0.4.0" | 1589 | version = "0.4.0" |
| 1630 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1590 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -1852,20 +1812,6 @@ dependencies = [ | |||
| 1852 | 1812 | ||
| 1853 | [[package]] | 1813 | [[package]] |
| 1854 | name = "predicates" | 1814 | name = "predicates" |
| 1855 | version = "2.1.5" | ||
| 1856 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 1857 | checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd" | ||
| 1858 | dependencies = [ | ||
| 1859 | "difflib", | ||
| 1860 | "float-cmp", | ||
| 1861 | "itertools", | ||
| 1862 | "normalize-line-endings", | ||
| 1863 | "predicates-core", | ||
| 1864 | "regex", | ||
| 1865 | ] | ||
| 1866 | |||
| 1867 | [[package]] | ||
| 1868 | name = "predicates" | ||
| 1869 | version = "3.1.3" | 1815 | version = "3.1.3" |
| 1870 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1816 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1871 | checksum = "a5d19ee57562043d37e82899fade9a22ebab7be9cef5026b07fda9cdd4293573" | 1817 | checksum = "a5d19ee57562043d37e82899fade9a22ebab7be9cef5026b07fda9cdd4293573" |
| @@ -2592,7 +2538,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 2592 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" | 2538 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
| 2593 | dependencies = [ | 2539 | dependencies = [ |
| 2594 | "proc-macro2", | 2540 | "proc-macro2", |
| 2595 | "quote", | ||
| 2596 | "unicode-ident", | 2541 | "unicode-ident", |
| 2597 | ] | 2542 | ] |
| 2598 | 2543 | ||