mirror of https://github.com/linkerd/linkerd2.git
				
				
				
			build(deps): bump kubert from 0.21.1 to 0.21.2 (#12526)
Bumps [kubert](https://github.com/olix0r/kubert) from 0.21.1 to 0.21.2. - [Release notes](https://github.com/olix0r/kubert/releases) - [Commits](https://github.com/olix0r/kubert/compare/kubert/v0.21.1...kubert/v0.21.2) --- updated-dependencies: - dependency-name: kubert dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									d6580ec142
								
							
						
					
					
						commit
						baa75ffe79
					
				|  | @ -1078,9 +1078,9 @@ dependencies = [ | ||||||
| 
 | 
 | ||||||
| [[package]] | [[package]] | ||||||
| name = "kubert" | name = "kubert" | ||||||
| version = "0.21.1" | version = "0.21.2" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| checksum = "a4c7e2b9edcf6c5848ce9819712d927a5c8fbd63d548f817ca64022444e7cdd1" | checksum = "023388cc940f58816aa0d758a3fd4c4b837474ccd356803b7ac738b8a2f26a66" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "ahash", |  "ahash", | ||||||
|  "backoff", |  "backoff", | ||||||
|  |  | ||||||
|  | @ -47,7 +47,7 @@ default-features = false | ||||||
| features = ["admission", "derive"] | features = ["admission", "derive"] | ||||||
| 
 | 
 | ||||||
| [dependencies.kubert] | [dependencies.kubert] | ||||||
| version = "0.21.1" | version = "0.21.2" | ||||||
| default-features = false | default-features = false | ||||||
| features = [ | features = [ | ||||||
|     "clap", |     "clap", | ||||||
|  |  | ||||||
|  | @ -16,7 +16,7 @@ kube = { version = "0.87.1", default-features = false, features = [ | ||||||
|     "derive", |     "derive", | ||||||
|     "runtime", |     "runtime", | ||||||
| ] } | ] } | ||||||
| kubert = { version = "0.21.1", default-features = false, features = ["index"] } | kubert = { version = "0.21.2", default-features = false, features = ["index"] } | ||||||
| linkerd-policy-controller-core = { path = "../../core" } | linkerd-policy-controller-core = { path = "../../core" } | ||||||
| linkerd-policy-controller-k8s-api = { path = "../api" } | linkerd-policy-controller-k8s-api = { path = "../api" } | ||||||
| parking_lot = "0.12" | parking_lot = "0.12" | ||||||
|  |  | ||||||
|  | @ -11,7 +11,7 @@ anyhow = "1" | ||||||
| # Fix for https://github.com/chronotope/chrono/issues/602 | # Fix for https://github.com/chronotope/chrono/issues/602 | ||||||
| chrono = { version = "0.4.38", default-features = false, features = ["clock"] } | chrono = { version = "0.4.38", default-features = false, features = ["clock"] } | ||||||
| k8s-gateway-api = "0.15" | k8s-gateway-api = "0.15" | ||||||
| kubert = { version = "0.21.1", default-features = false, features = [ | kubert = { version = "0.21.2", default-features = false, features = [ | ||||||
|     "index", |     "index", | ||||||
|     "lease", |     "lease", | ||||||
| ] } | ] } | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue