diff --git a/Cargo.lock b/Cargo.lock index 06a83617..3d4471b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -388,9 +388,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" @@ -696,7 +696,6 @@ dependencies = [ "log", "nohash", "num_cpus", - "once_cell", "rayon", "regex", "shlex", diff --git a/Cargo.toml b/Cargo.toml index 053c4f3b..9cba8315 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,6 @@ path = "src/bin/main.rs" [dependencies] num_cpus = { version = "1.16.0", default-features = false } -once_cell = { version = "1.19.0", default-features = false } nohash = { version = "0.2.0", default-features = false } ahash = { version = "0.8.11", default-features = false } hashbrown = { version = "0.14.5", default-features = false } diff --git a/third_party/LICENSES_THIRD_PARTY.html b/third_party/LICENSES_THIRD_PARTY.html index 354c81d3..a3e3d724 100644 --- a/third_party/LICENSES_THIRD_PARTY.html +++ b/third_party/LICENSES_THIRD_PARTY.html @@ -1503,7 +1503,7 @@

Used by:

  • hashbrown 0.12.3
  • hashbrown 0.14.5
  • indexmap 1.9.1
  • -
  • lazy_static 1.4.0
  • +
  • LazyLock_static 1.4.0
  • linux-raw-sys 0.4.13
  • log 0.4.22
  • num_cpus 1.16.0