diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-05-09 16:04:06 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-05-09 16:04:06 +0200 |
commit | 76c84042120b97ee98af6a1c40ab86aca062408a (patch) | |
tree | e7e298a13c0b91a28aa1d939aae0408cae0a24dd /Cargo.lock | |
parent | a19ae25a7d20d338243e2fef5a1fd45437701c2a (diff) | |
download | diplonat-76c84042120b97ee98af6a1c40ab86aca062408a.tar.gz diplonat-76c84042120b97ee98af6a1c40ab86aca062408a.zip |
Rewrite with anyhow
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -11,9 +11,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.26" +version = "1.0.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7825f6833612eb2414095684fcf6c635becf3ce97fe48cf6421321e93bfbd53c" +checksum = "d9a60d744a80c30fcb657dfe2c1b22bcb3e814c1a1e3674f32bf5820b570fbff" [[package]] name = "attohttpc" @@ -124,6 +124,7 @@ checksum = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b" name = "diplonat" version = "0.1.0" dependencies = [ + "anyhow", "igd", "log", "pretty_env_logger", |