aboutsummaryrefslogtreecommitdiffstats
path: root/components/atoms
diff options
context:
space:
mode:
Diffstat (limited to 'components/atoms')
-rw-r--r--components/atoms/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/atoms/Cargo.toml b/components/atoms/Cargo.toml
index aa232e86e5a..d48dbf0a350 100644
--- a/components/atoms/Cargo.toml
+++ b/components/atoms/Cargo.toml
@@ -11,7 +11,7 @@ build = "build.rs"
path = "lib.rs"
[dependencies]
-string_cache = "0.8"
+string_cache = { workspace = true }
[build-dependencies]
-string_cache_codegen = "0.5"
+string_cache_codegen = { workspace = true }