update deps
This commit is contained in:
parent
efaf174f0d
commit
8139340f6c
1 changed files with 6 additions and 6 deletions
12
Cargo.lock
generated
12
Cargo.lock
generated
|
@ -1833,9 +1833,9 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pkg-config"
|
name = "pkg-config"
|
||||||
version = "0.3.30"
|
version = "0.3.31"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
|
checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "powerfmt"
|
name = "powerfmt"
|
||||||
|
@ -2451,7 +2451,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "thaw"
|
name = "thaw"
|
||||||
version = "0.4.0-beta3"
|
version = "0.4.0-beta3"
|
||||||
source = "git+https://github.com/thaw-ui/thaw.git#c87b989c3c520a441ac94b82d3c0fca3d879def4"
|
source = "git+https://github.com/thaw-ui/thaw.git#a03226f202276361e409d40ba5f169c5b3468716"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
"chrono",
|
"chrono",
|
||||||
|
@ -2473,7 +2473,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "thaw_components"
|
name = "thaw_components"
|
||||||
version = "0.2.0-beta3"
|
version = "0.2.0-beta3"
|
||||||
source = "git+https://github.com/thaw-ui/thaw.git#c87b989c3c520a441ac94b82d3c0fca3d879def4"
|
source = "git+https://github.com/thaw-ui/thaw.git#a03226f202276361e409d40ba5f169c5b3468716"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
"leptos",
|
"leptos",
|
||||||
|
@ -2486,7 +2486,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "thaw_macro"
|
name = "thaw_macro"
|
||||||
version = "0.1.0-beta3"
|
version = "0.1.0-beta3"
|
||||||
source = "git+https://github.com/thaw-ui/thaw.git#c87b989c3c520a441ac94b82d3c0fca3d879def4"
|
source = "git+https://github.com/thaw-ui/thaw.git#a03226f202276361e409d40ba5f169c5b3468716"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
@ -2496,7 +2496,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "thaw_utils"
|
name = "thaw_utils"
|
||||||
version = "0.1.0-beta3"
|
version = "0.1.0-beta3"
|
||||||
source = "git+https://github.com/thaw-ui/thaw.git#c87b989c3c520a441ac94b82d3c0fca3d879def4"
|
source = "git+https://github.com/thaw-ui/thaw.git#a03226f202276361e409d40ba5f169c5b3468716"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
"chrono",
|
"chrono",
|
||||||
|
|
Loading…
Add table
Reference in a new issue