From 03b7fe5a277394adc79f4e11e58e3e191f34ac57 Mon Sep 17 00:00:00 2001 From: william Date: Sat, 9 Sep 2023 18:11:17 -0400 Subject: [PATCH] Update dependencies versions --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e96a658..0ad3509 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] -name = "uuid" -version = "0.1.0" +name = "f-uuid" +version = "0.1.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -getrandom = "0.2.10" -serde = "1.0.188" +getrandom = "0.2" +serde = "1.0"