parent
b0e5db80c3
commit
46628f2a95
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -5093,9 +5093,9 @@ checksum = "27207bb65232eda1f588cf46db2fee75c0808d557f6b3cf19a75f5d6d7c94df1"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "socket2"
|
name = "socket2"
|
||||||
version = "0.5.8"
|
version = "0.5.9"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
|
checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"libc",
|
"libc",
|
||||||
"windows-sys 0.52.0",
|
"windows-sys 0.52.0",
|
||||||
|
@ -16133,9 +16133,9 @@ rec {
|
|||||||
};
|
};
|
||||||
"socket2" = rec {
|
"socket2" = rec {
|
||||||
crateName = "socket2";
|
crateName = "socket2";
|
||||||
version = "0.5.8";
|
version = "0.5.9";
|
||||||
edition = "2021";
|
edition = "2021";
|
||||||
sha256 = "1s7vjmb5gzp3iaqi94rh9r63k9cj00kjgbfn7gn60kmnk6fjcw69";
|
sha256 = "1vzds1wwwi0a51fn10r98j7cx3ir4shvhykpbk7md2h5h1ydapsg";
|
||||||
authors = [
|
authors = [
|
||||||
"Alex Crichton <alex@alexcrichton.com>"
|
"Alex Crichton <alex@alexcrichton.com>"
|
||||||
"Thomas de Zeeuw <thomasdezeeuw@gmail.com>"
|
"Thomas de Zeeuw <thomasdezeeuw@gmail.com>"
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
{
|
|
||||||
"git+https://github.com/yewstack/yew/#yew-macro@0.21.0": "1g47mpyzd2mib73cjrbmcivrp7kr16f6hbrmpaap56kbc518khwf",
|
|
||||||
"git+https://github.com/yewstack/yew/#yew@0.21.0": "1g47mpyzd2mib73cjrbmcivrp7kr16f6hbrmpaap56kbc518khwf"
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user