diff options
author | fxqnlr <[email protected]> | 2024-09-04 17:32:19 +0200 |
---|---|---|
committer | fxqnlr <[email protected]> | 2024-09-04 17:32:19 +0200 |
commit | ecc4743fdec43eb578e9c35bb008c68909f1517e (patch) | |
tree | 73916114bc2bff8c72f759f5aae11a95d4dede22 /Cargo.lock | |
parent | 11e64fc7560de3cd0def718edf68c31e3dc8be72 (diff) | |
download | modlist-refactor.tar modlist-refactor.tar.gz modlist-refactor.zip |
better error handlingrefactor
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -957,6 +957,7 @@ dependencies = [ | |||
957 | "rusqlite", | 957 | "rusqlite", |
958 | "serde", | 958 | "serde", |
959 | "serde_json", | 959 | "serde_json", |
960 | "thiserror", | ||
960 | "tokio", | 961 | "tokio", |
961 | "toml 0.7.4", | 962 | "toml 0.7.4", |
962 | ] | 963 | ] |
@@ -1527,18 +1528,18 @@ dependencies = [ | |||
1527 | 1528 | ||
1528 | [[package]] | 1529 | [[package]] |
1529 | name = "thiserror" | 1530 | name = "thiserror" |
1530 | version = "1.0.40" | 1531 | version = "1.0.63" |
1531 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1532 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1532 | checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" | 1533 | checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" |
1533 | dependencies = [ | 1534 | dependencies = [ |
1534 | "thiserror-impl", | 1535 | "thiserror-impl", |
1535 | ] | 1536 | ] |
1536 | 1537 | ||
1537 | [[package]] | 1538 | [[package]] |
1538 | name = "thiserror-impl" | 1539 | name = "thiserror-impl" |
1539 | version = "1.0.40" | 1540 | version = "1.0.63" |
1540 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1541 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1541 | checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" | 1542 | checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" |
1542 | dependencies = [ | 1543 | dependencies = [ |
1543 | "proc-macro2", | 1544 | "proc-macro2", |
1544 | "quote", | 1545 | "quote", |