From 136adfbfe4770a476957cb041e85ecef8970eb1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 22:12:06 +0000 Subject: [PATCH] chore(deps): bump once_cell from 1.21.0 to 1.21.1 Bumps [once_cell](https://github.com/matklad/once_cell) from 1.21.0 to 1.21.1. - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.21.0...v1.21.1) --- 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 f56413b..e14d97c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -818,9 +818,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.21.0" +version = "1.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cde51589ab56b20a6f686b2c68f7a0bd6add753d697abf720d63f8db3ab7b1ad" +checksum = "d75b0bedcc4fe52caa0e03d9f1151a323e4aa5e2d78ba3580400cd3c9e2bc4bc" [[package]] name = "openssl-probe" diff --git a/Cargo.toml b/Cargo.toml index c6a3c1e..2c240d1 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.21.0" +once_cell = "1.21.1" regex = { package = "regex-lite", version = "0.1.6" } schemars = "0.8.22" serde_json = "1.0.140"