chore: bump cargo_metadata from 0.14.0 to 0.14.1 (#21042)
Bumps [cargo_metadata](https://github.com/oli-obk/cargo_metadata) from 0.14.0 to 0.14.1. - [Release notes](https://github.com/oli-obk/cargo_metadata/releases) - [Commits](https://github.com/oli-obk/cargo_metadata/compare/v0.14.0...0.14.1) --- updated-dependencies: - dependency-name: cargo_metadata 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:
		
							
								
								
									
										4
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							@@ -597,9 +597,9 @@ dependencies = [
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "cargo_metadata"
 | 
					name = "cargo_metadata"
 | 
				
			||||||
version = "0.14.0"
 | 
					version = "0.14.1"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "c297bd3135f558552f99a0daa180876984ea2c4ffa7470314540dff8c654109a"
 | 
					checksum = "ba2ae6de944143141f6155a473a6b02f66c7c3f9f47316f802f80204ebfe6e12"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "camino",
 | 
					 "camino",
 | 
				
			||||||
 "cargo-platform",
 | 
					 "cargo-platform",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -13,7 +13,7 @@ publish = false
 | 
				
			|||||||
bzip2 = "0.4.3"
 | 
					bzip2 = "0.4.3"
 | 
				
			||||||
clap = "2.33.3"
 | 
					clap = "2.33.3"
 | 
				
			||||||
regex = "1.5.4"
 | 
					regex = "1.5.4"
 | 
				
			||||||
cargo_metadata = "0.14.0"
 | 
					cargo_metadata = "0.14.1"
 | 
				
			||||||
solana-sdk = { path = "..", version = "=1.9.0" }
 | 
					solana-sdk = { path = "..", version = "=1.9.0" }
 | 
				
			||||||
solana-download-utils = { path = "../../download-utils", version = "=1.9.0" }
 | 
					solana-download-utils = { path = "../../download-utils", version = "=1.9.0" }
 | 
				
			||||||
tar = "0.4.37"
 | 
					tar = "0.4.37"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -11,7 +11,7 @@ publish = false
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[dependencies]
 | 
					[dependencies]
 | 
				
			||||||
clap = "2.33.3"
 | 
					clap = "2.33.3"
 | 
				
			||||||
cargo_metadata = "0.14.0"
 | 
					cargo_metadata = "0.14.1"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[bin]]
 | 
					[[bin]]
 | 
				
			||||||
name = "cargo-test-bpf"
 | 
					name = "cargo-test-bpf"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user