chore: bump pbkdf2 from 0.8.0 to 0.9.0 (#19492)
* chore: bump pbkdf2 from 0.8.0 to 0.9.0 Bumps [pbkdf2](https://github.com/RustCrypto/password-hashes) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/RustCrypto/password-hashes/releases) - [Commits](https://github.com/RustCrypto/password-hashes/commits) --- updated-dependencies: - dependency-name: pbkdf2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * [auto-commit] Update all Cargo lock files Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite <anatoly+githubjenkins@solana.io>
This commit is contained in:
		
							
								
								
									
										6
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										6
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							@@ -3074,9 +3074,9 @@ dependencies = [
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "pbkdf2"
 | 
					name = "pbkdf2"
 | 
				
			||||||
version = "0.8.0"
 | 
					version = "0.9.0"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"
 | 
					checksum = "f05894bce6a1ba4be299d0c5f29563e08af2bc18bb7d48313113bed71e904739"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "crypto-mac 0.11.0",
 | 
					 "crypto-mac 0.11.0",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
@@ -5689,7 +5689,7 @@ dependencies = [
 | 
				
			|||||||
 "memmap2 0.3.1",
 | 
					 "memmap2 0.3.1",
 | 
				
			||||||
 "num-derive",
 | 
					 "num-derive",
 | 
				
			||||||
 "num-traits",
 | 
					 "num-traits",
 | 
				
			||||||
 "pbkdf2 0.8.0",
 | 
					 "pbkdf2 0.9.0",
 | 
				
			||||||
 "qstring",
 | 
					 "qstring",
 | 
				
			||||||
 "rand 0.7.3",
 | 
					 "rand 0.7.3",
 | 
				
			||||||
 "rand_chacha 0.2.2",
 | 
					 "rand_chacha 0.2.2",
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										6
									
								
								programs/bpf/Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										6
									
								
								programs/bpf/Cargo.lock
									
									
									
										generated
									
									
									
								
							@@ -1716,9 +1716,9 @@ dependencies = [
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "pbkdf2"
 | 
					name = "pbkdf2"
 | 
				
			||||||
version = "0.8.0"
 | 
					version = "0.9.0"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"
 | 
					checksum = "f05894bce6a1ba4be299d0c5f29563e08af2bc18bb7d48313113bed71e904739"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "crypto-mac 0.11.0",
 | 
					 "crypto-mac 0.11.0",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
@@ -3244,7 +3244,7 @@ dependencies = [
 | 
				
			|||||||
 "memmap2 0.3.1",
 | 
					 "memmap2 0.3.1",
 | 
				
			||||||
 "num-derive",
 | 
					 "num-derive",
 | 
				
			||||||
 "num-traits",
 | 
					 "num-traits",
 | 
				
			||||||
 "pbkdf2 0.8.0",
 | 
					 "pbkdf2 0.9.0",
 | 
				
			||||||
 "qstring",
 | 
					 "qstring",
 | 
				
			||||||
 "rand 0.7.3",
 | 
					 "rand 0.7.3",
 | 
				
			||||||
 "rand_chacha 0.2.2",
 | 
					 "rand_chacha 0.2.2",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -61,7 +61,7 @@ log = "0.4.14"
 | 
				
			|||||||
memmap2 = { version = "0.3.1", optional = true }
 | 
					memmap2 = { version = "0.3.1", optional = true }
 | 
				
			||||||
num-derive = "0.3"
 | 
					num-derive = "0.3"
 | 
				
			||||||
num-traits = "0.2"
 | 
					num-traits = "0.2"
 | 
				
			||||||
pbkdf2 = { version = "0.8.0", default-features = false }
 | 
					pbkdf2 = { version = "0.9.0", default-features = false }
 | 
				
			||||||
qstring = "0.7.2"
 | 
					qstring = "0.7.2"
 | 
				
			||||||
rand = { version = "0.7.0", optional = true }
 | 
					rand = { version = "0.7.0", optional = true }
 | 
				
			||||||
rand_chacha = { version = "0.2.2", optional = true }
 | 
					rand_chacha = { version = "0.2.2", optional = true }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user