diff --git a/Cargo.toml b/Cargo.toml index 4df606b..8a85aa2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ borsh = { version = "1.7.0", optional = true } lto = true [dev-dependencies] -criterion = { version = "0.5.1", features = ["html_reports"] } +criterion = { version = "0.8.2", features = ["html_reports"] } uuid = { version = "1.23.3", features = ["v4", "v7"] } ulid = "1.2.1" rs-snowflake = "0.6.0"