Skip to content

Commit d46ded8

Browse files
chore(deps): bump once_cell from 1.21.0 to 1.21.1 (#123)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Shane Utt <[email protected]>
1 parent 6422ed6 commit d46ded8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -818,9 +818,9 @@ dependencies = [
818818

819819
[[package]]
820820
name = "once_cell"
821-
version = "1.21.0"
821+
version = "1.21.1"
822822
source = "registry+https://github.com/rust-lang/crates.io-index"
823-
checksum = "cde51589ab56b20a6f686b2c68f7a0bd6add753d697abf720d63f8db3ab7b1ad"
823+
checksum = "d75b0bedcc4fe52caa0e03d9f1151a323e4aa5e2d78ba3580400cd3c9e2bc4bc"
824824

825825
[[package]]
826826
name = "openssl-probe"

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ delegate = "0.13.2"
1414
hyper-util = "0.1.10"
1515
kube = { version = "0.98.0" }
1616
k8s-openapi = { version = "0.24.0" }
17-
once_cell = "1.21.0"
17+
once_cell = "1.21.1"
1818
regex = { package = "regex-lite", version = "0.1.6" }
1919
schemars = "0.8.22"
2020
serde_json = "1.0.140"

0 commit comments

Comments
 (0)