diff --git a/Cargo.lock b/Cargo.lock index 4c241a6..2f07e59 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -880,9 +880,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/petr-utils/Cargo.toml b/petr-utils/Cargo.toml index bf9fcc9..1fde956 100644 --- a/petr-utils/Cargo.toml +++ b/petr-utils/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -lazy_static = { version = "1.4.0", optional = true } +lazy_static = { version = "1.5.0", optional = true } miette = { version = "7.2.0", features = ["fancy"] } [features]