chore: bump libc from 0.2.96 to 0.2.97 (#18060)
* chore: bump libc from 0.2.96 to 0.2.97 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.96 to 0.2.97. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.96...0.2.97) --- updated-dependencies: - dependency-name: libc 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
									
									
									
								
							@@ -2280,9 +2280,9 @@ dependencies = [
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "libc"
 | 
					name = "libc"
 | 
				
			||||||
version = "0.2.96"
 | 
					version = "0.2.97"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "5600b4e6efc5421841a2138a6b082e07fe12f9aaa12783d50e5d13325b26b4fc"
 | 
					checksum = "12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "libloading"
 | 
					name = "libloading"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -28,7 +28,7 @@ fs_extra = "1.2.0"
 | 
				
			|||||||
flate2 = "1.0"
 | 
					flate2 = "1.0"
 | 
				
			||||||
indexmap = { version = "1.6", features = ["rayon"] }
 | 
					indexmap = { version = "1.6", features = ["rayon"] }
 | 
				
			||||||
itertools = "0.10.1"
 | 
					itertools = "0.10.1"
 | 
				
			||||||
libc = "0.2.81"
 | 
					libc = "0.2.97"
 | 
				
			||||||
log = "0.4.11"
 | 
					log = "0.4.11"
 | 
				
			||||||
lru = "0.6.1"
 | 
					lru = "0.6.1"
 | 
				
			||||||
miow = "0.3.6"
 | 
					miow = "0.3.6"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -23,7 +23,7 @@ futures = "0.3.15"
 | 
				
			|||||||
futures-util = "0.3.5"
 | 
					futures-util = "0.3.5"
 | 
				
			||||||
itertools = "0.10.1"
 | 
					itertools = "0.10.1"
 | 
				
			||||||
lazy_static = "1.4.0"
 | 
					lazy_static = "1.4.0"
 | 
				
			||||||
libc = "0.2.81"
 | 
					libc = "0.2.97"
 | 
				
			||||||
log = { version = "0.4.11" }
 | 
					log = { version = "0.4.11" }
 | 
				
			||||||
num_cpus = "1.13.0"
 | 
					num_cpus = "1.13.0"
 | 
				
			||||||
prost = "0.7.0"
 | 
					prost = "0.7.0"
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										4
									
								
								programs/bpf/Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								programs/bpf/Cargo.lock
									
									
									
										generated
									
									
									
								
							@@ -1507,9 +1507,9 @@ dependencies = [
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "libc"
 | 
					name = "libc"
 | 
				
			||||||
version = "0.2.96"
 | 
					version = "0.2.97"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "5600b4e6efc5421841a2138a6b082e07fe12f9aaa12783d50e5d13325b26b4fc"
 | 
					checksum = "12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "libloading"
 | 
					name = "libloading"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -21,7 +21,7 @@ jsonrpc-derive = "17.1.0"
 | 
				
			|||||||
jsonrpc-http-server = "17.1.0"
 | 
					jsonrpc-http-server = "17.1.0"
 | 
				
			||||||
jsonrpc-pubsub = "17.1.0"
 | 
					jsonrpc-pubsub = "17.1.0"
 | 
				
			||||||
jsonrpc-ws-server = "17.1.0"
 | 
					jsonrpc-ws-server = "17.1.0"
 | 
				
			||||||
libc = "0.2.81"
 | 
					libc = "0.2.97"
 | 
				
			||||||
log = "0.4.11"
 | 
					log = "0.4.11"
 | 
				
			||||||
regex = "1.5.4"
 | 
					regex = "1.5.4"
 | 
				
			||||||
serde = "1.0.122"
 | 
					serde = "1.0.122"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -23,7 +23,7 @@ flate2 = "1.0.20"
 | 
				
			|||||||
fnv = "1.0.7"
 | 
					fnv = "1.0.7"
 | 
				
			||||||
itertools = "0.10.1"
 | 
					itertools = "0.10.1"
 | 
				
			||||||
lazy_static = "1.4.0"
 | 
					lazy_static = "1.4.0"
 | 
				
			||||||
libc = "0.2.81"
 | 
					libc = "0.2.97"
 | 
				
			||||||
libloading = "0.7.0"
 | 
					libloading = "0.7.0"
 | 
				
			||||||
log = "0.4.11"
 | 
					log = "0.4.11"
 | 
				
			||||||
memmap2 = "0.2.3"
 | 
					memmap2 = "0.2.3"
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										4
									
								
								storage-bigtable/build-proto/Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								storage-bigtable/build-proto/Cargo.lock
									
									
									
										generated
									
									
									
								
							@@ -95,9 +95,9 @@ dependencies = [
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "libc"
 | 
					name = "libc"
 | 
				
			||||||
version = "0.2.81"
 | 
					version = "0.2.97"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb"
 | 
					checksum = "12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "log"
 | 
					name = "log"
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										4
									
								
								storage-proto/build-proto/Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								storage-proto/build-proto/Cargo.lock
									
									
									
										generated
									
									
									
								
							@@ -95,9 +95,9 @@ dependencies = [
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "libc"
 | 
					name = "libc"
 | 
				
			||||||
version = "0.2.81"
 | 
					version = "0.2.97"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb"
 | 
					checksum = "12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "log"
 | 
					name = "log"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -16,7 +16,7 @@ solana-sdk = { path = "../sdk", version = "=1.8.0" }
 | 
				
			|||||||
thiserror = "1.0"
 | 
					thiserror = "1.0"
 | 
				
			||||||
solana-measure = { path = "../measure", version = "=1.8.0" }
 | 
					solana-measure = { path = "../measure", version = "=1.8.0" }
 | 
				
			||||||
solana-logger = { path = "../logger", version = "=1.8.0" }
 | 
					solana-logger = { path = "../logger", version = "=1.8.0" }
 | 
				
			||||||
libc = "0.2.81"
 | 
					libc = "0.2.97"
 | 
				
			||||||
nix = "0.20.0"
 | 
					nix = "0.20.0"
 | 
				
			||||||
solana-perf = { path = "../perf", version = "=1.8.0" }
 | 
					solana-perf = { path = "../perf", version = "=1.8.0" }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -13,7 +13,7 @@ publish = true
 | 
				
			|||||||
[dependencies]
 | 
					[dependencies]
 | 
				
			||||||
clap = "2.33.1"
 | 
					clap = "2.33.1"
 | 
				
			||||||
log = "0.4.11"
 | 
					log = "0.4.11"
 | 
				
			||||||
libc = "0.2.81"
 | 
					libc = "0.2.97"
 | 
				
			||||||
solana-clap-utils = { path = "../clap-utils", version = "=1.8.0" }
 | 
					solana-clap-utils = { path = "../clap-utils", version = "=1.8.0" }
 | 
				
			||||||
solana-logger = { path = "../logger", version = "=1.8.0" }
 | 
					solana-logger = { path = "../logger", version = "=1.8.0" }
 | 
				
			||||||
solana-version = { path = "../version", version = "=1.8.0" }
 | 
					solana-version = { path = "../version", version = "=1.8.0" }
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -50,7 +50,7 @@ solana-vote-program = { path = "../programs/vote", version = "=1.8.0" }
 | 
				
			|||||||
symlink = "0.1.0"
 | 
					symlink = "0.1.0"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[target."cfg(unix)".dependencies]
 | 
					[target."cfg(unix)".dependencies]
 | 
				
			||||||
libc = "0.2.81"
 | 
					libc = "0.2.97"
 | 
				
			||||||
signal-hook = "0.2.3"
 | 
					signal-hook = "0.2.3"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[package.metadata.docs.rs]
 | 
					[package.metadata.docs.rs]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user