diff --git a/common_lib/Cargo.toml b/common_lib/Cargo.toml index 4d48bf4734..44af583065 100644 --- a/common_lib/Cargo.toml +++ b/common_lib/Cargo.toml @@ -12,7 +12,7 @@ async-trait = "0.1.74" # TODO: stop using error from lambda_runtime lambda_runtime = "1.0.1" tokio = { version = "1", features = ["full"] } -rand = "0.9.0" +rand = "0.10.0" regex = "1.10.2" chrono = "0.4.31"