diff --git a/database/Cargo.toml b/database/Cargo.toml index 34819b2..a2b7ef1 100644 --- a/database/Cargo.toml +++ b/database/Cargo.toml @@ -12,5 +12,5 @@ bincode = { version = "2.0.0-rc.1", features = ["serde"] } serde = { version = "1.0.144", features = ["derive"] } phf = { version = "0.11.1", features = ["macros"] } nanoid = "0.4.0" -dirs = "4.0.0" +dirs = "5.0.0" num-integer = "0.1.45" \ No newline at end of file diff --git a/tors-tui/Cargo.toml b/tors-tui/Cargo.toml index d36c539..6cc9306 100644 --- a/tors-tui/Cargo.toml +++ b/tors-tui/Cargo.toml @@ -16,5 +16,5 @@ bincode = { version = "2.0.0-rc.1", features = ["serde"] } nanoid = "0.4.0" chrono = {version = "0.4.22", features = ["serde"] } rayon = "1.5.3" -dirs = "4.0.0" +dirs = "5.0.0" tors-database = { path = "../database" } \ No newline at end of file