Update Cargo.lock

This commit is contained in:
Dongdong Zhou 2021-10-27 12:38:49 +01:00
parent 34ed3b880f
commit f3607dd822
1 changed files with 3 additions and 3 deletions

6
Cargo.lock generated
View File

@ -1045,7 +1045,7 @@ checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
[[package]]
name = "druid"
version = "0.7.0"
source = "git+https://github.com/lapce/druid#17d4a5da37b2db9aa2030ae129d2291b511ce4e9"
source = "git+https://github.com/lapce/druid#c8b33e6c61f4ec3a7d6075a9b907ff7158346ba0"
dependencies = [
"console_error_panic_hook",
"druid-derive",
@ -1069,7 +1069,7 @@ dependencies = [
[[package]]
name = "druid-derive"
version = "0.4.0"
source = "git+https://github.com/lapce/druid#17d4a5da37b2db9aa2030ae129d2291b511ce4e9"
source = "git+https://github.com/lapce/druid#c8b33e6c61f4ec3a7d6075a9b907ff7158346ba0"
dependencies = [
"proc-macro2 1.0.29",
"quote 1.0.9",
@ -1079,7 +1079,7 @@ dependencies = [
[[package]]
name = "druid-shell"
version = "0.7.0"
source = "git+https://github.com/lapce/druid#17d4a5da37b2db9aa2030ae129d2291b511ce4e9"
source = "git+https://github.com/lapce/druid#c8b33e6c61f4ec3a7d6075a9b907ff7158346ba0"
dependencies = [
"anyhow",
"cfg-if 1.0.0",