From df2e85d8cbcc1229d62a2d6712f13f0abf26e992 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 08:19:53 +0000 Subject: [PATCH] build(deps): 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] --- Cargo.lock | 4 ++-- tools/connectivity-check/Cargo.toml | 2 +- tools/metrics/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 029ae4a..ca66854 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -978,9 +978,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 = "libbpf-cargo" diff --git a/tools/connectivity-check/Cargo.toml b/tools/connectivity-check/Cargo.toml index 12efe56..58dc0dc 100644 --- a/tools/connectivity-check/Cargo.toml +++ b/tools/connectivity-check/Cargo.toml @@ -11,7 +11,7 @@ shared = { path = "../../shared" } crossbeam = { version = "0.8.2", features = ["crossbeam-channel"] } rand = "0.8.5" prometheus = "0.13.3" -lazy_static = "1.4.0" +lazy_static = "1.5.0" csv = "1.2.1" serde = { version = "1.0", features = ["derive"] } diff --git a/tools/metrics/Cargo.toml b/tools/metrics/Cargo.toml index 9759fba..432c6c1 100644 --- a/tools/metrics/Cargo.toml +++ b/tools/metrics/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" shared = { path = "../../shared" } prometheus = "0.13.0" -lazy_static = "1.4.0" +lazy_static = "1.5.0" [features] # Treat warnings as a build error.