From 46628f2a9586d483c21c11f10139207a06771d65 Mon Sep 17 00:00:00 2001 From: Savanni D'Gerinel <savanni@luminescent-dreams.com> Date: Mon, 31 Mar 2025 09:03:46 -0400 Subject: [PATCH] Remove crate-hashes.json and update nix cache files --- Cargo.lock | 4 ++-- Cargo.nix | 4 ++-- crate-hashes.json | 4 ---- 3 files changed, 4 insertions(+), 8 deletions(-) delete mode 100644 crate-hashes.json diff --git a/Cargo.lock b/Cargo.lock index 0a432d2..1765d7b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5093,9 +5093,9 @@ checksum = "27207bb65232eda1f588cf46db2fee75c0808d557f6b3cf19a75f5d6d7c94df1" [[package]] name = "socket2" -version = "0.5.8" +version = "0.5.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8" +checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef" dependencies = [ "libc", "windows-sys 0.52.0", diff --git a/Cargo.nix b/Cargo.nix index dbc3427..f3f0ef5 100644 --- a/Cargo.nix +++ b/Cargo.nix @@ -16133,9 +16133,9 @@ rec { }; "socket2" = rec { crateName = "socket2"; - version = "0.5.8"; + version = "0.5.9"; edition = "2021"; - sha256 = "1s7vjmb5gzp3iaqi94rh9r63k9cj00kjgbfn7gn60kmnk6fjcw69"; + sha256 = "1vzds1wwwi0a51fn10r98j7cx3ir4shvhykpbk7md2h5h1ydapsg"; authors = [ "Alex Crichton <alex@alexcrichton.com>" "Thomas de Zeeuw <thomasdezeeuw@gmail.com>" diff --git a/crate-hashes.json b/crate-hashes.json deleted file mode 100644 index 642fd21..0000000 --- a/crate-hashes.json +++ /dev/null @@ -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" -} \ No newline at end of file