Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Clash Verge
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
many-archive
Clash Verge
Commits
43c63ffa
There was an error fetching the commit references. Please try again later.
Commit
43c63ffa
authored
3 years ago
by
GyDi
Browse files
Options
Downloads
Patches
Plain Diff
chore: cargo update
parent
6779bc74
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src-tauri/Cargo.lock
+101
-93
101 additions, 93 deletions
src-tauri/Cargo.lock
with
101 additions
and
93 deletions
src-tauri/Cargo.lock
+
101
−
93
View file @
43c63ffa
...
@@ -184,16 +184,16 @@ dependencies = [
...
@@ -184,16 +184,16 @@ dependencies = [
[[package]]
[[package]]
name = "blake3"
name = "blake3"
version = "1.
2
.0"
version = "1.
3
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
526c210b4520e416420759af363083471656e819a75e831b8d2c9d5a584f2413
"
checksum = "
882e99e4a0cb2ae6cb6e442102e8e6b7131718d94110e64c3e6a34ea9b106f37
"
dependencies = [
dependencies = [
"arrayref",
"arrayref",
"arrayvec 0.7.2",
"arrayvec 0.7.2",
"cc",
"cc",
"cfg-if 1.0.0",
"cfg-if 1.0.0",
"constant_time_eq",
"constant_time_eq",
"digest",
"digest
0.10.1
",
"rayon",
"rayon",
]
]
...
@@ -212,6 +212,15 @@ dependencies = [
...
@@ -212,6 +212,15 @@ dependencies = [
"generic-array",
"generic-array",
]
]
[[package]]
name = "block-buffer"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1d36a02058e76b040de25a4464ba1c80935655595b661505c8b39b664828b95"
dependencies = [
"generic-array",
]
[[package]]
[[package]]
name = "bstr"
name = "bstr"
version = "0.2.17"
version = "0.2.17"
...
@@ -233,9 +242,9 @@ dependencies = [
...
@@ -233,9 +242,9 @@ dependencies = [
[[package]]
[[package]]
name = "bumpalo"
name = "bumpalo"
version = "3.
8.0
"
version = "3.
9.1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
8f1e260c3a9040a7c19a12468758f4c16f31a81a1fe087482be9570ec864bb6c
"
checksum = "
a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899
"
[[package]]
[[package]]
name = "byteorder"
name = "byteorder"
...
@@ -377,8 +386,8 @@ dependencies = [
...
@@ -377,8 +386,8 @@ dependencies = [
"bitflags",
"bitflags",
"block",
"block",
"cocoa-foundation",
"cocoa-foundation",
"core-foundation
0.9.2
",
"core-foundation",
"core-graphics
0.22.3
",
"core-graphics",
"foreign-types",
"foreign-types",
"libc",
"libc",
"objc",
"objc",
...
@@ -392,7 +401,7 @@ checksum = "7ade49b65d560ca58c403a479bb396592b155c0185eada742ee323d1d68d6318"
...
@@ -392,7 +401,7 @@ checksum = "7ade49b65d560ca58c403a479bb396592b155c0185eada742ee323d1d68d6318"
dependencies = [
dependencies = [
"bitflags",
"bitflags",
"block",
"block",
"core-foundation
0.9.2
",
"core-foundation",
"core-graphics-types",
"core-graphics-types",
"foreign-types",
"foreign-types",
"libc",
"libc",
...
@@ -420,50 +429,22 @@ version = "0.4.0"
...
@@ -420,50 +429,22 @@ version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
[[package]]
name = "core-foundation"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
dependencies = [
"core-foundation-sys 0.7.0",
"libc",
]
[[package]]
[[package]]
name = "core-foundation"
name = "core-foundation"
version = "0.9.2"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6888e10551bb93e424d8df1d07f1a8b4fceb0001a3a4b048bfc47554946f47b3"
checksum = "6888e10551bb93e424d8df1d07f1a8b4fceb0001a3a4b048bfc47554946f47b3"
dependencies = [
dependencies = [
"core-foundation-sys
0.8.3
",
"core-foundation-sys",
"libc",
"libc",
]
]
[[package]]
name = "core-foundation-sys"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
[[package]]
[[package]]
name = "core-foundation-sys"
name = "core-foundation-sys"
version = "0.8.3"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
[[package]]
name = "core-graphics"
version = "0.19.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3889374e6ea6ab25dba90bb5d96202f61108058361f6dc72e8b03e6f8bbe923"
dependencies = [
"bitflags",
"core-foundation 0.7.0",
"foreign-types",
"libc",
]
[[package]]
[[package]]
name = "core-graphics"
name = "core-graphics"
version = "0.22.3"
version = "0.22.3"
...
@@ -471,7 +452,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
...
@@ -471,7 +452,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
dependencies = [
dependencies = [
"bitflags",
"bitflags",
"core-foundation
0.9.2
",
"core-foundation",
"core-graphics-types",
"core-graphics-types",
"foreign-types",
"foreign-types",
"libc",
"libc",
...
@@ -484,24 +465,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
...
@@ -484,24 +465,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b"
checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b"
dependencies = [
dependencies = [
"bitflags",
"bitflags",
"core-foundation
0.9.2
",
"core-foundation",
"foreign-types",
"foreign-types",
"libc",
"libc",
]
]
[[package]]
name = "core-video-sys"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34ecad23610ad9757664d644e369246edde1803fcb43ed72876565098a5d3828"
dependencies = [
"cfg-if 0.1.10",
"core-foundation-sys 0.7.0",
"core-graphics 0.19.2",
"libc",
"objc",
]
[[package]]
[[package]]
name = "cpufeatures"
name = "cpufeatures"
version = "0.2.1"
version = "0.2.1"
...
@@ -522,9 +490,9 @@ dependencies = [
...
@@ -522,9 +490,9 @@ dependencies = [
[[package]]
[[package]]
name = "crossbeam-channel"
name = "crossbeam-channel"
version = "0.5.
1
"
version = "0.5.
2
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4
"
checksum = "
e54ea8bc3fb1ee042f5aace6e3c6e025d3874866da222930f70ce62aceba0bfa
"
dependencies = [
dependencies = [
"cfg-if 1.0.0",
"cfg-if 1.0.0",
"crossbeam-utils",
"crossbeam-utils",
...
@@ -543,9 +511,9 @@ dependencies = [
...
@@ -543,9 +511,9 @@ dependencies = [
[[package]]
[[package]]
name = "crossbeam-epoch"
name = "crossbeam-epoch"
version = "0.9.
5
"
version = "0.9.
6
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd
"
checksum = "
97242a70df9b89a65d0b6df3c4bf5b9ce03c5b7309019777fbde37e7537f8762
"
dependencies = [
dependencies = [
"cfg-if 1.0.0",
"cfg-if 1.0.0",
"crossbeam-utils",
"crossbeam-utils",
...
@@ -556,14 +524,23 @@ dependencies = [
...
@@ -556,14 +524,23 @@ dependencies = [
[[package]]
[[package]]
name = "crossbeam-utils"
name = "crossbeam-utils"
version = "0.8.
5
"
version = "0.8.
6
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db
"
checksum = "
cfcae03edb34f947e64acdb1c33ec169824e20657e9ecb61cef6c8c74dcb8120
"
dependencies = [
dependencies = [
"cfg-if 1.0.0",
"cfg-if 1.0.0",
"lazy_static",
"lazy_static",
]
]
[[package]]
name = "crypto-common"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "683d6b536309245c849479fba3da410962a43ed8e51c26b729208ec0ac2798d0"
dependencies = [
"generic-array",
]
[[package]]
[[package]]
name = "cssparser"
name = "cssparser"
version = "0.27.2"
version = "0.27.2"
...
@@ -685,6 +662,18 @@ dependencies = [
...
@@ -685,6 +662,18 @@ dependencies = [
"generic-array",
"generic-array",
]
]
[[package]]
name = "digest"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b697d66081d42af4fba142d56918a3cb21dc8eb63372c6b85d14f44fb9c5979b"
dependencies = [
"block-buffer 0.10.0",
"crypto-common",
"generic-array",
"subtle",
]
[[package]]
[[package]]
name = "dirs"
name = "dirs"
version = "1.0.5"
version = "1.0.5"
...
@@ -766,9 +755,9 @@ checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
...
@@ -766,9 +755,9 @@ checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
[[package]]
[[package]]
name = "embed_plist"
name = "embed_plist"
version = "1.2.
0
"
version = "1.2.
2
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
53dd2e43a7d32952a6054141ee0d75183958620e84e5eab045de362dff13dc99
"
checksum = "
4ef6b89e5b37196644d8796de5268852ff179b44e96276cf4290264843743bb7
"
[[package]]
[[package]]
name = "encoding_rs"
name = "encoding_rs"
...
@@ -1269,9 +1258,9 @@ dependencies = [
...
@@ -1269,9 +1258,9 @@ dependencies = [
[[package]]
[[package]]
name = "h2"
name = "h2"
version = "0.3.
9
"
version = "0.3.
10
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
8f072413d126e57991455e0a922b31e4c8ba7c2ffbebf6b78b4f8521397d65cd
"
checksum = "
0c9de88456263e249e241fcd211d3954e2c9b0ef7ccfc235a444eb367cae3689
"
dependencies = [
dependencies = [
"bytes",
"bytes",
"fnv",
"fnv",
...
@@ -1485,9 +1474,9 @@ dependencies = [
...
@@ -1485,9 +1474,9 @@ dependencies = [
[[package]]
[[package]]
name = "indexmap"
name = "indexmap"
version = "1.
7
.0"
version = "1.
8
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
bc633605454125dec4b66843673f01c7df2b89479b32e0ed634
e43a
91cff62a5
"
checksum = "
282a6247722caba404c065016bbfa522806e51714c34f5dfc3
e4
a
3a
46fcb4223
"
dependencies = [
dependencies = [
"autocfg",
"autocfg",
"hashbrown",
"hashbrown",
...
@@ -2135,9 +2124,9 @@ dependencies = [
...
@@ -2135,9 +2124,9 @@ dependencies = [
[[package]]
[[package]]
name = "ordered-float"
name = "ordered-float"
version = "2.
9
.0"
version = "2.
10
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
8aa3d135650b150c29f0c3e385896f9d3ceb42d2d87b02f0d7a8cbd0fc7e19a6
"
checksum = "
7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87
"
dependencies = [
dependencies = [
"num-traits",
"num-traits",
]
]
...
@@ -2702,15 +2691,16 @@ dependencies = [
...
@@ -2702,15 +2691,16 @@ dependencies = [
[[package]]
[[package]]
name = "reqwest"
name = "reqwest"
version = "0.11.
8
"
version = "0.11.
9
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
7c4e0a76dc12a116108933f6301b95e83634e0c47b0afbed6abbaa0601e99258
"
checksum = "
87f242f1488a539a79bac6dbe7c8609ae43b7914b7736210f239a37cccb32525
"
dependencies = [
dependencies = [
"base64",
"base64",
"bytes",
"bytes",
"encoding_rs",
"encoding_rs",
"futures-core",
"futures-core",
"futures-util",
"futures-util",
"h2",
"http",
"http",
"http-body",
"http-body",
"hyper",
"hyper",
...
@@ -2844,8 +2834,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
...
@@ -2844,8 +2834,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "525bc1abfda2e1998d152c45cf13e696f76d0a4972310b22fac1658b05df7c87"
checksum = "525bc1abfda2e1998d152c45cf13e696f76d0a4972310b22fac1658b05df7c87"
dependencies = [
dependencies = [
"bitflags",
"bitflags",
"core-foundation
0.9.2
",
"core-foundation",
"core-foundation-sys
0.8.3
",
"core-foundation-sys",
"libc",
"libc",
"security-framework-sys",
"security-framework-sys",
]
]
...
@@ -2856,7 +2846,7 @@ version = "2.4.2"
...
@@ -2856,7 +2846,7 @@ version = "2.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9dd14d83160b528b7bfd66439110573efcfbe281b17fc2ca9f39f550d619c7e"
checksum = "a9dd14d83160b528b7bfd66439110573efcfbe281b17fc2ca9f39f550d619c7e"
dependencies = [
dependencies = [
"core-foundation-sys
0.8.3
",
"core-foundation-sys",
"libc",
"libc",
]
]
...
@@ -2996,10 +2986,10 @@ version = "0.9.8"
...
@@ -2996,10 +2986,10 @@ version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
dependencies = [
dependencies = [
"block-buffer",
"block-buffer
0.9.0
",
"cfg-if 1.0.0",
"cfg-if 1.0.0",
"cpufeatures",
"cpufeatures",
"digest",
"digest
0.9.0
",
"opaque-debug",
"opaque-debug",
]
]
...
@@ -3165,11 +3155,17 @@ dependencies = [
...
@@ -3165,11 +3155,17 @@ dependencies = [
"syn",
"syn",
]
]
[[package]]
name = "subtle"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
[[package]]
[[package]]
name = "syn"
name = "syn"
version = "1.0.8
4
"
version = "1.0.8
5
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
ecb2e6da8ee5eb9a61068762a32fa9619cc591ceb055b3687f4cd4051ec2e06b
"
checksum = "
a684ac3dcd8913827e18cd09a68384ee66c1de24157e3c556c9ab16d85695fb7
"
dependencies = [
dependencies = [
"proc-macro2",
"proc-macro2",
"quote",
"quote",
...
@@ -3210,15 +3206,14 @@ dependencies = [
...
@@ -3210,15 +3206,14 @@ dependencies = [
[[package]]
[[package]]
name = "tao"
name = "tao"
version = "0.5.2"
version = "0.5.2"
source = "git+https://github.com/tauri-apps/tao?branch=next#
f8866a084afe18983c91c67401d8759697578a9c
"
source = "git+https://github.com/tauri-apps/tao?branch=next#
a3a2e0cfc49ddfa8cdf65cf9870fb8e3d45b4bc0
"
dependencies = [
dependencies = [
"bitflags",
"bitflags",
"cairo-rs",
"cairo-rs",
"cc",
"cc",
"cocoa",
"cocoa",
"core-foundation 0.9.2",
"core-foundation",
"core-graphics 0.22.3",
"core-graphics",
"core-video-sys",
"crossbeam-channel",
"crossbeam-channel",
"dispatch",
"dispatch",
"gdk",
"gdk",
...
@@ -3242,12 +3237,25 @@ dependencies = [
...
@@ -3242,12 +3237,25 @@ dependencies = [
"raw-window-handle",
"raw-window-handle",
"scopeguard",
"scopeguard",
"serde",
"serde",
"tao-core-video-sys",
"unicode-segmentation",
"unicode-segmentation",
"windows 0.29.0",
"windows 0.29.0",
"windows_macros",
"windows_macros",
"x11-dl",
"x11-dl",
]
]
[[package]]
name = "tao-core-video-sys"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
dependencies = [
"cfg-if 1.0.0",
"core-foundation-sys",
"libc",
"objc",
]
[[package]]
[[package]]
name = "tar"
name = "tar"
version = "0.4.38"
version = "0.4.38"
...
@@ -3262,7 +3270,7 @@ dependencies = [
...
@@ -3262,7 +3270,7 @@ dependencies = [
[[package]]
[[package]]
name = "tauri"
name = "tauri"
version = "1.0.0-beta.8"
version = "1.0.0-beta.8"
source = "git+https://github.com/tauri-apps/tauri?branch=next#
46f2eae8aad7c6a228eaf48480d5603dae6454b4
"
source = "git+https://github.com/tauri-apps/tauri?branch=next#
c6e05380f7a3b5de3a12db9414a0d7d96102737a
"
dependencies = [
dependencies = [
"attohttpc",
"attohttpc",
"base64",
"base64",
...
@@ -3324,7 +3332,7 @@ dependencies = [
...
@@ -3324,7 +3332,7 @@ dependencies = [
[[package]]
[[package]]
name = "tauri-codegen"
name = "tauri-codegen"
version = "1.0.0-beta.4"
version = "1.0.0-beta.4"
source = "git+https://github.com/tauri-apps/tauri?branch=next#
46f2eae8aad7c6a228eaf48480d5603dae6454b4
"
source = "git+https://github.com/tauri-apps/tauri?branch=next#
c6e05380f7a3b5de3a12db9414a0d7d96102737a
"
dependencies = [
dependencies = [
"blake3",
"blake3",
"kuchiki",
"kuchiki",
...
@@ -3342,7 +3350,7 @@ dependencies = [
...
@@ -3342,7 +3350,7 @@ dependencies = [
[[package]]
[[package]]
name = "tauri-macros"
name = "tauri-macros"
version = "1.0.0-beta.5"
version = "1.0.0-beta.5"
source = "git+https://github.com/tauri-apps/tauri?branch=next#
46f2eae8aad7c6a228eaf48480d5603dae6454b4
"
source = "git+https://github.com/tauri-apps/tauri?branch=next#
c6e05380f7a3b5de3a12db9414a0d7d96102737a
"
dependencies = [
dependencies = [
"proc-macro2",
"proc-macro2",
"quote",
"quote",
...
@@ -3364,7 +3372,7 @@ dependencies = [
...
@@ -3364,7 +3372,7 @@ dependencies = [
[[package]]
[[package]]
name = "tauri-runtime"
name = "tauri-runtime"
version = "0.2.1"
version = "0.2.1"
source = "git+https://github.com/tauri-apps/tauri?branch=next#
46f2eae8aad7c6a228eaf48480d5603dae6454b4
"
source = "git+https://github.com/tauri-apps/tauri?branch=next#
c6e05380f7a3b5de3a12db9414a0d7d96102737a
"
dependencies = [
dependencies = [
"gtk",
"gtk",
"http",
"http",
...
@@ -3382,7 +3390,7 @@ dependencies = [
...
@@ -3382,7 +3390,7 @@ dependencies = [
[[package]]
[[package]]
name = "tauri-runtime-wry"
name = "tauri-runtime-wry"
version = "0.2.1"
version = "0.2.1"
source = "git+https://github.com/tauri-apps/tauri?branch=next#
46f2eae8aad7c6a228eaf48480d5603dae6454b4
"
source = "git+https://github.com/tauri-apps/tauri?branch=next#
c6e05380f7a3b5de3a12db9414a0d7d96102737a
"
dependencies = [
dependencies = [
"gtk",
"gtk",
"ico",
"ico",
...
@@ -3417,7 +3425,7 @@ dependencies = [
...
@@ -3417,7 +3425,7 @@ dependencies = [
[[package]]
[[package]]
name = "tauri-utils"
name = "tauri-utils"
version = "1.0.0-beta.3"
version = "1.0.0-beta.3"
source = "git+https://github.com/tauri-apps/tauri?branch=next#
46f2eae8aad7c6a228eaf48480d5603dae6454b4
"
source = "git+https://github.com/tauri-apps/tauri?branch=next#
c6e05380f7a3b5de3a12db9414a0d7d96102737a
"
dependencies = [
dependencies = [
"heck 0.4.0",
"heck 0.4.0",
"html5ever",
"html5ever",
...
@@ -3434,13 +3442,13 @@ dependencies = [
...
@@ -3434,13 +3442,13 @@ dependencies = [
[[package]]
[[package]]
name = "tempfile"
name = "tempfile"
version = "3.
2
.0"
version = "3.
3
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a404
3901
8d870eb22
"
checksum = "
5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b
39
8
01
f67cc6d79e4
"
dependencies = [
dependencies = [
"cfg-if 1.0.0",
"cfg-if 1.0.0",
"fastrand",
"libc",
"libc",
"rand 0.8.4",
"redox_syscall 0.2.10",
"redox_syscall 0.2.10",
"remove_dir_all",
"remove_dir_all",
"winapi",
"winapi",
...
@@ -4283,7 +4291,7 @@ version = "0.12.2"
...
@@ -4283,7 +4291,7 @@ version = "0.12.2"
source = "git+https://github.com/tauri-apps/wry?rev=3284f8d442978269f7654edbdfc9bc51022eaa40#3284f8d442978269f7654edbdfc9bc51022eaa40"
source = "git+https://github.com/tauri-apps/wry?rev=3284f8d442978269f7654edbdfc9bc51022eaa40#3284f8d442978269f7654edbdfc9bc51022eaa40"
dependencies = [
dependencies = [
"cocoa",
"cocoa",
"core-graphics
0.22.3
",
"core-graphics",
"gdk",
"gdk",
"gio",
"gio",
"glib",
"glib",
...
@@ -4402,18 +4410,18 @@ dependencies = [
...
@@ -4402,18 +4410,18 @@ dependencies = [
[[package]]
[[package]]
name = "zstd"
name = "zstd"
version = "0.9.
1
+zstd.1.5.1"
version = "0.9.
2
+zstd.1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
538b8347df9257b7fbce37677ef7535c00a3c7bf1f81023cc328ed7fe4b41de8
"
checksum = "
2390ea1bf6c038c39674f22d95f0564725fc06034a47129179810b2fc58caa54
"
dependencies = [
dependencies = [
"zstd-safe",
"zstd-safe",
]
]
[[package]]
[[package]]
name = "zstd-safe"
name = "zstd-safe"
version = "4.1.
2
+zstd.1.5.1"
version = "4.1.
3
+zstd.1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
9fb4cfe2f6e6d35c5d27ecd9d256c4b6f7933c4895654917460ec56c29336cc1
"
checksum = "
e99d81b99fb3c2c2c794e3fe56c305c63d5173a16a46b5850b07c935ffc7db79
"
dependencies = [
dependencies = [
"libc",
"libc",
"zstd-sys",
"zstd-sys",
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment