diff --git a/Cargo.toml b/Cargo.toml index 33aa68b6..f4b1b18a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ io-uring = { version = "0.7", optional = true } [dev-dependencies] criterion = { version = "0.8.0", features = ["html_reports"] } fs_extra = "1.3.0" -nanoid = "0.4.0" +nanoid = "0.5.0" proptest = "1" rand = "0.9.2" strum = { version = "0.27.2", features = ["derive"] }