From 2bb0ceb15ad7d9a379924c5f8482ea12a5ff1d33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 21:46:23 +0000 Subject: [PATCH] chore(deps): bump once_cell from 1.20.2 to 1.20.3 Bumps [once_cell](https://github.com/matklad/once_cell) from 1.20.2 to 1.20.3. - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.20.2...v1.20.3) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 391d1b0..b317a15 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -818,9 +818,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.20.2" +version = "1.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" +checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e" [[package]] name = "openssl-probe" diff --git a/Cargo.toml b/Cargo.toml index 5cfaae4..4328737 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ delegate = "0.13.2" hyper-util = "0.1.10" kube = { version = "0.98.0" } k8s-openapi = { version = "0.24.0" } -once_cell = "1.20.2" +once_cell = "1.20.3" regex = { package = "regex-lite", version = "0.1.6" } schemars = "0.8.21" serde_json = "1.0.138"