rusty-diceware

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit da89420bc928d78d4a5122e3f8d75e6922ae63d6
parent 2f865a5fe8ccf59475d5095279da18c1c37dc066
Author: Yuval Langer <yuvallangerontheroad@gmail.com>
Date:   Thu, 13 Oct 2022 17:48:41 +0300

Update Cargo.lock

Diffstat:
MCargo.lock | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock @@ -43,9 +43,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.133" +version = "0.2.135" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0f80d65747a3e43d1596c7c5492d95d5edddaabd45a7fcdb02b95f644164966" +checksum = "68783febc7782c6c5cb401fbda4de5a9898be1762314da0bb2c10ced61f18b0c" [[package]] name = "ppv-lite86"