diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ required-features = ["async", "factory"] syrette_macros = { path = "./macros", version = "0.5.1" } linkme = "0.3.0" once_cell = "1.4" -ahash = "0.7.6" +ahash = "0.8.11" thiserror = "1.0.32" strum = "0.24.1" strum_macros = "0.24.3" |