diff --git a/Cargo.toml b/Cargo.toml index 0170dbb..0c3d14c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,5 +13,5 @@ tracing = "0.1.40" tracing-appender = "0.2.3" tracing-log = "0.2.0" tracing-subscriber = {version="0.3.18", features=["env-filter", "json", "registry", "smallvec"]} -uuid = {version="1.4.1", features = ["v4"]} +uuid = {version="1.7.0", features = ["v4"]} yansi = "0.5.1"