aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.lock
diff options
context:
space:
mode:
authorhzhou <[email protected]>2020-09-24 17:26:58 +0800
committerhzhou <[email protected]>2020-09-24 17:26:58 +0800
commit3d5d219a8c016673c2e73caabbc08c08aeeec847 (patch)
tree2764857b65c78238b3cd508e3f10ea70c98fddea /Cargo.lock
parenta4a7602ba66f833b5c8dc7fcd0b1474f72bffd7f (diff)
downloadrustdesk-server-3d5d219a8c016673c2e73caabbc08c08aeeec847.tar.gz
rustdesk-server-3d5d219a8c016673c2e73caabbc08c08aeeec847.zip
version
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c127648..07ed9c1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -476,8 +476,9 @@ dependencies = [
[[package]]
name = "hbbs"
-version = "0.1.0"
+version = "1.0.0"
dependencies = [
+ "cc 1.0.59 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"hbb_common 0.1.0",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",