chore: bump num_cpus from 1.13.0 to 1.13.1 (#22044)
* chore: bump num_cpus from 1.13.0 to 1.13.1 Bumps [num_cpus](https://github.com/seanmonstar/num_cpus) from 1.13.0 to 1.13.1. - [Release notes](https://github.com/seanmonstar/num_cpus/releases) - [Changelog](https://github.com/seanmonstar/num_cpus/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/num_cpus/compare/v1.13.0...v1.13.1) --- updated-dependencies: - dependency-name: num_cpus dependency-type: direct:production update-type: version-update:semver-patch ... 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 <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
		
							
								
								
									
										4
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							@@ -2773,9 +2773,9 @@ dependencies = [
 | 
			
		||||
 | 
			
		||||
[[package]]
 | 
			
		||||
name = "num_cpus"
 | 
			
		||||
version = "1.13.0"
 | 
			
		||||
version = "1.13.1"
 | 
			
		||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
			
		||||
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
 | 
			
		||||
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
 | 
			
		||||
dependencies = [
 | 
			
		||||
 "hermit-abi",
 | 
			
		||||
 "libc",
 | 
			
		||||
 
 | 
			
		||||
@@ -46,7 +46,7 @@ solana-vote-program = { path = "../programs/vote", version = "=1.10.0" }
 | 
			
		||||
thiserror = "1.0"
 | 
			
		||||
 | 
			
		||||
[dev-dependencies]
 | 
			
		||||
num_cpus = "1.13.0"
 | 
			
		||||
num_cpus = "1.13.1"
 | 
			
		||||
serial_test = "0.5.1"
 | 
			
		||||
 | 
			
		||||
[build-dependencies]
 | 
			
		||||
 
 | 
			
		||||
@@ -13,7 +13,7 @@ edition = "2021"
 | 
			
		||||
bs58 = "0.4.0"
 | 
			
		||||
clap = "2.33"
 | 
			
		||||
dirs-next = "2.0.0"
 | 
			
		||||
num_cpus = "1.13.0"
 | 
			
		||||
num_cpus = "1.13.1"
 | 
			
		||||
solana-clap-utils = { path = "../clap-utils", version = "=1.10.0" }
 | 
			
		||||
solana-cli-config = { path = "../cli-config", version = "=1.10.0" }
 | 
			
		||||
solana-remote-wallet = { path = "../remote-wallet", version = "=1.10.0" }
 | 
			
		||||
 
 | 
			
		||||
@@ -23,7 +23,7 @@ libc = "0.2.112"
 | 
			
		||||
log = { version = "0.4.14" }
 | 
			
		||||
num-derive = "0.3"
 | 
			
		||||
num-traits = "0.2"
 | 
			
		||||
num_cpus = "1.13.0"
 | 
			
		||||
num_cpus = "1.13.1"
 | 
			
		||||
prost = "0.9.0"
 | 
			
		||||
rand = "0.7.0"
 | 
			
		||||
rand_chacha = "0.2.2"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										4
									
								
								programs/bpf/Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								programs/bpf/Cargo.lock
									
									
									
										generated
									
									
									
								
							@@ -1734,9 +1734,9 @@ dependencies = [
 | 
			
		||||
 | 
			
		||||
[[package]]
 | 
			
		||||
name = "num_cpus"
 | 
			
		||||
version = "1.13.0"
 | 
			
		||||
version = "1.13.1"
 | 
			
		||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
			
		||||
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
 | 
			
		||||
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
 | 
			
		||||
dependencies = [
 | 
			
		||||
 "hermit-abi",
 | 
			
		||||
 "libc",
 | 
			
		||||
 
 | 
			
		||||
@@ -11,7 +11,7 @@ license = "Apache-2.0"
 | 
			
		||||
edition = "2021"
 | 
			
		||||
 | 
			
		||||
[dependencies]
 | 
			
		||||
num_cpus = "1.13.0"
 | 
			
		||||
num_cpus = "1.13.1"
 | 
			
		||||
lazy_static = "1.4.0"
 | 
			
		||||
 | 
			
		||||
[package.metadata.docs.rs]
 | 
			
		||||
 
 | 
			
		||||
@@ -25,7 +25,7 @@ itertools = "0.10.3"
 | 
			
		||||
lazy_static = "1.4.0"
 | 
			
		||||
log = "0.4.14"
 | 
			
		||||
memmap2 = "0.5.0"
 | 
			
		||||
num_cpus = "1.13.0"
 | 
			
		||||
num_cpus = "1.13.1"
 | 
			
		||||
num-derive = { version = "0.3" }
 | 
			
		||||
num-traits = { version = "0.2" }
 | 
			
		||||
ouroboros = "0.13.0"
 | 
			
		||||
 
 | 
			
		||||
@@ -23,7 +23,7 @@ jsonrpc-derive = "18.0.0"
 | 
			
		||||
jsonrpc-ipc-server = "18.0.0"
 | 
			
		||||
jsonrpc-server-utils= "18.0.0"
 | 
			
		||||
log = "0.4.14"
 | 
			
		||||
num_cpus = "1.13.0"
 | 
			
		||||
num_cpus = "1.13.1"
 | 
			
		||||
rand = "0.7.0"
 | 
			
		||||
solana-clap-utils = { path = "../clap-utils", version = "=1.10.0" }
 | 
			
		||||
solana-cli-config = { path = "../cli-config", version = "=1.10.0" }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user