chore: bump bincode from 1.3.1 to 1.3.3 (#18087)
* chore: bump bincode from 1.3.1 to 1.3.3 Bumps [bincode](https://github.com/servo/bincode) from 1.3.1 to 1.3.3. - [Release notes](https://github.com/servo/bincode/releases) - [Commits](https://github.com/servo/bincode/compare/v1.3.1...v1.3.3) --- updated-dependencies: - dependency-name: bincode 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:
		
							
								
								
									
										5
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										5
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							@@ -251,11 +251,10 @@ checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "bincode"
 | 
					name = "bincode"
 | 
				
			||||||
version = "1.3.1"
 | 
					version = "1.3.3"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "f30d3a39baa26f9651f17b375061f3233dde33424a8b72b0dbe93a68a0bc896d"
 | 
					checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "byteorder",
 | 
					 | 
				
			||||||
 "serde",
 | 
					 "serde",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -11,7 +11,7 @@ edition = "2018"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[dependencies]
 | 
					[dependencies]
 | 
				
			||||||
base64 = "0.12.3"
 | 
					base64 = "0.12.3"
 | 
				
			||||||
bincode = "1.3.1"
 | 
					bincode = "1.3.3"
 | 
				
			||||||
bs58 = "0.4.0"
 | 
					bs58 = "0.4.0"
 | 
				
			||||||
bv = "0.11.1"
 | 
					bv = "0.11.1"
 | 
				
			||||||
Inflector = "0.11.4"
 | 
					Inflector = "0.11.4"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -10,7 +10,7 @@ documentation = "https://docs.rs/solana-banks-client"
 | 
				
			|||||||
edition = "2018"
 | 
					edition = "2018"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[dependencies]
 | 
					[dependencies]
 | 
				
			||||||
bincode = "1.3.1"
 | 
					bincode = "1.3.3"
 | 
				
			||||||
borsh = "0.9.0"
 | 
					borsh = "0.9.0"
 | 
				
			||||||
borsh-derive = "0.9.0"
 | 
					borsh-derive = "0.9.0"
 | 
				
			||||||
futures = "0.3"
 | 
					futures = "0.3"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -10,7 +10,7 @@ documentation = "https://docs.rs/solana-banks-server"
 | 
				
			|||||||
edition = "2018"
 | 
					edition = "2018"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[dependencies]
 | 
					[dependencies]
 | 
				
			||||||
bincode = "1.3.1"
 | 
					bincode = "1.3.3"
 | 
				
			||||||
futures = "0.3"
 | 
					futures = "0.3"
 | 
				
			||||||
log = "0.4.11"
 | 
					log = "0.4.11"
 | 
				
			||||||
mio = "0.7.11"
 | 
					mio = "0.7.11"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -9,7 +9,7 @@ homepage = "https://solana.com/"
 | 
				
			|||||||
publish = false
 | 
					publish = false
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[dependencies]
 | 
					[dependencies]
 | 
				
			||||||
bincode = "1.3.1"
 | 
					bincode = "1.3.3"
 | 
				
			||||||
clap = "2.33.1"
 | 
					clap = "2.33.1"
 | 
				
			||||||
log = "0.4.11"
 | 
					log = "0.4.11"
 | 
				
			||||||
rayon = "1.5.1"
 | 
					rayon = "1.5.1"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -10,7 +10,7 @@ homepage = "https://solana.com/"
 | 
				
			|||||||
documentation = "https://docs.rs/solana-cli"
 | 
					documentation = "https://docs.rs/solana-cli"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[dependencies]
 | 
					[dependencies]
 | 
				
			||||||
bincode = "1.3.1"
 | 
					bincode = "1.3.3"
 | 
				
			||||||
bs58 = "0.4.0"
 | 
					bs58 = "0.4.0"
 | 
				
			||||||
chrono = { version = "0.4.11", features = ["serde"] }
 | 
					chrono = { version = "0.4.11", features = ["serde"] }
 | 
				
			||||||
clap = "2.33.1"
 | 
					clap = "2.33.1"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -11,7 +11,7 @@ edition = "2018"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[dependencies]
 | 
					[dependencies]
 | 
				
			||||||
base64 = "0.13.0"
 | 
					base64 = "0.13.0"
 | 
				
			||||||
bincode = "1.3.1"
 | 
					bincode = "1.3.3"
 | 
				
			||||||
bs58 = "0.4.0"
 | 
					bs58 = "0.4.0"
 | 
				
			||||||
clap = "2.33.0"
 | 
					clap = "2.33.0"
 | 
				
			||||||
indicatif = "0.16.2"
 | 
					indicatif = "0.16.2"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -16,7 +16,7 @@ codecov = { repository = "solana-labs/solana", branch = "master", service = "git
 | 
				
			|||||||
[dependencies]
 | 
					[dependencies]
 | 
				
			||||||
ahash = "0.7.4"
 | 
					ahash = "0.7.4"
 | 
				
			||||||
base64 = "0.12.3"
 | 
					base64 = "0.12.3"
 | 
				
			||||||
bincode = "1.3.1"
 | 
					bincode = "1.3.3"
 | 
				
			||||||
blake3 = "0.3.7"
 | 
					blake3 = "0.3.7"
 | 
				
			||||||
bv = { version = "0.11.1", features = ["serde"] }
 | 
					bv = { version = "0.11.1", features = ["serde"] }
 | 
				
			||||||
bs58 = "0.4.0"
 | 
					bs58 = "0.4.0"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -9,7 +9,7 @@ homepage = "https://solana.com/"
 | 
				
			|||||||
publish = false
 | 
					publish = false
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[dependencies]
 | 
					[dependencies]
 | 
				
			||||||
bincode = "1.3.1"
 | 
					bincode = "1.3.3"
 | 
				
			||||||
clap = "2.33.1"
 | 
					clap = "2.33.1"
 | 
				
			||||||
log = "0.4.11"
 | 
					log = "0.4.11"
 | 
				
			||||||
rand = "0.7.0"
 | 
					rand = "0.7.0"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -10,7 +10,7 @@ documentation = "https://docs.rs/solana-faucet"
 | 
				
			|||||||
edition = "2018"
 | 
					edition = "2018"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[dependencies]
 | 
					[dependencies]
 | 
				
			||||||
bincode = "1.3.1"
 | 
					bincode = "1.3.3"
 | 
				
			||||||
byteorder = "1.3.4"
 | 
					byteorder = "1.3.4"
 | 
				
			||||||
clap = "2.33"
 | 
					clap = "2.33"
 | 
				
			||||||
log = "0.4.11"
 | 
					log = "0.4.11"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -10,7 +10,7 @@ homepage = "https://solana.com/"
 | 
				
			|||||||
documentation = "https://docs.rs/solana-gossip"
 | 
					documentation = "https://docs.rs/solana-gossip"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[dependencies]
 | 
					[dependencies]
 | 
				
			||||||
bincode = "1.3.1"
 | 
					bincode = "1.3.3"
 | 
				
			||||||
bv = { version = "0.11.1", features = ["serde"] }
 | 
					bv = { version = "0.11.1", features = ["serde"] }
 | 
				
			||||||
clap = "2.33.1"
 | 
					clap = "2.33.1"
 | 
				
			||||||
flate2 = "1.0"
 | 
					flate2 = "1.0"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -11,7 +11,7 @@ documentation = "https://docs.rs/solana-install"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[dependencies]
 | 
					[dependencies]
 | 
				
			||||||
atty = "0.2.11"
 | 
					atty = "0.2.11"
 | 
				
			||||||
bincode = "1.3.1"
 | 
					bincode = "1.3.3"
 | 
				
			||||||
bzip2 = "0.3.3"
 | 
					bzip2 = "0.3.3"
 | 
				
			||||||
chrono = { version = "0.4.11", features = ["serde"] }
 | 
					chrono = { version = "0.4.11", features = ["serde"] }
 | 
				
			||||||
clap = { version = "2.33.1" }
 | 
					clap = { version = "2.33.1" }
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -10,7 +10,7 @@ documentation = "https://docs.rs/solana-ledger"
 | 
				
			|||||||
edition = "2018"
 | 
					edition = "2018"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[dependencies]
 | 
					[dependencies]
 | 
				
			||||||
bincode = "1.3.1"
 | 
					bincode = "1.3.3"
 | 
				
			||||||
byteorder = "1.3.4"
 | 
					byteorder = "1.3.4"
 | 
				
			||||||
chrono = { version = "0.4.11", features = ["serde"] }
 | 
					chrono = { version = "0.4.11", features = ["serde"] }
 | 
				
			||||||
chrono-humanize = "0.2.1"
 | 
					chrono-humanize = "0.2.1"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -10,7 +10,7 @@ documentation = "https://docs.rs/solana-net-utils"
 | 
				
			|||||||
edition = "2018"
 | 
					edition = "2018"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[dependencies]
 | 
					[dependencies]
 | 
				
			||||||
bincode = "1.3.1"
 | 
					bincode = "1.3.3"
 | 
				
			||||||
clap = "2.33.1"
 | 
					clap = "2.33.1"
 | 
				
			||||||
log = "0.4.11"
 | 
					log = "0.4.11"
 | 
				
			||||||
nix = "0.20.0"
 | 
					nix = "0.20.0"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -10,7 +10,7 @@ documentation = "https://docs.rs/solana-perf"
 | 
				
			|||||||
edition = "2018"
 | 
					edition = "2018"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[dependencies]
 | 
					[dependencies]
 | 
				
			||||||
bincode = "1.3.1"
 | 
					bincode = "1.3.3"
 | 
				
			||||||
curve25519-dalek = { version = "2" }
 | 
					curve25519-dalek = { version = "2" }
 | 
				
			||||||
dlopen = "0.1.8"
 | 
					dlopen = "0.1.8"
 | 
				
			||||||
dlopen_derive = "0.1.4"
 | 
					dlopen_derive = "0.1.4"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -22,7 +22,7 @@ solana-sys-tuner = { path = "../sys-tuner", version = "=1.8.0" }
 | 
				
			|||||||
thiserror = "1.0"
 | 
					thiserror = "1.0"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[dev-dependencies]
 | 
					[dev-dependencies]
 | 
				
			||||||
bincode = "1.3.1"
 | 
					bincode = "1.3.3"
 | 
				
			||||||
matches = "0.1.6"
 | 
					matches = "0.1.6"
 | 
				
			||||||
rand = "0.7.0"
 | 
					rand = "0.7.0"
 | 
				
			||||||
solana-logger = { path = "../logger", version = "=1.8.0" }
 | 
					solana-logger = { path = "../logger", version = "=1.8.0" }
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -10,7 +10,7 @@ version = "1.8.0"
 | 
				
			|||||||
[dependencies]
 | 
					[dependencies]
 | 
				
			||||||
async-trait = "0.1.50"
 | 
					async-trait = "0.1.50"
 | 
				
			||||||
base64 = "0.12.3"
 | 
					base64 = "0.12.3"
 | 
				
			||||||
bincode = "1.3.1"
 | 
					bincode = "1.3.3"
 | 
				
			||||||
chrono = "0.4.19"
 | 
					chrono = "0.4.19"
 | 
				
			||||||
chrono-humanize = "0.2.1"
 | 
					chrono-humanize = "0.2.1"
 | 
				
			||||||
log = "0.4.11"
 | 
					log = "0.4.11"
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										5
									
								
								programs/bpf/Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										5
									
								
								programs/bpf/Cargo.lock
									
									
									
										generated
									
									
									
								
							@@ -149,11 +149,10 @@ checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "bincode"
 | 
					name = "bincode"
 | 
				
			||||||
version = "1.3.1"
 | 
					version = "1.3.3"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "f30d3a39baa26f9651f17b375061f3233dde33424a8b72b0dbe93a68a0bc896d"
 | 
					checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "byteorder 1.3.4",
 | 
					 | 
				
			||||||
 "serde",
 | 
					 "serde",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -13,7 +13,7 @@ edition = "2018"
 | 
				
			|||||||
regex = "1.5.4"
 | 
					regex = "1.5.4"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[dependencies]
 | 
					[dependencies]
 | 
				
			||||||
bincode = "1.3.1"
 | 
					bincode = "1.3.3"
 | 
				
			||||||
byteorder = "1.3.4"
 | 
					byteorder = "1.3.4"
 | 
				
			||||||
log = "0.4.11"
 | 
					log = "0.4.11"
 | 
				
			||||||
num-derive = "0.3"
 | 
					num-derive = "0.3"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -10,7 +10,7 @@ documentation = "https://docs.rs/solana-config-program"
 | 
				
			|||||||
edition = "2018"
 | 
					edition = "2018"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[dependencies]
 | 
					[dependencies]
 | 
				
			||||||
bincode = "1.3.1"
 | 
					bincode = "1.3.3"
 | 
				
			||||||
chrono = { version = "0.4.11", features = ["serde"] }
 | 
					chrono = { version = "0.4.11", features = ["serde"] }
 | 
				
			||||||
log = "0.4.11"
 | 
					log = "0.4.11"
 | 
				
			||||||
rand_core = "0.6.2"
 | 
					rand_core = "0.6.2"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -10,7 +10,7 @@ documentation = "https://docs.rs/solana-exchange-program"
 | 
				
			|||||||
edition = "2018"
 | 
					edition = "2018"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[dependencies]
 | 
					[dependencies]
 | 
				
			||||||
bincode = "1.3.1"
 | 
					bincode = "1.3.3"
 | 
				
			||||||
log = "0.4.11"
 | 
					log = "0.4.11"
 | 
				
			||||||
num-derive = { version = "0.3" }
 | 
					num-derive = { version = "0.3" }
 | 
				
			||||||
num-traits = { version = "0.2" }
 | 
					num-traits = { version = "0.2" }
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -10,7 +10,7 @@ documentation = "https://docs.rs/solana-ownable"
 | 
				
			|||||||
edition = "2018"
 | 
					edition = "2018"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[dependencies]
 | 
					[dependencies]
 | 
				
			||||||
bincode = "1.3.1"
 | 
					bincode = "1.3.3"
 | 
				
			||||||
solana-sdk = { path = "../../sdk", version = "=1.8.0" }
 | 
					solana-sdk = { path = "../../sdk", version = "=1.8.0" }
 | 
				
			||||||
num-derive = "0.3"
 | 
					num-derive = "0.3"
 | 
				
			||||||
num-traits = "0.2"
 | 
					num-traits = "0.2"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -14,7 +14,7 @@ solana-sdk = { path = "../../sdk", version = "=1.8.0" }
 | 
				
			|||||||
libsecp256k1 = "0.5.0"
 | 
					libsecp256k1 = "0.5.0"
 | 
				
			||||||
sha3 = "0.9.1"
 | 
					sha3 = "0.9.1"
 | 
				
			||||||
digest = "0.9.0"
 | 
					digest = "0.9.0"
 | 
				
			||||||
bincode = "1.3.1"
 | 
					bincode = "1.3.3"
 | 
				
			||||||
rand = "0.7.0"
 | 
					rand = "0.7.0"
 | 
				
			||||||
solana-logger = { path = "../../logger", version = "=1.8.0" }
 | 
					solana-logger = { path = "../../logger", version = "=1.8.0" }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -10,7 +10,7 @@ documentation = "https://docs.rs/solana-stake-program"
 | 
				
			|||||||
edition = "2018"
 | 
					edition = "2018"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[dependencies]
 | 
					[dependencies]
 | 
				
			||||||
bincode = "1.3.1"
 | 
					bincode = "1.3.3"
 | 
				
			||||||
log = "0.4.11"
 | 
					log = "0.4.11"
 | 
				
			||||||
num-derive = "0.3"
 | 
					num-derive = "0.3"
 | 
				
			||||||
num-traits = "0.2"
 | 
					num-traits = "0.2"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -10,7 +10,7 @@ documentation = "https://docs.rs/solana-vote-program"
 | 
				
			|||||||
edition = "2018"
 | 
					edition = "2018"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[dependencies]
 | 
					[dependencies]
 | 
				
			||||||
bincode = "1.3.1"
 | 
					bincode = "1.3.3"
 | 
				
			||||||
log = "0.4.11"
 | 
					log = "0.4.11"
 | 
				
			||||||
num-derive = "0.3"
 | 
					num-derive = "0.3"
 | 
				
			||||||
num-traits = "0.2"
 | 
					num-traits = "0.2"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -11,7 +11,7 @@ edition = "2018"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[dependencies]
 | 
					[dependencies]
 | 
				
			||||||
base64 = "0.12.3"
 | 
					base64 = "0.12.3"
 | 
				
			||||||
bincode = "1.3.1"
 | 
					bincode = "1.3.3"
 | 
				
			||||||
bs58 = "0.4.0"
 | 
					bs58 = "0.4.0"
 | 
				
			||||||
crossbeam-channel = "0.5"
 | 
					crossbeam-channel = "0.5"
 | 
				
			||||||
itertools = "0.10.1"
 | 
					itertools = "0.10.1"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -11,7 +11,7 @@ edition = "2018"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[dependencies]
 | 
					[dependencies]
 | 
				
			||||||
arrayref = "0.3.6"
 | 
					arrayref = "0.3.6"
 | 
				
			||||||
bincode = "1.3.1"
 | 
					bincode = "1.3.3"
 | 
				
			||||||
blake3 = "0.3.7"
 | 
					blake3 = "0.3.7"
 | 
				
			||||||
bv = { version = "0.11.1", features = ["serde"] }
 | 
					bv = { version = "0.11.1", features = ["serde"] }
 | 
				
			||||||
byteorder = "1.3.4"
 | 
					byteorder = "1.3.4"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -38,7 +38,7 @@ full = [
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[dependencies]
 | 
					[dependencies]
 | 
				
			||||||
assert_matches = { version = "1.3.0", optional = true }
 | 
					assert_matches = { version = "1.3.0", optional = true }
 | 
				
			||||||
bincode = "1.3.1"
 | 
					bincode = "1.3.3"
 | 
				
			||||||
bs58 = "0.4.0"
 | 
					bs58 = "0.4.0"
 | 
				
			||||||
bv = { version = "0.11.1", features = ["serde"] }
 | 
					bv = { version = "0.11.1", features = ["serde"] }
 | 
				
			||||||
byteorder = { version = "1.3.4", optional = true }
 | 
					byteorder = { version = "1.3.4", optional = true }
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -12,7 +12,7 @@ edition = "2018"
 | 
				
			|||||||
[dependencies]
 | 
					[dependencies]
 | 
				
			||||||
arc-swap = "0.4.8"
 | 
					arc-swap = "0.4.8"
 | 
				
			||||||
backoff = { version = "0.3.0", features = ["tokio"] }
 | 
					backoff = { version = "0.3.0", features = ["tokio"] }
 | 
				
			||||||
bincode = "1.2.1"
 | 
					bincode = "1.3.3"
 | 
				
			||||||
bzip2 = "0.3.3"
 | 
					bzip2 = "0.3.3"
 | 
				
			||||||
enum-iterator = "0.6.0"
 | 
					enum-iterator = "0.6.0"
 | 
				
			||||||
flate2 = "1.0.20"
 | 
					flate2 = "1.0.20"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -10,7 +10,7 @@ documentation = "https://docs.rs/solana-storage-proto"
 | 
				
			|||||||
edition = "2018"
 | 
					edition = "2018"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[dependencies]
 | 
					[dependencies]
 | 
				
			||||||
bincode = "1.2.1"
 | 
					bincode = "1.3.3"
 | 
				
			||||||
bs58 = "0.4.0"
 | 
					bs58 = "0.4.0"
 | 
				
			||||||
prost = "0.7.0"
 | 
					prost = "0.7.0"
 | 
				
			||||||
serde = "1.0.126"
 | 
					serde = "1.0.126"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -35,7 +35,7 @@ tempfile = "3.2.0"
 | 
				
			|||||||
thiserror = "1.0"
 | 
					thiserror = "1.0"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[dev-dependencies]
 | 
					[dev-dependencies]
 | 
				
			||||||
bincode = "1.3.1"
 | 
					bincode = "1.3.3"
 | 
				
			||||||
solana-core = { path = "../core", version = "=1.8.0" }
 | 
					solana-core = { path = "../core", version = "=1.8.0" }
 | 
				
			||||||
solana-logger = { path = "../logger", version = "=1.8.0" }
 | 
					solana-logger = { path = "../logger", version = "=1.8.0" }
 | 
				
			||||||
solana-program-test = { path = "../program-test", version = "=1.8.0" }
 | 
					solana-program-test = { path = "../program-test", version = "=1.8.0" }
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -11,7 +11,7 @@ edition = "2018"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[dependencies]
 | 
					[dependencies]
 | 
				
			||||||
base64 = "0.12.3"
 | 
					base64 = "0.12.3"
 | 
				
			||||||
bincode = "1.3.1"
 | 
					bincode = "1.3.3"
 | 
				
			||||||
bs58 = "0.4.0"
 | 
					bs58 = "0.4.0"
 | 
				
			||||||
Inflector = "0.11.4"
 | 
					Inflector = "0.11.4"
 | 
				
			||||||
lazy_static = "1.4.0"
 | 
					lazy_static = "1.4.0"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -12,7 +12,7 @@ default-run = "solana-validator"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[dependencies]
 | 
					[dependencies]
 | 
				
			||||||
base64 = "0.12.3"
 | 
					base64 = "0.12.3"
 | 
				
			||||||
bincode = "1.3.1"
 | 
					bincode = "1.3.3"
 | 
				
			||||||
chrono = { version = "0.4.11", features = ["serde"] }
 | 
					chrono = { version = "0.4.11", features = ["serde"] }
 | 
				
			||||||
clap = "2.33.1"
 | 
					clap = "2.33.1"
 | 
				
			||||||
console = "0.14.1"
 | 
					console = "0.14.1"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user