Bump serde_yaml from 0.8.8 to 0.8.9 (#4127)
Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.8.8 to 0.8.9. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](https://github.com/dtolnay/serde-yaml/compare/0.8.8...0.8.9) Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
		
				
					committed by
					
						
						Michael Vines
					
				
			
			
				
	
			
			
			
						parent
						
							3ef961fe37
						
					
				
				
					commit
					6b3384c205
				
			
							
								
								
									
										6
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										6
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							@@ -2098,7 +2098,7 @@ dependencies = [
 | 
			
		||||
 | 
			
		||||
[[package]]
 | 
			
		||||
name = "serde_yaml"
 | 
			
		||||
version = "0.8.8"
 | 
			
		||||
version = "0.8.9"
 | 
			
		||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
			
		||||
dependencies = [
 | 
			
		||||
 "dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
@@ -2484,7 +2484,7 @@ dependencies = [
 | 
			
		||||
 "ring 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "serde_yaml 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "solana-client 0.15.0",
 | 
			
		||||
 "solana-config-api 0.15.0",
 | 
			
		||||
 "solana-logger 0.15.0",
 | 
			
		||||
@@ -3615,7 +3615,7 @@ dependencies = [
 | 
			
		||||
"checksum serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)" = "58fc82bec244f168b23d1963b45c8bf5726e9a15a9d146a067f9081aeed2de79"
 | 
			
		||||
"checksum serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)" = "5a23aa71d4a4d43fdbfaac00eff68ba8a06a51759a89ac3304323e800c4dd40d"
 | 
			
		||||
"checksum serde_urlencoded 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d48f9f99cd749a2de71d29da5f948de7f2764cc5a9d7f3c97e3514d4ee6eabf2"
 | 
			
		||||
"checksum serde_yaml 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0887a8e097a69559b56aa2526bf7aff7c3048cf627dff781f0b56a6001534593"
 | 
			
		||||
"checksum serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)" = "38b08a9a90e5260fe01c6480ec7c811606df6d3a660415808c3c3fa8ed95b582"
 | 
			
		||||
"checksum sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
 | 
			
		||||
"checksum sha2 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9eb6be24e4c23a84d7184280d2722f7f2731fcdd4a9d886efbfe4413e4847ea0"
 | 
			
		||||
"checksum sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b4d8bfd0e469f417657573d8451fb33d16cfe0989359b93baf3a1ffc639543d"
 | 
			
		||||
 
 | 
			
		||||
@@ -27,7 +27,7 @@ reqwest = "0.9.16"
 | 
			
		||||
ring = "0.13.2"
 | 
			
		||||
serde = "1.0.90"
 | 
			
		||||
serde_derive = "1.0.90"
 | 
			
		||||
serde_yaml = "0.8.8"
 | 
			
		||||
serde_yaml = "0.8.9"
 | 
			
		||||
solana-client = { path = "../client", version = "0.15.0"  }
 | 
			
		||||
solana-config-api = { path = "../programs/config_api", version = "0.15.0"  }
 | 
			
		||||
solana-logger = { path = "../logger", version = "0.15.0"  }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user