diff --git a/Cargo.lock b/Cargo.lock index 7974e08..b848caa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2339,9 +2339,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "uuid" -version = "1.3.4" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fa2982af2eec27de306107c027578ff7f423d65f7250e40ce0fea8f45248b81" +checksum = "d023da39d1fde5a8a3fe1f3e01ca9632ada0a63e9797de55a879d6e2236277be" dependencies = [ "getrandom", "rand", diff --git a/Cargo.toml b/Cargo.toml index dd2dc43..da7294a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ byte-unit = "4.0.18" serde_with = "3.0.0" log4rs = "1.2.0" async-std = { version = "1.10.0", features = ["attributes"] } -uuid = { version = "1.3.4", features = ["v4", "fast-rng"] } +uuid = { version = "1.4.0", features = ["v4", "fast-rng"] } async-trait = "0.1.68" cfg-if = "1.0.0" thiserror = "1.0"