diff options
author | open-trade <[email protected]> | 2020-09-08 16:18:33 +0800 |
---|---|---|
committer | open-trade <[email protected]> | 2020-09-08 16:18:33 +0800 |
commit | 2ee99e6140dcc72c07ed6388cc53214f0c1ebd11 (patch) | |
tree | 3a3018388c658e69d87c5194352578ef96892403 /Cargo.lock | |
parent | 82952784794c8ae1b5bf01389b0f3082a7e174b7 (diff) | |
download | rustdesk-server-2ee99e6140dcc72c07ed6388cc53214f0c1ebd11.tar.gz rustdesk-server-2ee99e6140dcc72c07ed6388cc53214f0c1ebd11.zip |
uuid
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -141,7 +141,7 @@ dependencies = [ [[package]] name = "confy" version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" +source = "git+https://github.com/open-trade/confy#a95119c82d1e4e3f1d4b46bd668990eff5dce2c8" dependencies = [ "directories 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.115 (registry+https://github.com/rust-lang/crates.io-index)", @@ -465,7 +465,7 @@ version = "0.1.0" dependencies = [ "anyhow 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", - "confy 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "confy 0.4.0 (git+https://github.com/open-trade/confy)", "copypasta 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", "directories-next 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "dirs-next 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1722,7 +1722,7 @@ dependencies = [ "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" "checksum clipboard-win 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e3a093d6fed558e5fe24c3dfc85a68bb68f1c824f440d3ba5aca189e2998786b" "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" -"checksum confy 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2913470204e9e8498a0f31f17f90a0de801ae92c8c5ac18c49af4819e6786697" +"checksum confy 0.4.0 (git+https://github.com/open-trade/confy)" = "<none>" "checksum constant_time_eq 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" "checksum copypasta 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "865e9675691e2a7dfc806b16ef2dd5dd536e26ea9b8046519767d79be03aeb6a" "checksum core-foundation 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171" |