diff --git a/Cargo.toml b/Cargo.toml index e93530c3e075a598be1ece4fd117f28101508834..790f4b339e6c2e94f2e805d400e61aed476129a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,4 +14,8 @@ futures = "0.3" serde = "1.0" serde_json = "1.0" tokio = "1.28" -reqwest = "0.11" \ No newline at end of file +reqwest = "0.11" +regex = "1.8" +lazy_static = "1.4" +multiaddr = "0.17" +url = "2.3" \ No newline at end of file diff --git a/crates/configuration/Cargo.toml b/crates/configuration/Cargo.toml index 229eef2250df4bdadfcb117bfb7ead8438400705..75935b2f20b6dc908687f5db2957fb0f8332cbe6 100644 --- a/crates/configuration/Cargo.toml +++ b/crates/configuration/Cargo.toml @@ -4,8 +4,8 @@ version = "0.1.0" edition = "2021" [dependencies] -regex = "1.8" -lazy_static = "1.4" -multiaddr = "0.17" -url = "2.3" -thiserror = "1.0" +regex = { workspace = true } +lazy_static = { workspace = true } +multiaddr = { workspace = true } +url = { workspace = true } +thiserror = { workspace = true }