File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
kube-runtime/src/reflector Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ hyper-openssl = "0.10.2"
57
57
hyper-rustls = { version = " 0.27.1" , default-features = false }
58
58
hyper-socks2 = { version = " 0.9.0" , default-features = false }
59
59
hyper-timeout = " 0.5.1"
60
- hyper-util = " 0.1.9 "
60
+ hyper-util = " 0.1.11 "
61
61
json-patch = " 4"
62
62
jsonpath-rust = " 0.7.3"
63
63
k8s-openapi = { version = " 0.24.0" , default-features = false }
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ allow = [
36
36
exceptions = [
37
37
# Pulled in via hyper-rustls when using the webpki-roots feature,
38
38
# which is off by default.
39
- { allow = [" MPL- 2.0" ], name = " webpki-roots" },
39
+ { allow = [" CDLA-Permissive- 2.0" ], crate = " webpki-roots" },
40
40
]
41
41
42
42
[sources ]
Original file line number Diff line number Diff line change @@ -251,8 +251,7 @@ where
251
251
{
252
252
self . store
253
253
. read ( )
254
- . iter ( )
255
- . map ( |( _, k) | k)
254
+ . values ( )
256
255
. find ( |k| predicate ( k. as_ref ( ) ) )
257
256
. cloned ( )
258
257
}
You can’t perform that action at this time.
0 commit comments