diff --git a/Cargo.toml b/Cargo.toml index e08ec590..b93979c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,6 +38,6 @@ string_cache_codegen = "0.6.1" criterion = "0.8" env_logger = "0.11" libtest-mimic = "0.8.1" -rand = "0.9" +rand = "0.10" serde_json = "1.0" typed-arena = "2.0.2"