aboutsummaryrefslogtreecommitdiffstats
path: root/components/remutex/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'components/remutex/Cargo.toml')
-rw-r--r--components/remutex/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/remutex/Cargo.toml b/components/remutex/Cargo.toml
index 94d3ebb4c38..612de162b26 100644
--- a/components/remutex/Cargo.toml
+++ b/components/remutex/Cargo.toml
@@ -13,5 +13,5 @@ test = false
doctest = false
[dependencies]
-lazy_static = "1"
-log = "0.4"
+lazy_static = { workspace = true }
+log = { workspace = true }