diff --git a/Cargo.lock b/Cargo.lock index 26f3f9e..19f9f75 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -521,9 +521,9 @@ dependencies = [ [[package]] name = "lazy_static" -version = "1.4.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" +checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "libc" diff --git a/Cargo.toml b/Cargo.toml index a37ea9f..eb6f7c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ human-panic = "2.0.0" itertools = "0.13.0" log = "0.4.21" tikv-jemallocator-global = "0.5.0" -lazy_static = "1.4.0" +lazy_static = "1.5.0" phf = { version = "0.11.2", features = ["macros"] } rayon = "1.10.0" serde = { version = "1.0.203", features = ["derive"] }