commit | 4ac89368c4d8b178d7edddbb2b0c56eeed42e020 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Mar 10 19:31:56 2025 |
committer | GitHub <noreply@github.com> | Mon Mar 10 19:31:56 2025 |
tree | 0e5a960150cc2b08af1371cc5703fc519b1aca68 | |
parent | 604a564884b72197fa7d70282092ddfded65f1ef [diff] |
Bump lazy_static from 1.4.0 to 1.5.0 Bumps [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/rust-lang-nursery/lazy-static.rs/releases) - [Commits](https://github.com/rust-lang-nursery/lazy-static.rs/compare/1.4.0...1.5.0) --- updated-dependencies: - dependency-name: lazy_static dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/Cargo.lock b/Cargo.lock index cb4213b..c63dc4d 100644 --- a/Cargo.lock +++ b/Cargo.lock
@@ -169,9 +169,9 @@ [[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/codespan-reporting/Cargo.toml b/codespan-reporting/Cargo.toml index d985201..f8b9a5c 100644 --- a/codespan-reporting/Cargo.toml +++ b/codespan-reporting/Cargo.toml
@@ -21,7 +21,7 @@ pico-args = "0.5.0" anyhow = "1" insta = "1.6.3" -lazy_static = "1.4" +lazy_static = "1.5" peg = "0.7" rustyline = "6" unindent = "0.1"