Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot]
46ce4ca4cc Bump lazy_static from 1.4.0 to 1.5.0 in /ql
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>
2024-06-24 03:47:07 +00:00
2 changed files with 1 additions and 1 deletions

BIN
ql/Cargo.lock generated

Binary file not shown.

View File

@@ -6,7 +6,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
lazy_static = "1.4.0"
lazy_static = "1.5.0"
chrono = "0.4.37"
rayon = "1.9.0"
regex = "1.10.4"