diff --git a/Cargo.toml b/Cargo.toml index 28f7f6c319..85e43d76e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -266,6 +266,7 @@ futures = "0.3.31" futures-util = "0.3" generic-array = "0.14.7" getrandom = "0.2.10" +glob = "0.3" handlebars = "3.5.5" hex = "0.4.3" hickory-resolver = "0.25" diff --git a/nym-data-observatory/Cargo.toml b/nym-data-observatory/Cargo.toml index 0de46b9e4a..8ecbe74e0a 100644 --- a/nym-data-observatory/Cargo.toml +++ b/nym-data-observatory/Cargo.toml @@ -46,6 +46,6 @@ utoipauto = { workspace = true } [build-dependencies] anyhow = { workspace = true } -glob = "0.3.3" +glob = { workspace = true } tokio = { workspace = true, features = ["macros", "rt-multi-thread"] } sqlx = { workspace = true, features = ["runtime-tokio-rustls", "postgres"] } \ No newline at end of file