diff options
Diffstat (limited to 'style/Cargo.toml')
-rw-r--r-- | style/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/style/Cargo.toml b/style/Cargo.toml index cf9d328b..4a482a4f 100644 --- a/style/Cargo.toml +++ b/style/Cargo.toml @@ -18,5 +18,5 @@ features = ["palette"] [dependencies.palette] version = "0.6" -[dependencies.lazy_static] -version = "1.4" +[dependencies.once_cell] +version = "1.15" |