From dd54058516b18fb1ee2c66c03b9d1a57b4e71399 Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Fri, 7 Jan 2022 05:09:08 +0900 Subject: [PATCH] Upgrade guid-create --- Cargo.lock | 19 +++---------------- Cargo.toml | 2 +- plume-models/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1103588c..d43e5c6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1533,15 +1533,15 @@ dependencies = [ [[package]] name = "guid-create" -version = "0.1.1" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcea207bf7a6092166ab590f98fe5dde5a7deed1f1920d98dcac31f80814c40d" +checksum = "31477e35c699193e6af9d34765c8ccaaf750a9695844cc6a7a380259452e308d" dependencies = [ "byteorder 1.4.3", "chomp", "guid", "guid-parser", - "rand 0.5.6", + "rand 0.8.4", "winapi 0.3.9", ] @@ -3368,19 +3368,6 @@ dependencies = [ "winapi 0.3.9", ] -[[package]] -name = "rand" -version = "0.5.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c618c47cd3ebd209790115ab837de41425723956ad3ce2e6a7f09890947cacb9" -dependencies = [ - "cloudabi", - "fuchsia-cprng", - "libc", - "rand_core 0.3.1", - "winapi 0.3.9", -] - [[package]] name = "rand" version = "0.6.5" diff --git a/Cargo.toml b/Cargo.toml index b06d1cac..53908e91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ dotenv = "0.15.0" gettext = { git = "https://github.com/Plume-org/gettext/", rev = "294c54d74c699fbc66502b480a37cc66c1daa7f3" } gettext-macros = { git = "https://github.com/Plume-org/gettext-macros/", rev = "a7c605f7edd6bfbfbfe7778026bfefd88d82db10" } gettext-utils = { git = "https://github.com/Plume-org/gettext-macros/", rev = "a7c605f7edd6bfbfbfe7778026bfefd88d82db10" } -guid-create = "0.1" +guid-create = "0.2" lettre_email = "0.9.2" num_cpus = "1.10" rocket = "0.4.6" diff --git a/plume-models/Cargo.toml b/plume-models/Cargo.toml index 42d78cd8..193d2b31 100644 --- a/plume-models/Cargo.toml +++ b/plume-models/Cargo.toml @@ -9,7 +9,7 @@ activitypub = "0.1.1" ammonia = "2.1.1" askama_escape = "0.1" bcrypt = "0.10.1" -guid-create = "0.1" +guid-create = "0.2" itertools = "0.8.0" lazy_static = "1.0" ldap3 = "0.7.1"