diff --git a/ql/Cargo.lock b/ql/Cargo.lock index 211cfe14d7a..6ea3f99faf5 100644 Binary files a/ql/Cargo.lock and b/ql/Cargo.lock differ diff --git a/ql/buramu/Cargo.toml b/ql/buramu/Cargo.toml index 78a6b0f962f..d6cfae88bc9 100644 --- a/ql/buramu/Cargo.toml +++ b/ql/buramu/Cargo.toml @@ -7,6 +7,6 @@ edition = "2018" [dependencies] lazy_static = "1.4.0" -chrono = "0.4.33" +chrono = "0.4.34" rayon = "1.8.1" regex = "1.10.3"