diff --git a/Cargo.lock b/Cargo.lock index 3a94d6378..5dd6e5647 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -145,9 +145,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 = "lazycell" diff --git a/Cargo.toml b/Cargo.toml index 3bf442428..8e1e41428 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,7 +79,7 @@ cc = { version = "1.0.94", features = ["parallel"] } # # Treat minor versions with a zero major version as compatible (cargo doesn't by default). hex = ">= 0.4.3" -lazy_static = "1.4.0" +lazy_static = "1.5.0" [[package.metadata.release.pre-release-replacements]] file = "CHANGELOG.md"