diff --git a/Cargo.lock b/Cargo.lock index 0d446b8..ce46e0a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1122,6 +1122,7 @@ dependencies = [ "libc", "open", "rand", + "regex", "reqwest", "rusqlite", "serde", diff --git a/Cargo.toml b/Cargo.toml index 3af10e0..aa3ea01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,6 +46,7 @@ sha2 = "0.10" flate2 = "1" chrono = { version = "0.4", features = ["serde"] } uuid = { version = "1", features = ["v4"] } +regex = "1" [target.'cfg(unix)'.dependencies] libc = "0.2"