diff --git a/Cargo.lock b/Cargo.lock index fa8be65..a87a7e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -392,9 +392,9 @@ checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" [[package]] name = "uuid" -version = "0.8.2" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" +checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a" dependencies = [ "getrandom", ] diff --git a/Cargo.toml b/Cargo.toml index 642e768..23386f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ exclude = ["assets/*", ".github", "Makefile.toml", "CONTRIBUTING.md", "*.log", " tui = { package = "ratatui", version = "0.23", default-features = false, features = ['termion'] } termion = "1.5" rand = "0.8" -uuid = { version = "0.8", features = ["v4"]} +uuid = { version = "1.11", features = ["v4"]} structopt = { version = "0.3", default-features = false } [[bin]]