diff --git a/Cargo.lock b/Cargo.lock index 449893c6..a9f01c09 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -803,9 +803,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 17ad829c..50ad354d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ humansize = "2.1.3" criterion = { version = "0.5.1", features = ["async_tokio", "html_reports"] } hyper = { version = "0.14.27", features = ["client"] } tokio = { version = "1.29.1", features = ["full"] } -lazy_static = "1.4.0" +lazy_static = "1.5.0" [profile.release] debug = 1