Bump Cargo.toml version to 1.2.6

This commit is contained in:
Stephen Akridge
2020-06-22 23:23:16 -07:00
parent 9699b61679
commit 2d94c09aee
89 changed files with 1031 additions and 899 deletions

259
Cargo.lock generated
View File

@ -12,9 +12,9 @@ dependencies = [
[[package]]
name = "addr2line"
version = "0.12.1"
version = "0.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a49806b9dadc843c61e7c97e72490ad7f7220ae249012fbda9ad0609457c0543"
checksum = "602d785912f476e480434627e8732e6766b760c045bbf897d9dfaa9f4fbd399c"
dependencies = [
"gimli",
]
@ -27,9 +27,9 @@ checksum = "567b077b825e468cc974f0020d4082ee6e03132512f207ef1a02fd5d00d1f32d"
[[package]]
name = "aho-corasick"
version = "0.7.10"
version = "0.7.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada"
checksum = "c259a748ac706ba73d609b73fc13469e128337f9a6b2fb3cc82d100f8dd8d511"
dependencies = [
"memchr 2.3.3",
]
@ -301,7 +301,7 @@ dependencies = [
[[package]]
name = "btc_spv_bin"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"clap",
"hex 0.4.2",
@ -363,9 +363,12 @@ dependencies = [
[[package]]
name = "bytes"
version = "0.5.4"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "130aac562c0dd69c56b3b1cc8ffd2e17be31d0b6c25b61c96b76231aa23e39e1"
checksum = "118cf036fbb97d0816e3c34b2d7a1e8cfc60f68fcf63d550ddbe9bd5f59c213b"
dependencies = [
"loom",
]
[[package]]
name = "bytesize"
@ -792,7 +795,7 @@ checksum = "cb582b60359da160a9477ee80f15c8d784c477e69c217ef2cdd4169c24ea380f"
dependencies = [
"proc-macro2 1.0.18",
"quote 1.0.7",
"syn 1.0.31",
"syn 1.0.33",
]
[[package]]
@ -1016,7 +1019,7 @@ checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
dependencies = [
"proc-macro2 1.0.18",
"quote 1.0.7",
"syn 1.0.31",
"syn 1.0.33",
"synstructure",
]
@ -1166,7 +1169,7 @@ dependencies = [
"proc-macro-hack",
"proc-macro2 1.0.18",
"quote 1.0.7",
"syn 1.0.31",
"syn 1.0.33",
]
[[package]]
@ -1208,6 +1211,19 @@ version = "0.3.55"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
[[package]]
name = "generator"
version = "0.6.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "add72f17bb81521258fcc8a7a3245b1e184e916bfbe34f0ea89558f440df5c68"
dependencies = [
"cc",
"libc",
"log 0.4.8",
"rustc_version",
"winapi 0.3.8",
]
[[package]]
name = "generic-array"
version = "0.12.3"
@ -1331,7 +1347,7 @@ version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79b7246d7e4b979c03fa093da39cfb3617a96bbeee6310af63991668d7e843ff"
dependencies = [
"bytes 0.5.4",
"bytes 0.5.5",
"fnv",
"futures-core",
"futures-sink",
@ -1439,7 +1455,7 @@ version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9"
dependencies = [
"bytes 0.5.4",
"bytes 0.5.5",
"fnv",
"itoa",
]
@ -1462,7 +1478,7 @@ version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
dependencies = [
"bytes 0.5.4",
"bytes 0.5.5",
"http 0.2.1",
]
@ -1542,7 +1558,7 @@ version = "0.13.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6e7655b9594024ad0ee439f3b5a7299369dc2a3f459b47c696f9ff676f9aa1f"
dependencies = [
"bytes 0.5.4",
"bytes 0.5.5",
"futures-channel",
"futures-core",
"futures-util",
@ -1566,7 +1582,7 @@ version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac965ea399ec3a25ac7d13b8affd4b8f39325cca00858ddf5eb29b79e6b14b08"
dependencies = [
"bytes 0.5.4",
"bytes 0.5.5",
"futures-util",
"hyper 0.13.6",
"log 0.4.8",
@ -1637,7 +1653,7 @@ version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19a8a95243d5a0398cae618ec29477c6e3cb631152be5c19481f80bc71559754"
dependencies = [
"bytes 0.5.4",
"bytes 0.5.5",
]
[[package]]
@ -1772,7 +1788,7 @@ dependencies = [
"proc-macro-crate",
"proc-macro2 1.0.18",
"quote 1.0.7",
"syn 1.0.31",
"syn 1.0.33",
]
[[package]]
@ -1971,6 +1987,17 @@ dependencies = [
"cfg-if",
]
[[package]]
name = "loom"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ecc775857611e1df29abba5c41355cdf540e7e9d4acfdf0f355eefee82330b7"
dependencies = [
"cfg-if",
"generator",
"scoped-tls",
]
[[package]]
name = "mach_o_sys"
version = "0.1.1"
@ -2227,7 +2254,7 @@ checksum = "0c8b15b261814f992e33760b1fca9fe8b693d8a65299f20c9901688636cfb746"
dependencies = [
"proc-macro2 1.0.18",
"quote 1.0.7",
"syn 1.0.31",
"syn 1.0.33",
]
[[package]]
@ -2278,7 +2305,7 @@ dependencies = [
"proc-macro-crate",
"proc-macro2 1.0.18",
"quote 1.0.7",
"syn 1.0.31",
"syn 1.0.33",
]
[[package]]
@ -2473,9 +2500,9 @@ dependencies = [
[[package]]
name = "paste"
version = "0.1.17"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "026c63fe245362be0322bfec5a9656d458d13f9cfb1785d1b38458b9968e8080"
checksum = "45ca20c77d80be666aef2b45486da86238fabe33e38306bd3118fe4af33fa880"
dependencies = [
"paste-impl",
"proc-macro-hack",
@ -2483,9 +2510,9 @@ dependencies = [
[[package]]
name = "paste-impl"
version = "0.1.17"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b9281a268ec213237dcd2aa3c3d0f46681b04ced37c1616fd36567a9e6954b0"
checksum = "d95a7db200b97ef370c8e6de0088252f7e0dfff7d047a28528e47456c0fc98b6"
dependencies = [
"proc-macro-hack",
]
@ -2577,7 +2604,7 @@ checksum = "6a0ffd45cf79d88737d7cc85bfd5d2894bee1139b356e616fe85dc389c61aaf7"
dependencies = [
"proc-macro2 1.0.18",
"quote 1.0.7",
"syn 1.0.31",
"syn 1.0.33",
]
[[package]]
@ -2666,7 +2693,7 @@ dependencies = [
"proc-macro-error-attr",
"proc-macro2 1.0.18",
"quote 1.0.7",
"syn 1.0.31",
"syn 1.0.33",
"version_check 0.9.2",
]
@ -2678,7 +2705,7 @@ checksum = "4f5444ead4e9935abd7f27dc51f7e852a0569ac888096d5ec2499470794e2e53"
dependencies = [
"proc-macro2 1.0.18",
"quote 1.0.7",
"syn 1.0.31",
"syn 1.0.33",
"syn-mid",
"version_check 0.9.2",
]
@ -3148,7 +3175,7 @@ checksum = "475e68978dc5b743f2f40d8e0a8fdc83f1c5e78cbf4b8fa5e74e73beebc340de"
dependencies = [
"proc-macro2 1.0.18",
"quote 1.0.7",
"syn 1.0.31",
"syn 1.0.33",
]
[[package]]
@ -3158,7 +3185,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b82c9238b305f26f53443e3a4bc8528d64b8d0bee408ec949eb7bf5635ec680"
dependencies = [
"base64 0.12.2",
"bytes 0.5.4",
"bytes 0.5.5",
"encoding_rs",
"futures-core",
"futures-util",
@ -3311,6 +3338,12 @@ dependencies = [
"winapi 0.3.8",
]
[[package]]
name = "scoped-tls"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28"
[[package]]
name = "scopeguard"
version = "1.1.0"
@ -3334,7 +3367,7 @@ checksum = "e367622f934864ffa1c704ba2b82280aab856e3d8213c84c5720257eb34b15b9"
dependencies = [
"proc-macro2 1.0.18",
"quote 1.0.7",
"syn 1.0.31",
"syn 1.0.33",
]
[[package]]
@ -3387,9 +3420,9 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
[[package]]
name = "serde"
version = "1.0.112"
version = "1.0.114"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "736aac72d1eafe8e5962d1d1c3d99b0df526015ba40915cb3c49d042e92ec243"
checksum = "5317f7588f0a5078ee60ef675ef96735a1442132dc645eb1d12c018620ed8cd3"
dependencies = [
"serde_derive",
]
@ -3415,13 +3448,13 @@ dependencies = [
[[package]]
name = "serde_derive"
version = "1.0.112"
version = "1.0.114"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf0343ce212ac0d3d6afd9391ac8e9c9efe06b533c8d33f660f6390cc4093f57"
checksum = "2a0be94b04690fbaed37cddffc5c134bf537c8e3329d53e982fe04c374978f8e"
dependencies = [
"proc-macro2 1.0.18",
"quote 1.0.7",
"syn 1.0.31",
"syn 1.0.33",
]
[[package]]
@ -3478,7 +3511,7 @@ checksum = "d08338d8024b227c62bd68a12c7c9883f5c66780abaef15c550dc56f46ee6515"
dependencies = [
"proc-macro2 1.0.18",
"quote 1.0.7",
"syn 1.0.31",
"syn 1.0.33",
]
[[package]]
@ -3660,7 +3693,7 @@ dependencies = [
[[package]]
name = "solana-accounts-bench"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"clap",
"crossbeam-channel",
@ -3675,7 +3708,7 @@ dependencies = [
[[package]]
name = "solana-banking-bench"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"clap",
"crossbeam-channel",
@ -3696,7 +3729,7 @@ dependencies = [
[[package]]
name = "solana-bench-exchange"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"clap",
"itertools 0.9.0",
@ -3724,7 +3757,7 @@ dependencies = [
[[package]]
name = "solana-bench-streamer"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"clap",
"solana-clap-utils",
@ -3736,7 +3769,7 @@ dependencies = [
[[package]]
name = "solana-bench-tps"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"bincode",
"clap",
@ -3765,7 +3798,7 @@ dependencies = [
[[package]]
name = "solana-bpf-loader-program"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"bincode",
"byteorder",
@ -3783,7 +3816,7 @@ dependencies = [
[[package]]
name = "solana-btc-spv-program"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"bincode",
"hex 0.4.2",
@ -3797,7 +3830,7 @@ dependencies = [
[[package]]
name = "solana-budget-program"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"bincode",
"chrono",
@ -3813,7 +3846,7 @@ dependencies = [
[[package]]
name = "solana-clap-utils"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"chrono",
"clap",
@ -3827,7 +3860,7 @@ dependencies = [
[[package]]
name = "solana-cli"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"Inflector",
"bincode",
@ -3871,7 +3904,7 @@ dependencies = [
[[package]]
name = "solana-cli-config"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"dirs 2.0.2",
"lazy_static",
@ -3883,7 +3916,7 @@ dependencies = [
[[package]]
name = "solana-client"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"assert_matches",
"bincode",
@ -3909,7 +3942,7 @@ dependencies = [
[[package]]
name = "solana-config-program"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"bincode",
"chrono",
@ -3922,7 +3955,7 @@ dependencies = [
[[package]]
name = "solana-core"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"bincode",
"bs58 0.3.1",
@ -3991,7 +4024,7 @@ dependencies = [
[[package]]
name = "solana-crate-features"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"backtrace",
"bytes 0.4.12",
@ -4007,14 +4040,14 @@ dependencies = [
"reqwest",
"serde",
"syn 0.15.44",
"syn 1.0.31",
"syn 1.0.33",
"tokio 0.1.22",
"winapi 0.3.8",
]
[[package]]
name = "solana-dos"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"bincode",
"clap",
@ -4033,7 +4066,7 @@ dependencies = [
[[package]]
name = "solana-download-utils"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"bzip2",
"console 0.10.3",
@ -4047,7 +4080,7 @@ dependencies = [
[[package]]
name = "solana-exchange-program"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"bincode",
"log 0.4.8",
@ -4064,7 +4097,7 @@ dependencies = [
[[package]]
name = "solana-failure-program"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"solana-runtime",
"solana-sdk",
@ -4072,7 +4105,7 @@ dependencies = [
[[package]]
name = "solana-faucet"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"bincode",
"byteorder",
@ -4092,7 +4125,7 @@ dependencies = [
[[package]]
name = "solana-genesis"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"base64 0.12.2",
"chrono",
@ -4113,7 +4146,7 @@ dependencies = [
[[package]]
name = "solana-genesis-programs"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"log 0.4.8",
"solana-bpf-loader-program",
@ -4126,7 +4159,7 @@ dependencies = [
[[package]]
name = "solana-gossip"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"clap",
"solana-clap-utils",
@ -4140,7 +4173,7 @@ dependencies = [
[[package]]
name = "solana-install"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"atty",
"bincode",
@ -4173,7 +4206,7 @@ dependencies = [
[[package]]
name = "solana-keygen"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"bs58 0.3.1",
"clap",
@ -4189,7 +4222,7 @@ dependencies = [
[[package]]
name = "solana-ledger"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"assert_matches",
"bincode",
@ -4240,7 +4273,7 @@ dependencies = [
[[package]]
name = "solana-ledger-tool"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"assert_cmd",
"bs58 0.3.1",
@ -4266,7 +4299,7 @@ dependencies = [
[[package]]
name = "solana-librapay"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"bincode",
"log 0.4.8",
@ -4279,7 +4312,7 @@ dependencies = [
[[package]]
name = "solana-local-cluster"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"assert_matches",
"itertools 0.9.0",
@ -4307,7 +4340,7 @@ dependencies = [
[[package]]
name = "solana-log-analyzer"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"byte-unit",
"clap",
@ -4320,7 +4353,7 @@ dependencies = [
[[package]]
name = "solana-logger"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"env_logger",
"lazy_static",
@ -4329,7 +4362,7 @@ dependencies = [
[[package]]
name = "solana-measure"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"jemalloc-ctl",
"jemallocator",
@ -4340,7 +4373,7 @@ dependencies = [
[[package]]
name = "solana-merkle-tree"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"fast-math",
"hex 0.4.2",
@ -4349,7 +4382,7 @@ dependencies = [
[[package]]
name = "solana-metrics"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"env_logger",
"gethostname",
@ -4364,7 +4397,7 @@ dependencies = [
[[package]]
name = "solana-move-loader-program"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"bincode",
"indexmap",
@ -4393,7 +4426,7 @@ dependencies = [
[[package]]
name = "solana-net-shaper"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"clap",
"rand 0.7.3",
@ -4405,7 +4438,7 @@ dependencies = [
[[package]]
name = "solana-net-utils"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"bincode",
"bytes 0.4.12",
@ -4425,7 +4458,7 @@ dependencies = [
[[package]]
name = "solana-noop-program"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"log 0.4.8",
"solana-logger",
@ -4434,7 +4467,7 @@ dependencies = [
[[package]]
name = "solana-notifier"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"log 0.4.8",
"reqwest",
@ -4443,7 +4476,7 @@ dependencies = [
[[package]]
name = "solana-ownable"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"bincode",
"num-derive 0.3.0",
@ -4455,7 +4488,7 @@ dependencies = [
[[package]]
name = "solana-perf"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"bincode",
"curve25519-dalek 2.1.0",
@ -4476,7 +4509,7 @@ dependencies = [
[[package]]
name = "solana-ramp-tps"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"bzip2",
"clap",
@ -4498,7 +4531,7 @@ dependencies = [
[[package]]
name = "solana-rayon-threadlimit"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"lazy_static",
"num_cpus",
@ -4506,7 +4539,7 @@ dependencies = [
[[package]]
name = "solana-remote-wallet"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"base32",
"console 0.10.3",
@ -4524,7 +4557,7 @@ dependencies = [
[[package]]
name = "solana-runtime"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"assert_matches",
"bincode",
@ -4560,7 +4593,7 @@ dependencies = [
[[package]]
name = "solana-scripts"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"csv",
"serde",
@ -4568,7 +4601,7 @@ dependencies = [
[[package]]
name = "solana-sdk"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"assert_matches",
"bincode",
@ -4602,17 +4635,17 @@ dependencies = [
[[package]]
name = "solana-sdk-macro"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"bs58 0.3.1",
"proc-macro2 1.0.18",
"quote 1.0.7",
"syn 1.0.31",
"syn 1.0.33",
]
[[package]]
name = "solana-stake-accounts"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"clap",
"solana-clap-utils",
@ -4626,7 +4659,7 @@ dependencies = [
[[package]]
name = "solana-stake-monitor"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"clap",
"console 0.10.3",
@ -4651,7 +4684,7 @@ dependencies = [
[[package]]
name = "solana-stake-o-matic"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"clap",
"log 0.4.8",
@ -4669,7 +4702,7 @@ dependencies = [
[[package]]
name = "solana-stake-program"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"bincode",
"log 0.4.8",
@ -4687,7 +4720,7 @@ dependencies = [
[[package]]
name = "solana-streamer"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"libc",
"log 0.4.8",
@ -4702,7 +4735,7 @@ dependencies = [
[[package]]
name = "solana-sys-tuner"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"clap",
"libc",
@ -4718,7 +4751,7 @@ dependencies = [
[[package]]
name = "solana-tokens"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"chrono",
"clap",
@ -4744,7 +4777,7 @@ dependencies = [
[[package]]
name = "solana-transaction-status"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"bincode",
"bs58 0.3.1",
@ -4755,7 +4788,7 @@ dependencies = [
[[package]]
name = "solana-upload-perf"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"serde_json",
"solana-metrics",
@ -4763,7 +4796,7 @@ dependencies = [
[[package]]
name = "solana-validator"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"chrono",
"clap",
@ -4792,7 +4825,7 @@ dependencies = [
[[package]]
name = "solana-version"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"serde",
"serde_derive",
@ -4801,7 +4834,7 @@ dependencies = [
[[package]]
name = "solana-vest-program"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"bincode",
"chrono",
@ -4817,7 +4850,7 @@ dependencies = [
[[package]]
name = "solana-vote-program"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"bincode",
"log 0.4.8",
@ -4832,7 +4865,7 @@ dependencies = [
[[package]]
name = "solana-vote-signer"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"clap",
"jsonrpc-core",
@ -4848,7 +4881,7 @@ dependencies = [
[[package]]
name = "solana-watchtower"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"clap",
"humantime 2.0.1",
@ -4966,7 +4999,7 @@ checksum = "67801085b6adee0d30caa77d126bbceafa4b9bb8f4c7871e29638faa20dcd8b1"
dependencies = [
"proc-macro2 1.0.18",
"quote 1.0.7",
"syn 1.0.31",
"syn 1.0.33",
]
[[package]]
@ -5315,7 +5348,7 @@ dependencies = [
"proc-macro-error",
"proc-macro2 1.0.18",
"quote 1.0.7",
"syn 1.0.31",
"syn 1.0.33",
]
[[package]]
@ -5349,9 +5382,9 @@ dependencies = [
[[package]]
name = "syn"
version = "1.0.31"
version = "1.0.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5304cfdf27365b7585c25d4af91b35016ed21ef88f17ced89c7093b43dba8b6"
checksum = "e8d5d96e8cbb005d6959f119f773bfaebb5684296108fb32600c00cde305b2cd"
dependencies = [
"proc-macro2 1.0.18",
"quote 1.0.7",
@ -5366,7 +5399,7 @@ checksum = "7be3539f6c128a931cf19dcee741c1af532c7fd387baa739c03dd2e96479338a"
dependencies = [
"proc-macro2 1.0.18",
"quote 1.0.7",
"syn 1.0.31",
"syn 1.0.33",
]
[[package]]
@ -5377,7 +5410,7 @@ checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"
dependencies = [
"proc-macro2 1.0.18",
"quote 1.0.7",
"syn 1.0.31",
"syn 1.0.33",
"unicode-xid 0.2.0",
]
@ -5526,7 +5559,7 @@ checksum = "bd80fc12f73063ac132ac92aceea36734f04a1d93c1240c6944e23a3b8841793"
dependencies = [
"proc-macro2 1.0.18",
"quote 1.0.7",
"syn 1.0.31",
"syn 1.0.33",
]
[[package]]
@ -5646,7 +5679,7 @@ version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d099fa27b9702bed751524694adbe393e18b36b204da91eb1cbbbbb4a5ee2d58"
dependencies = [
"bytes 0.5.4",
"bytes 0.5.5",
"fnv",
"futures-core",
"iovec",
@ -5856,7 +5889,7 @@ version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
dependencies = [
"bytes 0.5.4",
"bytes 0.5.5",
"futures-core",
"futures-sink",
"log 0.4.8",
@ -5914,7 +5947,7 @@ checksum = "cfea31758bf674f990918962e8e5f07071a3161bd7c4138ed23e416e1ac4264e"
dependencies = [
"base64 0.11.0",
"byteorder",
"bytes 0.5.4",
"bytes 0.5.5",
"http 0.2.1",
"httparse",
"input_buffer",
@ -6163,7 +6196,7 @@ dependencies = [
"log 0.4.8",
"proc-macro2 1.0.18",
"quote 1.0.7",
"syn 1.0.31",
"syn 1.0.33",
"wasm-bindgen-shared",
]
@ -6197,7 +6230,7 @@ checksum = "3156052d8ec77142051a533cdd686cba889537b213f948cd1d20869926e68e92"
dependencies = [
"proc-macro2 1.0.18",
"quote 1.0.7",
"syn 1.0.31",
"syn 1.0.33",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
@ -6423,7 +6456,7 @@ checksum = "de251eec69fc7c1bc3923403d18ececb929380e016afe103da75f396704f8ca2"
dependencies = [
"proc-macro2 1.0.18",
"quote 1.0.7",
"syn 1.0.31",
"syn 1.0.33",
"synstructure",
]

View File

@ -2,7 +2,7 @@
authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018"
name = "solana-accounts-bench"
version = "1.2.5"
version = "1.2.6"
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
@ -10,10 +10,10 @@ homepage = "https://solana.com/"
[dependencies]
log = "0.4.6"
rayon = "1.3.0"
solana-logger = { path = "../logger", version = "1.2.5" }
solana-runtime = { path = "../runtime", version = "1.2.5" }
solana-measure = { path = "../measure", version = "1.2.5" }
solana-sdk = { path = "../sdk", version = "1.2.5" }
solana-logger = { path = "../logger", version = "1.2.6" }
solana-runtime = { path = "../runtime", version = "1.2.6" }
solana-measure = { path = "../measure", version = "1.2.6" }
solana-sdk = { path = "../sdk", version = "1.2.6" }
rand = "0.7.0"
clap = "2.33.1"
crossbeam-channel = "0.4"

View File

@ -2,7 +2,7 @@
authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018"
name = "solana-banking-bench"
version = "1.2.5"
version = "1.2.6"
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
@ -13,16 +13,16 @@ crossbeam-channel = "0.4"
log = "0.4.6"
rand = "0.7.0"
rayon = "1.3.0"
solana-core = { path = "../core", version = "1.2.5" }
solana-clap-utils = { path = "../clap-utils", version = "1.2.5" }
solana-streamer = { path = "../streamer", version = "1.2.5" }
solana-perf = { path = "../perf", version = "1.2.5" }
solana-ledger = { path = "../ledger", version = "1.2.5" }
solana-logger = { path = "../logger", version = "1.2.5" }
solana-runtime = { path = "../runtime", version = "1.2.5" }
solana-measure = { path = "../measure", version = "1.2.5" }
solana-sdk = { path = "../sdk", version = "1.2.5" }
solana-version = { path = "../version", version = "1.2.5" }
solana-core = { path = "../core", version = "1.2.6" }
solana-clap-utils = { path = "../clap-utils", version = "1.2.6" }
solana-streamer = { path = "../streamer", version = "1.2.6" }
solana-perf = { path = "../perf", version = "1.2.6" }
solana-ledger = { path = "../ledger", version = "1.2.6" }
solana-logger = { path = "../logger", version = "1.2.6" }
solana-runtime = { path = "../runtime", version = "1.2.6" }
solana-measure = { path = "../measure", version = "1.2.6" }
solana-sdk = { path = "../sdk", version = "1.2.6" }
solana-version = { path = "../version", version = "1.2.6" }
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

View File

@ -2,7 +2,7 @@
authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018"
name = "solana-bench-exchange"
version = "1.2.5"
version = "1.2.6"
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
@ -18,21 +18,21 @@ rand = "0.7.0"
rayon = "1.3.0"
serde_json = "1.0.53"
serde_yaml = "0.8.12"
solana-clap-utils = { path = "../clap-utils", version = "1.2.5" }
solana-core = { path = "../core", version = "1.2.5" }
solana-genesis = { path = "../genesis", version = "1.2.5" }
solana-client = { path = "../client", version = "1.2.5" }
solana-faucet = { path = "../faucet", version = "1.2.5" }
solana-exchange-program = { path = "../programs/exchange", version = "1.2.5" }
solana-logger = { path = "../logger", version = "1.2.5" }
solana-metrics = { path = "../metrics", version = "1.2.5" }
solana-net-utils = { path = "../net-utils", version = "1.2.5" }
solana-runtime = { path = "../runtime", version = "1.2.5" }
solana-sdk = { path = "../sdk", version = "1.2.5" }
solana-version = { path = "../version", version = "1.2.5" }
solana-clap-utils = { path = "../clap-utils", version = "1.2.6" }
solana-core = { path = "../core", version = "1.2.6" }
solana-genesis = { path = "../genesis", version = "1.2.6" }
solana-client = { path = "../client", version = "1.2.6" }
solana-faucet = { path = "../faucet", version = "1.2.6" }
solana-exchange-program = { path = "../programs/exchange", version = "1.2.6" }
solana-logger = { path = "../logger", version = "1.2.6" }
solana-metrics = { path = "../metrics", version = "1.2.6" }
solana-net-utils = { path = "../net-utils", version = "1.2.6" }
solana-runtime = { path = "../runtime", version = "1.2.6" }
solana-sdk = { path = "../sdk", version = "1.2.6" }
solana-version = { path = "../version", version = "1.2.6" }
[dev-dependencies]
solana-local-cluster = { path = "../local-cluster", version = "1.2.5" }
solana-local-cluster = { path = "../local-cluster", version = "1.2.6" }
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

View File

@ -2,18 +2,18 @@
authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018"
name = "solana-bench-streamer"
version = "1.2.5"
version = "1.2.6"
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
[dependencies]
clap = "2.33.1"
solana-clap-utils = { path = "../clap-utils", version = "1.2.5" }
solana-streamer = { path = "../streamer", version = "1.2.5" }
solana-logger = { path = "../logger", version = "1.2.5" }
solana-net-utils = { path = "../net-utils", version = "1.2.5" }
solana-version = { path = "../version", version = "1.2.5" }
solana-clap-utils = { path = "../clap-utils", version = "1.2.6" }
solana-streamer = { path = "../streamer", version = "1.2.6" }
solana-logger = { path = "../logger", version = "1.2.6" }
solana-net-utils = { path = "../net-utils", version = "1.2.6" }
solana-version = { path = "../version", version = "1.2.6" }
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

View File

@ -2,7 +2,7 @@
authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018"
name = "solana-bench-tps"
version = "1.2.5"
version = "1.2.6"
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
@ -14,25 +14,25 @@ log = "0.4.8"
rayon = "1.3.0"
serde_json = "1.0.53"
serde_yaml = "0.8.12"
solana-clap-utils = { path = "../clap-utils", version = "1.2.5" }
solana-core = { path = "../core", version = "1.2.5" }
solana-genesis = { path = "../genesis", version = "1.2.5" }
solana-client = { path = "../client", version = "1.2.5" }
solana-faucet = { path = "../faucet", version = "1.2.5" }
solana-librapay = { path = "../programs/librapay", version = "1.2.5", optional = true }
solana-logger = { path = "../logger", version = "1.2.5" }
solana-metrics = { path = "../metrics", version = "1.2.5" }
solana-measure = { path = "../measure", version = "1.2.5" }
solana-net-utils = { path = "../net-utils", version = "1.2.5" }
solana-runtime = { path = "../runtime", version = "1.2.5" }
solana-sdk = { path = "../sdk", version = "1.2.5" }
solana-move-loader-program = { path = "../programs/move_loader", version = "1.2.5", optional = true }
solana-version = { path = "../version", version = "1.2.5" }
solana-clap-utils = { path = "../clap-utils", version = "1.2.6" }
solana-core = { path = "../core", version = "1.2.6" }
solana-genesis = { path = "../genesis", version = "1.2.6" }
solana-client = { path = "../client", version = "1.2.6" }
solana-faucet = { path = "../faucet", version = "1.2.6" }
solana-librapay = { path = "../programs/librapay", version = "1.2.6", optional = true }
solana-logger = { path = "../logger", version = "1.2.6" }
solana-metrics = { path = "../metrics", version = "1.2.6" }
solana-measure = { path = "../measure", version = "1.2.6" }
solana-net-utils = { path = "../net-utils", version = "1.2.6" }
solana-runtime = { path = "../runtime", version = "1.2.6" }
solana-sdk = { path = "../sdk", version = "1.2.6" }
solana-move-loader-program = { path = "../programs/move_loader", version = "1.2.6", optional = true }
solana-version = { path = "../version", version = "1.2.6" }
[dev-dependencies]
serial_test = "0.4.0"
serial_test_derive = "0.4.0"
solana-local-cluster = { path = "../local-cluster", version = "1.2.5" }
solana-local-cluster = { path = "../local-cluster", version = "1.2.6" }
[features]
move = ["solana-librapay", "solana-move-loader-program"]

View File

@ -27,5 +27,5 @@ Alternatively, you can source it from within a script:
local PATCH=0
local SPECIAL=""
semverParseInto "1.2.5" MAJOR MINOR PATCH SPECIAL
semverParseInto "1.2.6" MAJOR MINOR PATCH SPECIAL
semverParseInto "3.2.1" MAJOR MINOR PATCH SPECIAL

View File

@ -1,6 +1,6 @@
[package]
name = "solana-clap-utils"
version = "1.2.5"
version = "1.2.6"
description = "Solana utilities for the clap"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -11,8 +11,8 @@ edition = "2018"
[dependencies]
clap = "2.33.0"
rpassword = "4.0"
solana-remote-wallet = { path = "../remote-wallet", version = "1.2.5" }
solana-sdk = { path = "../sdk", version = "1.2.5" }
solana-remote-wallet = { path = "../remote-wallet", version = "1.2.6" }
solana-sdk = { path = "../sdk", version = "1.2.6" }
thiserror = "1.0.11"
tiny-bip39 = "0.7.0"
url = "2.1.0"

View File

@ -3,7 +3,7 @@ authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018"
name = "solana-cli-config"
description = "Blockchain, Rebuilt for Scale"
version = "1.2.5"
version = "1.2.6"
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"

View File

@ -3,7 +3,7 @@ authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018"
name = "solana-cli"
description = "Blockchain, Rebuilt for Scale"
version = "1.2.5"
version = "1.2.6"
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
@ -27,28 +27,28 @@ reqwest = { version = "0.10.4", default-features = false, features = ["blocking"
serde = "1.0.110"
serde_derive = "1.0.103"
serde_json = "1.0.53"
solana-budget-program = { path = "../programs/budget", version = "1.2.5" }
solana-clap-utils = { path = "../clap-utils", version = "1.2.5" }
solana-cli-config = { path = "../cli-config", version = "1.2.5" }
solana-client = { path = "../client", version = "1.2.5" }
solana-config-program = { path = "../programs/config", version = "1.2.5" }
solana-faucet = { path = "../faucet", version = "1.2.5" }
solana-logger = { path = "../logger", version = "1.2.5" }
solana-net-utils = { path = "../net-utils", version = "1.2.5" }
solana-remote-wallet = { path = "../remote-wallet", version = "1.2.5" }
solana-runtime = { path = "../runtime", version = "1.2.5" }
solana-sdk = { path = "../sdk", version = "1.2.5" }
solana-stake-program = { path = "../programs/stake", version = "1.2.5" }
solana-transaction-status = { path = "../transaction-status", version = "1.2.5" }
solana-version = { path = "../version", version = "1.2.5" }
solana-vote-program = { path = "../programs/vote", version = "1.2.5" }
solana-vote-signer = { path = "../vote-signer", version = "1.2.5" }
solana-budget-program = { path = "../programs/budget", version = "1.2.6" }
solana-clap-utils = { path = "../clap-utils", version = "1.2.6" }
solana-cli-config = { path = "../cli-config", version = "1.2.6" }
solana-client = { path = "../client", version = "1.2.6" }
solana-config-program = { path = "../programs/config", version = "1.2.6" }
solana-faucet = { path = "../faucet", version = "1.2.6" }
solana-logger = { path = "../logger", version = "1.2.6" }
solana-net-utils = { path = "../net-utils", version = "1.2.6" }
solana-remote-wallet = { path = "../remote-wallet", version = "1.2.6" }
solana-runtime = { path = "../runtime", version = "1.2.6" }
solana-sdk = { path = "../sdk", version = "1.2.6" }
solana-stake-program = { path = "../programs/stake", version = "1.2.6" }
solana-transaction-status = { path = "../transaction-status", version = "1.2.6" }
solana-version = { path = "../version", version = "1.2.6" }
solana-vote-program = { path = "../programs/vote", version = "1.2.6" }
solana-vote-signer = { path = "../vote-signer", version = "1.2.6" }
thiserror = "1.0.19"
url = "2.1.1"
[dev-dependencies]
solana-core = { path = "../core", version = "1.2.5" }
solana-budget-program = { path = "../programs/budget", version = "1.2.5" }
solana-core = { path = "../core", version = "1.2.6" }
solana-budget-program = { path = "../programs/budget", version = "1.2.6" }
tempfile = "3.1.0"
[[bin]]

View File

@ -1,6 +1,6 @@
[package]
name = "solana-client"
version = "1.2.5"
version = "1.2.6"
description = "Solana Client"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -19,10 +19,10 @@ reqwest = { version = "0.10.4", default-features = false, features = ["blocking"
serde = "1.0.110"
serde_derive = "1.0.103"
serde_json = "1.0.53"
solana-transaction-status = { path = "../transaction-status", version = "1.2.5" }
solana-net-utils = { path = "../net-utils", version = "1.2.5" }
solana-sdk = { path = "../sdk", version = "1.2.5" }
solana-vote-program = { path = "../programs/vote", version = "1.2.5" }
solana-transaction-status = { path = "../transaction-status", version = "1.2.6" }
solana-net-utils = { path = "../net-utils", version = "1.2.6" }
solana-sdk = { path = "../sdk", version = "1.2.6" }
solana-vote-program = { path = "../programs/vote", version = "1.2.6" }
thiserror = "1.0"
tungstenite = "0.10.1"
url = "2.1.1"
@ -31,7 +31,7 @@ url = "2.1.1"
assert_matches = "1.3.0"
jsonrpc-core = "14.1.0"
jsonrpc-http-server = "14.1.0"
solana-logger = { path = "../logger", version = "1.2.5" }
solana-logger = { path = "../logger", version = "1.2.6" }
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

View File

@ -1,7 +1,7 @@
[package]
name = "solana-core"
description = "Blockchain, Rebuilt for Scale"
version = "1.2.5"
version = "1.2.6"
documentation = "https://docs.rs/solana"
homepage = "https://solana.com/"
readme = "../README.md"
@ -42,35 +42,35 @@ regex = "1.3.7"
serde = "1.0.110"
serde_derive = "1.0.103"
serde_json = "1.0.53"
solana-bpf-loader-program = { path = "../programs/bpf_loader", version = "1.2.5" }
solana-budget-program = { path = "../programs/budget", version = "1.2.5" }
solana-clap-utils = { path = "../clap-utils", version = "1.2.5" }
solana-client = { path = "../client", version = "1.2.5" }
solana-transaction-status = { path = "../transaction-status", version = "1.2.5" }
solana-faucet = { path = "../faucet", version = "1.2.5" }
solana-genesis-programs = { path = "../genesis-programs", version = "1.2.5" }
solana-ledger = { path = "../ledger", version = "1.2.5" }
solana-logger = { path = "../logger", version = "1.2.5" }
solana-merkle-tree = { path = "../merkle-tree", version = "1.2.5" }
solana-metrics = { path = "../metrics", version = "1.2.5" }
solana-measure = { path = "../measure", version = "1.2.5" }
solana-net-utils = { path = "../net-utils", version = "1.2.5" }
solana-perf = { path = "../perf", version = "1.2.5" }
solana-runtime = { path = "../runtime", version = "1.2.5" }
solana-sdk = { path = "../sdk", version = "1.2.5" }
solana-stake-program = { path = "../programs/stake", version = "1.2.5" }
solana-streamer = { path = "../streamer", version = "1.2.5" }
solana-version = { path = "../version", version = "1.2.5" }
solana-vote-program = { path = "../programs/vote", version = "1.2.5" }
solana-vote-signer = { path = "../vote-signer", version = "1.2.5" }
solana-sys-tuner = { path = "../sys-tuner", version = "1.2.5" }
solana-bpf-loader-program = { path = "../programs/bpf_loader", version = "1.2.6" }
solana-budget-program = { path = "../programs/budget", version = "1.2.6" }
solana-clap-utils = { path = "../clap-utils", version = "1.2.6" }
solana-client = { path = "../client", version = "1.2.6" }
solana-transaction-status = { path = "../transaction-status", version = "1.2.6" }
solana-faucet = { path = "../faucet", version = "1.2.6" }
solana-genesis-programs = { path = "../genesis-programs", version = "1.2.6" }
solana-ledger = { path = "../ledger", version = "1.2.6" }
solana-logger = { path = "../logger", version = "1.2.6" }
solana-merkle-tree = { path = "../merkle-tree", version = "1.2.6" }
solana-metrics = { path = "../metrics", version = "1.2.6" }
solana-measure = { path = "../measure", version = "1.2.6" }
solana-net-utils = { path = "../net-utils", version = "1.2.6" }
solana-perf = { path = "../perf", version = "1.2.6" }
solana-runtime = { path = "../runtime", version = "1.2.6" }
solana-sdk = { path = "../sdk", version = "1.2.6" }
solana-stake-program = { path = "../programs/stake", version = "1.2.6" }
solana-streamer = { path = "../streamer", version = "1.2.6" }
solana-version = { path = "../version", version = "1.2.6" }
solana-vote-program = { path = "../programs/vote", version = "1.2.6" }
solana-vote-signer = { path = "../vote-signer", version = "1.2.6" }
solana-sys-tuner = { path = "../sys-tuner", version = "1.2.6" }
tempfile = "3.1.0"
thiserror = "1.0"
tokio = "0.1"
tokio-codec = "0.1"
tokio-fs = "0.1"
tokio-io = "0.1"
solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "1.2.5" }
solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "1.2.6" }
trees = "0.2.1"
[dev-dependencies]

View File

@ -1,6 +1,6 @@
[package]
name = "solana-crate-features"
version = "1.2.5"
version = "1.2.6"
description = "Solana Crate Features"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"

View File

@ -983,7 +983,7 @@ The result field will be a JSON object with the following fields:
// Request
curl -X POST -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","id":1, "method":"getVersion"}' http://localhost:8899
// Result
{"jsonrpc":"2.0","result":{"solana-core": "1.2.5"},"id":1}
{"jsonrpc":"2.0","result":{"solana-core": "1.2.6"},"id":1}
```
### getVoteAccounts

View File

@ -2,7 +2,7 @@
authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018"
name = "solana-dos"
version = "1.2.5"
version = "1.2.6"
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
@ -13,14 +13,14 @@ clap = "2.33.1"
log = "0.4.8"
rand = "0.7.0"
rayon = "1.3.0"
solana-clap-utils = { path = "../clap-utils", version = "1.2.5" }
solana-core = { path = "../core", version = "1.2.5" }
solana-ledger = { path = "../ledger", version = "1.2.5" }
solana-logger = { path = "../logger", version = "1.2.5" }
solana-net-utils = { path = "../net-utils", version = "1.2.5" }
solana-runtime = { path = "../runtime", version = "1.2.5" }
solana-sdk = { path = "../sdk", version = "1.2.5" }
solana-version = { path = "../version", version = "1.2.5" }
solana-clap-utils = { path = "../clap-utils", version = "1.2.6" }
solana-core = { path = "../core", version = "1.2.6" }
solana-ledger = { path = "../ledger", version = "1.2.6" }
solana-logger = { path = "../logger", version = "1.2.6" }
solana-net-utils = { path = "../net-utils", version = "1.2.6" }
solana-runtime = { path = "../runtime", version = "1.2.6" }
solana-sdk = { path = "../sdk", version = "1.2.6" }
solana-version = { path = "../version", version = "1.2.6" }
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

View File

@ -1,6 +1,6 @@
[package]
name = "solana-download-utils"
version = "1.2.5"
version = "1.2.6"
description = "Solana Download Utils"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -14,8 +14,8 @@ console = "0.10.1"
indicatif = "0.14.0"
log = "0.4.8"
reqwest = { version = "0.10.4", default-features = false, features = ["blocking", "rustls-tls", "json"] }
solana-sdk = { path = "../sdk", version = "1.2.5" }
solana-ledger = { path = "../ledger", version = "1.2.5" }
solana-sdk = { path = "../sdk", version = "1.2.6" }
solana-ledger = { path = "../ledger", version = "1.2.6" }
tar = "0.4.28"
[lib]

View File

@ -1,6 +1,6 @@
[package]
name = "solana-faucet"
version = "1.2.5"
version = "1.2.6"
description = "Solana Faucet"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -16,11 +16,11 @@ clap = "2.33"
log = "0.4.8"
serde = "1.0.110"
serde_derive = "1.0.103"
solana-clap-utils = { path = "../clap-utils", version = "1.2.5" }
solana-logger = { path = "../logger", version = "1.2.5" }
solana-metrics = { path = "../metrics", version = "1.2.5" }
solana-sdk = { path = "../sdk", version = "1.2.5" }
solana-version = { path = "../version", version = "1.2.5" }
solana-clap-utils = { path = "../clap-utils", version = "1.2.6" }
solana-logger = { path = "../logger", version = "1.2.6" }
solana-metrics = { path = "../metrics", version = "1.2.6" }
solana-sdk = { path = "../sdk", version = "1.2.6" }
solana-version = { path = "../version", version = "1.2.6" }
tokio = "0.1"
tokio-codec = "0.1"

View File

@ -1,6 +1,6 @@
[package]
name = "solana-genesis-programs"
version = "1.2.5"
version = "1.2.6"
description = "Solana genesis programs"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -10,12 +10,12 @@ edition = "2018"
[dependencies]
log = { version = "0.4.8" }
solana-bpf-loader-program = { path = "../programs/bpf_loader", version = "1.2.5" }
solana-budget-program = { path = "../programs/budget", version = "1.2.5" }
solana-exchange-program = { path = "../programs/exchange", version = "1.2.5" }
solana-runtime = { path = "../runtime", version = "1.2.5" }
solana-sdk = { path = "../sdk", version = "1.2.5" }
solana-vest-program = { path = "../programs/vest", version = "1.2.5" }
solana-bpf-loader-program = { path = "../programs/bpf_loader", version = "1.2.6" }
solana-budget-program = { path = "../programs/budget", version = "1.2.6" }
solana-exchange-program = { path = "../programs/exchange", version = "1.2.6" }
solana-runtime = { path = "../runtime", version = "1.2.6" }
solana-sdk = { path = "../sdk", version = "1.2.6" }
solana-vest-program = { path = "../programs/vest", version = "1.2.6" }
[lib]
crate-type = ["lib"]

View File

@ -3,7 +3,7 @@ authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018"
name = "solana-genesis"
description = "Blockchain, Rebuilt for Scale"
version = "1.2.5"
version = "1.2.6"
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
@ -15,14 +15,14 @@ chrono = "0.4"
serde = "1.0.110"
serde_json = "1.0.53"
serde_yaml = "0.8.12"
solana-clap-utils = { path = "../clap-utils", version = "1.2.5" }
solana-genesis-programs = { path = "../genesis-programs", version = "1.2.5" }
solana-ledger = { path = "../ledger", version = "1.2.5" }
solana-logger = { path = "../logger", version = "1.2.5" }
solana-sdk = { path = "../sdk", version = "1.2.5" }
solana-stake-program = { path = "../programs/stake", version = "1.2.5" }
solana-vote-program = { path = "../programs/vote", version = "1.2.5" }
solana-version = { path = "../version", version = "1.2.5" }
solana-clap-utils = { path = "../clap-utils", version = "1.2.6" }
solana-genesis-programs = { path = "../genesis-programs", version = "1.2.6" }
solana-ledger = { path = "../ledger", version = "1.2.6" }
solana-logger = { path = "../logger", version = "1.2.6" }
solana-sdk = { path = "../sdk", version = "1.2.6" }
solana-stake-program = { path = "../programs/stake", version = "1.2.6" }
solana-vote-program = { path = "../programs/vote", version = "1.2.6" }
solana-version = { path = "../version", version = "1.2.6" }
tempfile = "3.1.0"
[[bin]]

View File

@ -3,20 +3,20 @@ authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018"
name = "solana-gossip"
description = "Blockchain, Rebuilt for Scale"
version = "1.2.5"
version = "1.2.6"
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
[dependencies]
clap = "2.33.1"
solana-clap-utils = { path = "../clap-utils", version = "1.2.5" }
solana-core = { path = "../core", version = "1.2.5" }
solana-client = { path = "../client", version = "1.2.5" }
solana-logger = { path = "../logger", version = "1.2.5" }
solana-net-utils = { path = "../net-utils", version = "1.2.5" }
solana-sdk = { path = "../sdk", version = "1.2.5" }
solana-version = { path = "../version", version = "1.2.5" }
solana-clap-utils = { path = "../clap-utils", version = "1.2.6" }
solana-core = { path = "../core", version = "1.2.6" }
solana-client = { path = "../client", version = "1.2.6" }
solana-logger = { path = "../logger", version = "1.2.6" }
solana-net-utils = { path = "../net-utils", version = "1.2.6" }
solana-sdk = { path = "../sdk", version = "1.2.6" }
solana-version = { path = "../version", version = "1.2.6" }
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

View File

@ -3,7 +3,7 @@ authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018"
name = "solana-install"
description = "The solana cluster software installer"
version = "1.2.5"
version = "1.2.6"
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
@ -24,12 +24,12 @@ reqwest = { version = "0.10.4", default-features = false, features = ["blocking"
serde = "1.0.110"
serde_derive = "1.0.103"
serde_yaml = "0.8.12"
solana-clap-utils = { path = "../clap-utils", version = "1.2.5" }
solana-client = { path = "../client", version = "1.2.5" }
solana-config-program = { path = "../programs/config", version = "1.2.5" }
solana-logger = { path = "../logger", version = "1.2.5" }
solana-sdk = { path = "../sdk", version = "1.2.5" }
solana-version = { path = "../version", version = "1.2.5" }
solana-clap-utils = { path = "../clap-utils", version = "1.2.6" }
solana-client = { path = "../client", version = "1.2.6" }
solana-config-program = { path = "../programs/config", version = "1.2.6" }
solana-logger = { path = "../logger", version = "1.2.6" }
solana-sdk = { path = "../sdk", version = "1.2.6" }
solana-version = { path = "../version", version = "1.2.6" }
semver = "0.9.0"
tar = "0.4.28"
tempdir = "0.3.7"

View File

@ -1,6 +1,6 @@
[package]
name = "solana-keygen"
version = "1.2.5"
version = "1.2.6"
description = "Solana key generation utility"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -13,11 +13,11 @@ bs58 = "0.3.1"
clap = "2.33"
dirs = "2.0.2"
num_cpus = "1.13.0"
solana-clap-utils = { path = "../clap-utils", version = "1.2.5" }
solana-cli-config = { path = "../cli-config", version = "1.2.5" }
solana-remote-wallet = { path = "../remote-wallet", version = "1.2.5" }
solana-sdk = { path = "../sdk", version = "1.2.5" }
solana-version = { path = "../version", version = "1.2.5" }
solana-clap-utils = { path = "../clap-utils", version = "1.2.6" }
solana-cli-config = { path = "../cli-config", version = "1.2.6" }
solana-remote-wallet = { path = "../remote-wallet", version = "1.2.6" }
solana-sdk = { path = "../sdk", version = "1.2.6" }
solana-version = { path = "../version", version = "1.2.6" }
tiny-bip39 = "0.7.0"
[[bin]]

View File

@ -3,7 +3,7 @@ authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018"
name = "solana-ledger-tool"
description = "Blockchain, Rebuilt for Scale"
version = "1.2.5"
version = "1.2.6"
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
@ -16,16 +16,16 @@ histogram = "*"
log = { version = "0.4.8" }
serde_json = "1.0.53"
serde_yaml = "0.8.12"
solana-clap-utils = { path = "../clap-utils", version = "1.2.5" }
solana-cli = { path = "../cli", version = "1.2.5" }
solana-ledger = { path = "../ledger", version = "1.2.5" }
solana-logger = { path = "../logger", version = "1.2.5" }
solana-runtime = { path = "../runtime", version = "1.2.5" }
solana-sdk = { path = "../sdk", version = "1.2.5" }
solana-stake-program = { path = "../programs/stake", version = "1.2.5" }
solana-transaction-status = { path = "../transaction-status", version = "1.2.5" }
solana-version = { path = "../version", version = "1.2.5" }
solana-vote-program = { path = "../programs/vote", version = "1.2.5" }
solana-clap-utils = { path = "../clap-utils", version = "1.2.6" }
solana-cli = { path = "../cli", version = "1.2.6" }
solana-ledger = { path = "../ledger", version = "1.2.6" }
solana-logger = { path = "../logger", version = "1.2.6" }
solana-runtime = { path = "../runtime", version = "1.2.6" }
solana-sdk = { path = "../sdk", version = "1.2.6" }
solana-stake-program = { path = "../programs/stake", version = "1.2.6" }
solana-transaction-status = { path = "../transaction-status", version = "1.2.6" }
solana-version = { path = "../version", version = "1.2.6" }
solana-vote-program = { path = "../programs/vote", version = "1.2.6" }
tempfile = "3.1.0"
[dev-dependencies]

View File

@ -1,6 +1,6 @@
[package]
name = "solana-ledger"
version = "1.2.5"
version = "1.2.6"
description = "Solana ledger"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -32,19 +32,19 @@ reed-solomon-erasure = { version = "4.0.2", features = ["simd-accel"] }
regex = "1.3.7"
serde = "1.0.110"
serde_bytes = "0.11.4"
solana-transaction-status = { path = "../transaction-status", version = "1.2.5" }
solana-genesis-programs = { path = "../genesis-programs", version = "1.2.5" }
solana-logger = { path = "../logger", version = "1.2.5" }
solana-measure = { path = "../measure", version = "1.2.5" }
solana-merkle-tree = { path = "../merkle-tree", version = "1.2.5" }
solana-metrics = { path = "../metrics", version = "1.2.5" }
solana-perf = { path = "../perf", version = "1.2.5" }
solana-transaction-status = { path = "../transaction-status", version = "1.2.6" }
solana-genesis-programs = { path = "../genesis-programs", version = "1.2.6" }
solana-logger = { path = "../logger", version = "1.2.6" }
solana-measure = { path = "../measure", version = "1.2.6" }
solana-merkle-tree = { path = "../merkle-tree", version = "1.2.6" }
solana-metrics = { path = "../metrics", version = "1.2.6" }
solana-perf = { path = "../perf", version = "1.2.6" }
ed25519-dalek = "1.0.0-pre.3"
solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "1.2.5" }
solana-runtime = { path = "../runtime", version = "1.2.5" }
solana-sdk = { path = "../sdk", version = "1.2.5" }
solana-stake-program = { path = "../programs/stake", version = "1.2.5" }
solana-vote-program = { path = "../programs/vote", version = "1.2.5" }
solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "1.2.6" }
solana-runtime = { path = "../runtime", version = "1.2.6" }
solana-sdk = { path = "../sdk", version = "1.2.6" }
solana-stake-program = { path = "../programs/stake", version = "1.2.6" }
solana-vote-program = { path = "../programs/vote", version = "1.2.6" }
symlink = "0.1.0"
tar = "0.4.28"
thiserror = "1.0"
@ -61,7 +61,7 @@ features = ["lz4"]
[dev-dependencies]
assert_matches = "1.3.0"
matches = "0.1.6"
solana-budget-program = { path = "../programs/budget", version = "1.2.5" }
solana-budget-program = { path = "../programs/budget", version = "1.2.6" }
[lib]
crate-type = ["lib"]

View File

@ -3,7 +3,7 @@ authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018"
name = "solana-local-cluster"
description = "Blockchain, Rebuilt for Scale"
version = "1.2.5"
version = "1.2.6"
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
@ -12,22 +12,22 @@ homepage = "https://solana.com/"
itertools = "0.9.0"
log = "0.4.8"
rand = "0.7.0"
solana-config-program = { path = "../programs/config", version = "1.2.5" }
solana-core = { path = "../core", version = "1.2.5" }
solana-client = { path = "../client", version = "1.2.5" }
solana-download-utils = { path = "../download-utils", version = "1.2.5" }
solana-faucet = { path = "../faucet", version = "1.2.5" }
solana-exchange-program = { path = "../programs/exchange", version = "1.2.5" }
solana-genesis-programs = { path = "../genesis-programs", version = "1.2.5" }
solana-ledger = { path = "../ledger", version = "1.2.5" }
solana-logger = { path = "../logger", version = "1.2.5" }
solana-runtime = { path = "../runtime", version = "1.2.5" }
solana-sdk = { path = "../sdk", version = "1.2.5" }
solana-stake-program = { path = "../programs/stake", version = "1.2.5" }
solana-vest-program = { path = "../programs/vest", version = "1.2.5" }
solana-vote-program = { path = "../programs/vote", version = "1.2.5" }
solana-config-program = { path = "../programs/config", version = "1.2.6" }
solana-core = { path = "../core", version = "1.2.6" }
solana-client = { path = "../client", version = "1.2.6" }
solana-download-utils = { path = "../download-utils", version = "1.2.6" }
solana-faucet = { path = "../faucet", version = "1.2.6" }
solana-exchange-program = { path = "../programs/exchange", version = "1.2.6" }
solana-genesis-programs = { path = "../genesis-programs", version = "1.2.6" }
solana-ledger = { path = "../ledger", version = "1.2.6" }
solana-logger = { path = "../logger", version = "1.2.6" }
solana-runtime = { path = "../runtime", version = "1.2.6" }
solana-sdk = { path = "../sdk", version = "1.2.6" }
solana-stake-program = { path = "../programs/stake", version = "1.2.6" }
solana-vest-program = { path = "../programs/vest", version = "1.2.6" }
solana-vote-program = { path = "../programs/vote", version = "1.2.6" }
tempfile = "3.1.0"
solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "1.2.5" }
solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "1.2.6" }
[dev-dependencies]
assert_matches = "1.3.0"

View File

@ -3,7 +3,7 @@ authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018"
name = "solana-log-analyzer"
description = "The solana cluster network analysis tool"
version = "1.2.5"
version = "1.2.6"
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
@ -14,9 +14,9 @@ byte-unit = "3.1.1"
clap = "2.33.1"
serde = "1.0.110"
serde_json = "1.0.53"
solana-clap-utils = { path = "../clap-utils", version = "1.2.5" }
solana-logger = { path = "../logger", version = "1.2.5" }
solana-version = { path = "../version", version = "1.2.5" }
solana-clap-utils = { path = "../clap-utils", version = "1.2.6" }
solana-logger = { path = "../logger", version = "1.2.6" }
solana-version = { path = "../version", version = "1.2.6" }
[[bin]]
name = "solana-log-analyzer"

View File

@ -1,6 +1,6 @@
[package]
name = "solana-logger"
version = "1.2.5"
version = "1.2.6"
description = "Solana Logger"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"

View File

@ -1,7 +1,7 @@
[package]
name = "solana-measure"
description = "Blockchain, Rebuilt for Scale"
version = "1.2.5"
version = "1.2.6"
documentation = "https://docs.rs/solana"
homepage = "https://solana.com/"
readme = "../README.md"
@ -12,8 +12,8 @@ edition = "2018"
[dependencies]
log = "0.4.8"
solana-sdk = { path = "../sdk", version = "1.2.5" }
solana-metrics = { path = "../metrics", version = "1.2.5" }
solana-sdk = { path = "../sdk", version = "1.2.6" }
solana-metrics = { path = "../metrics", version = "1.2.6" }
[target."cfg(unix)".dependencies]
jemallocator = "0.3.2"

View File

@ -1,6 +1,6 @@
[package]
name = "solana-merkle-tree"
version = "1.2.5"
version = "1.2.6"
description = "Solana Merkle Tree"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -9,7 +9,7 @@ homepage = "https://solana.com/"
edition = "2018"
[dependencies]
solana-sdk = { path = "../sdk", version = "1.2.5" }
solana-sdk = { path = "../sdk", version = "1.2.6" }
fast-math = "0.1"
[dev-dependencies]

View File

@ -1,6 +1,6 @@
[package]
name = "solana-metrics"
version = "1.2.5"
version = "1.2.6"
description = "Solana Metrics"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -14,7 +14,7 @@ gethostname = "0.2.1"
lazy_static = "1.4.0"
log = "0.4.8"
reqwest = { version = "0.10.4", default-features = false, features = ["blocking", "rustls-tls", "json"] }
solana-sdk = { path = "../sdk", version = "1.2.5" }
solana-sdk = { path = "../sdk", version = "1.2.6" }
[dev-dependencies]
rand = "0.7.0"

View File

@ -3,7 +3,7 @@ authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018"
name = "solana-net-shaper"
description = "The solana cluster network shaping tool"
version = "1.2.5"
version = "1.2.6"
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
@ -13,8 +13,8 @@ publish = false
clap = "2.33.1"
serde = "1.0.110"
serde_json = "1.0.53"
solana-clap-utils = { path = "../clap-utils", version = "1.2.5" }
solana-logger = { path = "../logger", version = "1.2.5" }
solana-clap-utils = { path = "../clap-utils", version = "1.2.6" }
solana-logger = { path = "../logger", version = "1.2.6" }
rand = "0.7.0"
[[bin]]

View File

@ -1,6 +1,6 @@
[package]
name = "solana-net-utils"
version = "1.2.5"
version = "1.2.6"
description = "Solana Network Utilities"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -18,9 +18,9 @@ rand = "0.7.0"
serde = "1.0.110"
serde_derive = "1.0.103"
socket2 = "0.3.12"
solana-clap-utils = { path = "../clap-utils", version = "1.2.5" }
solana-logger = { path = "../logger", version = "1.2.5" }
solana-version = { path = "../version", version = "1.2.5" }
solana-clap-utils = { path = "../clap-utils", version = "1.2.6" }
solana-logger = { path = "../logger", version = "1.2.6" }
solana-version = { path = "../version", version = "1.2.6" }
tokio = "0.1"
tokio-codec = "0.1"

View File

@ -1,6 +1,6 @@
[package]
name = "solana-notifier"
version = "1.2.5"
version = "1.2.6"
description = "Solana Notifier"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"

View File

@ -1,6 +1,6 @@
[package]
name = "solana-perf"
version = "1.2.5"
version = "1.2.6"
description = "Solana Performance APIs"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -17,11 +17,11 @@ serde = "1.0.110"
dlopen_derive = "0.1.4"
lazy_static = "1.4.0"
log = "0.4.8"
solana-sdk = { path = "../sdk", version = "1.2.5" }
solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "1.2.5" }
solana-budget-program = { path = "../programs/budget", version = "1.2.5" }
solana-logger = { path = "../logger", version = "1.2.5" }
solana-metrics = { path = "../metrics", version = "1.2.5" }
solana-sdk = { path = "../sdk", version = "1.2.6" }
solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "1.2.6" }
solana-budget-program = { path = "../programs/budget", version = "1.2.6" }
solana-logger = { path = "../logger", version = "1.2.6" }
solana-metrics = { path = "../metrics", version = "1.2.6" }
curve25519-dalek = { version = "2" }
[lib]

353
programs/bpf/Cargo.lock generated
View File

@ -2,7 +2,7 @@
# It is not intended for manual editing.
[[package]]
name = "addr2line"
version = "0.12.1"
version = "0.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"gimli 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -15,7 +15,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "aho-corasick"
version = "0.7.10"
version = "0.7.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
@ -51,13 +51,13 @@ name = "backtrace"
version = "0.3.49"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"addr2line 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
"addr2line 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)",
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
"miniz_oxide 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
"object 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -76,7 +76,7 @@ version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -119,7 +119,7 @@ version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"feature-probe 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -149,8 +149,11 @@ dependencies = [
[[package]]
name = "bytes"
version = "0.5.4"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"loom 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "cc"
@ -173,7 +176,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"num-integer 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
"num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -288,7 +291,7 @@ dependencies = [
"clear_on_drop 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
"curve25519-dalek 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"sha2 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -341,7 +344,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
"synstructure 0.12.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -410,7 +413,7 @@ dependencies = [
"proc-macro-hack 0.5.16 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -443,6 +446,18 @@ dependencies = [
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "generator"
version = "0.6.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"cc 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "generic-array"
version = "0.12.3"
@ -456,7 +471,7 @@ name = "generic-array"
version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"typenum 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
"version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -500,7 +515,7 @@ name = "h2"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
"bytes 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
"fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-sink 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
@ -548,7 +563,7 @@ name = "http"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
"bytes 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
"fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -558,7 +573,7 @@ name = "http-body"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
"bytes 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
"http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -580,7 +595,7 @@ name = "hyper"
version = "0.13.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
"bytes 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-channel 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-util 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
@ -603,7 +618,7 @@ name = "hyper-rustls"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
"bytes 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-util 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"hyper 0.13.6 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
@ -659,7 +674,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"jemalloc-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
"paste 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
"paste 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -743,6 +758,16 @@ dependencies = [
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "loom"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
"generator 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
"scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "matches"
version = "0.1.8"
@ -863,7 +888,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -933,16 +958,16 @@ dependencies = [
[[package]]
name = "paste"
version = "0.1.17"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"paste-impl 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
"paste-impl 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro-hack 0.5.16 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "paste-impl"
version = "0.1.17"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro-hack 0.5.16 (registry+https://github.com/rust-lang/crates.io-index)",
@ -977,7 +1002,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -1117,7 +1142,7 @@ name = "regex"
version = "1.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"aho-corasick 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)",
"aho-corasick 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)",
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"regex-syntax 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)",
"thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1142,7 +1167,7 @@ version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"base64 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)",
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
"bytes 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
"encoding_rs 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-util 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1158,7 +1183,7 @@ dependencies = [
"percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"pin-project-lite 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
"rustls 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.55 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_urlencoded 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1223,6 +1248,11 @@ dependencies = [
"winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "scoped-tls"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "scopeguard"
version = "1.1.0"
@ -1243,7 +1273,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -1270,10 +1300,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "serde"
version = "1.0.112"
version = "1.0.114"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"serde_derive 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -1281,17 +1311,17 @@ name = "serde_bytes"
version = "0.11.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "serde_derive"
version = "1.0.112"
version = "1.0.114"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -1301,7 +1331,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"ryu 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -1311,7 +1341,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"dtoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -1352,7 +1382,7 @@ dependencies = [
[[package]]
name = "solana-bpf-loader-program"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1360,187 +1390,187 @@ dependencies = [
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"num-derive 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-logger 1.2.5",
"solana-runtime 1.2.5",
"solana-sdk 1.2.5",
"solana-logger 1.2.6",
"solana-runtime 1.2.6",
"solana-sdk 1.2.6",
"solana_rbpf 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
"thiserror 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "solana-bpf-programs"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
"elf 0.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-bpf-loader-program 1.2.5",
"solana-logger 1.2.5",
"solana-runtime 1.2.5",
"solana-sdk 1.2.5",
"solana-bpf-loader-program 1.2.6",
"solana-logger 1.2.6",
"solana-runtime 1.2.6",
"solana-sdk 1.2.6",
"solana_rbpf 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
"walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "solana-bpf-rust-128bit"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"solana-bpf-rust-128bit-dep 1.2.5",
"solana-sdk 1.2.5",
"solana-sdk-bpf-test 1.2.5",
"solana-bpf-rust-128bit-dep 1.2.6",
"solana-sdk 1.2.6",
"solana-sdk-bpf-test 1.2.6",
]
[[package]]
name = "solana-bpf-rust-128bit-dep"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"solana-sdk 1.2.5",
"solana-sdk-bpf-test 1.2.5",
"solana-sdk 1.2.6",
"solana-sdk-bpf-test 1.2.6",
]
[[package]]
name = "solana-bpf-rust-alloc"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"solana-sdk 1.2.5",
"solana-sdk-bpf-test 1.2.5",
"solana-sdk 1.2.6",
"solana-sdk-bpf-test 1.2.6",
]
[[package]]
name = "solana-bpf-rust-dep-crate"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-sdk 1.2.5",
"solana-sdk-bpf-test 1.2.5",
"solana-sdk 1.2.6",
"solana-sdk-bpf-test 1.2.6",
]
[[package]]
name = "solana-bpf-rust-dup-accounts"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"solana-sdk 1.2.5",
"solana-sdk-bpf-test 1.2.5",
"solana-sdk 1.2.6",
"solana-sdk-bpf-test 1.2.6",
]
[[package]]
name = "solana-bpf-rust-error-handling"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"num-derive 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
"num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-sdk 1.2.5",
"solana-sdk-bpf-test 1.2.5",
"solana-sdk 1.2.6",
"solana-sdk-bpf-test 1.2.6",
"thiserror 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "solana-bpf-rust-external-spend"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"solana-sdk 1.2.5",
"solana-sdk-bpf-test 1.2.5",
"solana-sdk 1.2.6",
"solana-sdk-bpf-test 1.2.6",
]
[[package]]
name = "solana-bpf-rust-invoke"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"solana-bpf-rust-invoked 1.2.5",
"solana-sdk 1.2.5",
"solana-sdk-bpf-test 1.2.5",
"solana-bpf-rust-invoked 1.2.6",
"solana-sdk 1.2.6",
"solana-sdk-bpf-test 1.2.6",
]
[[package]]
name = "solana-bpf-rust-invoked"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"solana-sdk 1.2.5",
"solana-sdk-bpf-test 1.2.5",
"solana-sdk 1.2.6",
"solana-sdk-bpf-test 1.2.6",
]
[[package]]
name = "solana-bpf-rust-iter"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"solana-sdk 1.2.5",
"solana-sdk-bpf-test 1.2.5",
"solana-sdk 1.2.6",
"solana-sdk-bpf-test 1.2.6",
]
[[package]]
name = "solana-bpf-rust-many-args"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"solana-bpf-rust-many-args-dep 1.2.5",
"solana-sdk 1.2.5",
"solana-sdk-bpf-test 1.2.5",
"solana-bpf-rust-many-args-dep 1.2.6",
"solana-sdk 1.2.6",
"solana-sdk-bpf-test 1.2.6",
]
[[package]]
name = "solana-bpf-rust-many-args-dep"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"solana-sdk 1.2.5",
"solana-sdk-bpf-test 1.2.5",
"solana-sdk 1.2.6",
"solana-sdk-bpf-test 1.2.6",
]
[[package]]
name = "solana-bpf-rust-noop"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"solana-sdk 1.2.5",
"solana-sdk-bpf-test 1.2.5",
"solana-sdk 1.2.6",
"solana-sdk-bpf-test 1.2.6",
]
[[package]]
name = "solana-bpf-rust-panic"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"solana-sdk 1.2.5",
"solana-sdk-bpf-test 1.2.5",
"solana-sdk 1.2.6",
"solana-sdk-bpf-test 1.2.6",
]
[[package]]
name = "solana-bpf-rust-param-passing"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"solana-bpf-rust-param-passing-dep 1.2.5",
"solana-sdk 1.2.5",
"solana-sdk-bpf-test 1.2.5",
"solana-bpf-rust-param-passing-dep 1.2.6",
"solana-sdk 1.2.6",
"solana-sdk-bpf-test 1.2.6",
]
[[package]]
name = "solana-bpf-rust-param-passing-dep"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"solana-sdk 1.2.5",
"solana-sdk-bpf-test 1.2.5",
"solana-sdk 1.2.6",
"solana-sdk-bpf-test 1.2.6",
]
[[package]]
name = "solana-bpf-rust-sysval"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"solana-sdk 1.2.5",
"solana-sdk-bpf-test 1.2.5",
"solana-sdk 1.2.6",
"solana-sdk-bpf-test 1.2.6",
]
[[package]]
name = "solana-config-program"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-sdk 1.2.5",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-sdk 1.2.6",
]
[[package]]
name = "solana-crate-features"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"backtrace 0.3.49 (registry+https://github.com/rust-lang/crates.io-index)",
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1554,16 +1584,16 @@ dependencies = [
"rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"regex-syntax 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)",
"reqwest 0.10.6 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "solana-logger"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1572,30 +1602,30 @@ dependencies = [
[[package]]
name = "solana-measure"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"jemalloc-ctl 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"jemallocator 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-metrics 1.2.5",
"solana-sdk 1.2.5",
"solana-metrics 1.2.6",
"solana-sdk 1.2.6",
]
[[package]]
name = "solana-metrics"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
"gethostname 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"reqwest 0.10.6 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-sdk 1.2.5",
"solana-sdk 1.2.6",
]
[[package]]
name = "solana-rayon-threadlimit"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1603,7 +1633,7 @@ dependencies = [
[[package]]
name = "solana-runtime"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"bv 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1621,23 +1651,23 @@ dependencies = [
"num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
"rayon 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-config-program 1.2.5",
"solana-logger 1.2.5",
"solana-measure 1.2.5",
"solana-metrics 1.2.5",
"solana-rayon-threadlimit 1.2.5",
"solana-sdk 1.2.5",
"solana-stake-program 1.2.5",
"solana-vote-program 1.2.5",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-config-program 1.2.6",
"solana-logger 1.2.6",
"solana-measure 1.2.6",
"solana-metrics 1.2.6",
"solana-rayon-threadlimit 1.2.6",
"solana-sdk 1.2.6",
"solana-stake-program 1.2.6",
"solana-vote-program 1.2.6",
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"thiserror 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "solana-sdk"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1657,60 +1687,60 @@ dependencies = [
"pbkdf2 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_bytes 0.11.5 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.55 (registry+https://github.com/rust-lang/crates.io-index)",
"sha2 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-crate-features 1.2.5",
"solana-logger 1.2.5",
"solana-sdk-macro 1.2.5",
"solana-crate-features 1.2.6",
"solana-logger 1.2.6",
"solana-sdk-macro 1.2.6",
"thiserror 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "solana-sdk-bpf-test"
version = "1.2.5"
version = "1.2.6"
[[package]]
name = "solana-sdk-macro"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"bs58 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "solana-stake-program"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"num-derive 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-config-program 1.2.5",
"solana-metrics 1.2.5",
"solana-sdk 1.2.5",
"solana-vote-program 1.2.5",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-config-program 1.2.6",
"solana-metrics 1.2.6",
"solana-sdk 1.2.6",
"solana-vote-program 1.2.6",
"thiserror 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "solana-vote-program"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"num-derive 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-metrics 1.2.5",
"solana-sdk 1.2.5",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-metrics 1.2.6",
"solana-sdk 1.2.6",
"thiserror 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -1758,7 +1788,7 @@ dependencies = [
[[package]]
name = "syn"
version = "1.0.31"
version = "1.0.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1773,7 +1803,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -1813,7 +1843,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -1866,7 +1896,7 @@ name = "tokio"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
"bytes 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
"fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
@ -2040,7 +2070,7 @@ name = "tokio-util"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
"bytes 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-sink 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
@ -2147,7 +2177,7 @@ version = "0.2.63"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.55 (registry+https://github.com/rust-lang/crates.io-index)",
"wasm-bindgen-macro 0.2.63 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -2162,7 +2192,7 @@ dependencies = [
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
"wasm-bindgen-shared 0.2.63 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -2193,7 +2223,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
"wasm-bindgen-backend 0.2.63 (registry+https://github.com/rust-lang/crates.io-index)",
"wasm-bindgen-shared 0.2.63 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -2289,9 +2319,9 @@ version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[metadata]
"checksum addr2line 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a49806b9dadc843c61e7c97e72490ad7f7220ae249012fbda9ad0609457c0543"
"checksum addr2line 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)" = "602d785912f476e480434627e8732e6766b760c045bbf897d9dfaa9f4fbd399c"
"checksum adler32 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "567b077b825e468cc974f0020d4082ee6e03132512f207ef1a02fd5d00d1f32d"
"checksum aho-corasick 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)" = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada"
"checksum aho-corasick 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)" = "c259a748ac706ba73d609b73fc13469e128337f9a6b2fb3cc82d100f8dd8d511"
"checksum ascii 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3ae7d751998c189c1d4468cf0a39bb2eae052a9c58d50ebb3b9591ee3813ad50"
"checksum assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7deb0a829ca7bcfaf5da70b073a8d128619259a7be8216a355e23f00763059e5"
"checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
@ -2310,7 +2340,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
"checksum byteorder 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0fc10e8cc6b2580fda3f36eb6dc5316657f812a3df879a44a66fc9f0fdbc4855"
"checksum byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
"checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
"checksum bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "130aac562c0dd69c56b3b1cc8ffd2e17be31d0b6c25b61c96b76231aa23e39e1"
"checksum bytes 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "118cf036fbb97d0816e3c34b2d7a1e8cfc60f68fcf63d550ddbe9bd5f59c213b"
"checksum cc 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)" = "e450b8da92aa6f274e7c6437692f9f2ce6d701fb73bacfcf87897b3f89a4c20e"
"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
"checksum chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "80094f509cf8b5ae86a4966a39b3ff66cd7e2a3e594accec3743ff3fabeab5b2"
@ -2346,6 +2376,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
"checksum futures-sink 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3f2032893cb734c7a05d85ce0cc8b8c4075278e93b24b66f9de99d6eb0fa8acc"
"checksum futures-task 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "bdb66b5f09e22019b1ab0830f7785bcea8e7a42148683f99214f73f8ec21a626"
"checksum futures-util 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "8764574ff08b701a084482c3c7031349104b07ac897393010494beaa18ce32c6"
"checksum generator 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)" = "add72f17bb81521258fcc8a7a3245b1e184e916bfbe34f0ea89558f440df5c68"
"checksum generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
"checksum generic-array 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ac746a5f3bbfdadd6106868134545e684693d54d9d44f6e9588a7d54af0bf980"
"checksum gethostname 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e692e296bfac1d2533ef168d0b60ff5897b8b70a4009276834014dd8924cc028"
@ -2379,6 +2410,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
"checksum libloading 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2cadb8e769f070c45df05c78c7520eb4cd17061d4ab262e43cfc68b4d00ac71c"
"checksum lock_api 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
"checksum loom 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4ecc775857611e1df29abba5c41355cdf540e7e9d4acfdf0f355eefee82330b7"
"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
"checksum maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
"checksum memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
@ -2401,8 +2433,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
"checksum opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
"checksum parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
"checksum parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
"checksum paste 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "026c63fe245362be0322bfec5a9656d458d13f9cfb1785d1b38458b9968e8080"
"checksum paste-impl 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "7b9281a268ec213237dcd2aa3c3d0f46681b04ced37c1616fd36567a9e6954b0"
"checksum paste 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "45ca20c77d80be666aef2b45486da86238fabe33e38306bd3118fe4af33fa880"
"checksum paste-impl 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "d95a7db200b97ef370c8e6de0088252f7e0dfff7d047a28528e47456c0fc98b6"
"checksum pbkdf2 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "006c038a43a45995a9670da19e67600114740e8511d4333bf97a56e66a7542d9"
"checksum percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
"checksum pin-project 0.4.22 (registry+https://github.com/rust-lang/crates.io-index)" = "12e3a6cdbfe94a5e4572812a0201f8c0ed98c1c452c7b8563ce2276988ef9c17"
@ -2435,15 +2467,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
"checksum rustls 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c0d4a31f5d68413404705d6982529b0e11a9aacd4839d1d6222ee3b8cb4015e1"
"checksum ryu 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
"checksum same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
"checksum scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28"
"checksum scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
"checksum scroll 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "abb2332cb595d33f7edd5700f4cbf94892e680c7f0ae56adab58a35190b66cb1"
"checksum scroll_derive 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e367622f934864ffa1c704ba2b82280aab856e3d8213c84c5720257eb34b15b9"
"checksum sct 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c"
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
"checksum serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)" = "736aac72d1eafe8e5962d1d1c3d99b0df526015ba40915cb3c49d042e92ec243"
"checksum serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)" = "5317f7588f0a5078ee60ef675ef96735a1442132dc645eb1d12c018620ed8cd3"
"checksum serde_bytes 0.11.5 (registry+https://github.com/rust-lang/crates.io-index)" = "16ae07dd2f88a366f15bd0632ba725227018c69a1c8550a927324f8eb8368bb9"
"checksum serde_derive 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)" = "bf0343ce212ac0d3d6afd9391ac8e9c9efe06b533c8d33f660f6390cc4093f57"
"checksum serde_derive 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)" = "2a0be94b04690fbaed37cddffc5c134bf537c8e3329d53e982fe04c374978f8e"
"checksum serde_json 1.0.55 (registry+https://github.com/rust-lang/crates.io-index)" = "ec2c5d7e739bc07a3e73381a39d61fdb5f671c60c1df26a130690665803d8226"
"checksum serde_urlencoded 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97"
"checksum sha2 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"
@ -2455,7 +2488,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
"checksum subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"
"checksum subtle 2.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "502d53007c02d7605a05df1c1a73ee436952781653da5d0bf57ad608f66932c1"
"checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
"checksum syn 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)" = "b5304cfdf27365b7585c25d4af91b35016ed21ef88f17ced89c7093b43dba8b6"
"checksum syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)" = "e8d5d96e8cbb005d6959f119f773bfaebb5684296108fb32600c00cde305b2cd"
"checksum synstructure 0.12.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"
"checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
"checksum termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"

View File

@ -1,7 +1,7 @@
[package]
name = "solana-bpf-programs"
description = "Blockchain, Rebuilt for Scale"
version = "1.2.5"
version = "1.2.6"
documentation = "https://docs.rs/solana"
homepage = "https://solana.com/"
readme = "README.md"
@ -22,10 +22,10 @@ walkdir = "2"
bincode = "1.1.4"
byteorder = "1.3.2"
elf = "0.0.10"
solana-bpf-loader-program = { path = "../bpf_loader", version = "1.2.5" }
solana-logger = { path = "../../logger", version = "1.2.5" }
solana-runtime = { path = "../../runtime", version = "1.2.5" }
solana-sdk = { path = "../../sdk", version = "1.2.5" }
solana-bpf-loader-program = { path = "../bpf_loader", version = "1.2.6" }
solana-logger = { path = "../../logger", version = "1.2.6" }
solana-runtime = { path = "../../runtime", version = "1.2.6" }
solana-sdk = { path = "../../sdk", version = "1.2.6" }
solana_rbpf = "=0.1.28"
[[bench]]

View File

@ -3,7 +3,7 @@
[package]
name = "solana-bpf-rust-128bit"
version = "1.2.5"
version = "1.2.6"
description = "Solana BPF test program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -12,11 +12,11 @@ homepage = "https://solana.com/"
edition = "2018"
[dependencies]
solana-sdk = { path = "../../../../sdk/", version = "1.2.5", default-features = false }
solana-bpf-rust-128bit-dep = { path = "../128bit_dep", version = "1.2.5" }
solana-sdk = { path = "../../../../sdk/", version = "1.2.6", default-features = false }
solana-bpf-rust-128bit-dep = { path = "../128bit_dep", version = "1.2.6" }
[dev_dependencies]
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.5" }
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.6" }
[features]
program = ["solana-sdk/program"]

View File

@ -3,7 +3,7 @@
[package]
name = "solana-bpf-rust-128bit-dep"
version = "1.2.5"
version = "1.2.6"
description = "Solana BPF test program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -12,10 +12,10 @@ homepage = "https://solana.com/"
edition = "2018"
[dependencies]
solana-sdk = { path = "../../../../sdk/", version = "1.2.5", default-features = false }
solana-sdk = { path = "../../../../sdk/", version = "1.2.6", default-features = false }
[dev_dependencies]
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.5" }
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.6" }
[features]
program = ["solana-sdk/program"]

View File

@ -3,7 +3,7 @@
[package]
name = "solana-bpf-rust-alloc"
version = "1.2.5"
version = "1.2.6"
description = "Solana BPF test program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -12,10 +12,10 @@ homepage = "https://solana.com/"
edition = "2018"
[dependencies]
solana-sdk = { path = "../../../../sdk/", version = "1.2.5", default-features = false }
solana-sdk = { path = "../../../../sdk/", version = "1.2.6", default-features = false }
[dev_dependencies]
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.5" }
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.6" }
[features]
program = ["solana-sdk/program"]

View File

@ -3,7 +3,7 @@
[package]
name = "solana-bpf-rust-dep-crate"
version = "1.2.5"
version = "1.2.6"
description = "Solana BPF test program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -13,10 +13,10 @@ edition = "2018"
[dependencies]
byteorder = { version = "1", default-features = false }
solana-sdk = { path = "../../../../sdk/", version = "1.2.5", default-features = false }
solana-sdk = { path = "../../../../sdk/", version = "1.2.6", default-features = false }
[dev_dependencies]
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.5" }
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.6" }
[features]
program = ["solana-sdk/program"]

View File

@ -3,7 +3,7 @@
[package]
name = "solana-bpf-rust-dup-accounts"
version = "1.2.5"
version = "1.2.6"
description = "Solana BPF test program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -12,10 +12,10 @@ homepage = "https://solana.com/"
edition = "2018"
[dependencies]
solana-sdk = { path = "../../../../sdk/", version = "1.2.5", default-features = false }
solana-sdk = { path = "../../../../sdk/", version = "1.2.6", default-features = false }
[dev_dependencies]
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.5" }
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.6" }
[features]
program = ["solana-sdk/program"]

View File

@ -3,7 +3,7 @@
[package]
name = "solana-bpf-rust-error-handling"
version = "1.2.5"
version = "1.2.6"
description = "Solana BPF test program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -14,11 +14,11 @@ edition = "2018"
[dependencies]
num-derive = "0.2"
num-traits = "0.2"
solana-sdk = { path = "../../../../sdk/", version = "1.2.5", default-features = false }
solana-sdk = { path = "../../../../sdk/", version = "1.2.6", default-features = false }
thiserror = "1.0"
[dev_dependencies]
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.5" }
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.6" }
[features]
program = ["solana-sdk/program"]

View File

@ -3,7 +3,7 @@
[package]
name = "solana-bpf-rust-external-spend"
version = "1.2.5"
version = "1.2.6"
description = "Solana BPF test program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -12,10 +12,10 @@ homepage = "https://solana.com/"
edition = "2018"
[dependencies]
solana-sdk = { path = "../../../../sdk/", version = "1.2.5", default-features = false }
solana-sdk = { path = "../../../../sdk/", version = "1.2.6", default-features = false }
[dev_dependencies]
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.5" }
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.6" }
[features]
program = ["solana-sdk/program"]

View File

@ -3,7 +3,7 @@
[package]
name = "solana-bpf-rust-invoke"
version = "1.2.5"
version = "1.2.6"
description = "Solana BPF test program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -13,8 +13,8 @@ edition = "2018"
[dependencies]
solana-bpf-rust-invoked = { path = "../invoked"}
solana-sdk = { path = "../../../../sdk/", version = "1.2.5", default-features = false }
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.5" }
solana-sdk = { path = "../../../../sdk/", version = "1.2.6", default-features = false }
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.6" }
[features]
program = ["solana-sdk/program"]

View File

@ -3,7 +3,7 @@
[package]
name = "solana-bpf-rust-invoked"
version = "1.2.5"
version = "1.2.6"
description = "Solana BPF test program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -12,8 +12,8 @@ homepage = "https://solana.com/"
edition = "2018"
[dependencies]
solana-sdk = { path = "../../../../sdk/", version = "1.2.5", default-features = false }
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.5" }
solana-sdk = { path = "../../../../sdk/", version = "1.2.6", default-features = false }
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.6" }
[features]
program = ["solana-sdk/program"]

View File

@ -3,7 +3,7 @@
[package]
name = "solana-bpf-rust-iter"
version = "1.2.5"
version = "1.2.6"
description = "Solana BPF test program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -12,10 +12,10 @@ homepage = "https://solana.com/"
edition = "2018"
[dependencies]
solana-sdk = { path = "../../../../sdk/", version = "1.2.5", default-features = false }
solana-sdk = { path = "../../../../sdk/", version = "1.2.6", default-features = false }
[dev_dependencies]
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.5" }
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.6" }
[features]
program = ["solana-sdk/program"]

View File

@ -3,7 +3,7 @@
[package]
name = "solana-bpf-rust-many-args"
version = "1.2.5"
version = "1.2.6"
description = "Solana BPF test program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -12,11 +12,11 @@ homepage = "https://solana.com/"
edition = "2018"
[dependencies]
solana-sdk = { path = "../../../../sdk/", version = "1.2.5", default-features = false }
solana-bpf-rust-many-args-dep = { path = "../many_args_dep", version = "1.2.5" }
solana-sdk = { path = "../../../../sdk/", version = "1.2.6", default-features = false }
solana-bpf-rust-many-args-dep = { path = "../many_args_dep", version = "1.2.6" }
[dev_dependencies]
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.5" }
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.6" }
[features]
program = ["solana-sdk/program"]

View File

@ -3,7 +3,7 @@
[package]
name = "solana-bpf-rust-many-args-dep"
version = "1.2.5"
version = "1.2.6"
description = "Solana BPF test program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -12,10 +12,10 @@ homepage = "https://solana.com/"
edition = "2018"
[dependencies]
solana-sdk = { path = "../../../../sdk/", version = "1.2.5", default-features = false }
solana-sdk = { path = "../../../../sdk/", version = "1.2.6", default-features = false }
[dev_dependencies]
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.5" }
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.6" }
[features]
program = ["solana-sdk/program"]

View File

@ -3,7 +3,7 @@
[package]
name = "solana-bpf-rust-noop"
version = "1.2.5"
version = "1.2.6"
description = "Solana BPF test program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -12,10 +12,10 @@ homepage = "https://solana.com/"
edition = "2018"
[dependencies]
solana-sdk = { path = "../../../../sdk/", version = "1.2.5", default-features = false }
solana-sdk = { path = "../../../../sdk/", version = "1.2.6", default-features = false }
[dev_dependencies]
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.5" }
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.6" }
[features]
program = ["solana-sdk/program"]

View File

@ -3,7 +3,7 @@
[package]
name = "solana-bpf-rust-panic"
version = "1.2.5"
version = "1.2.6"
description = "Solana BPF test program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -12,10 +12,10 @@ homepage = "https://solana.com/"
edition = "2018"
[dependencies]
solana-sdk = { path = "../../../../sdk/", version = "1.2.5", default-features = false }
solana-sdk = { path = "../../../../sdk/", version = "1.2.6", default-features = false }
[dev_dependencies]
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.5" }
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.6" }
[features]
program = ["solana-sdk/program"]

View File

@ -3,7 +3,7 @@
[package]
name = "solana-bpf-rust-param-passing"
version = "1.2.5"
version = "1.2.6"
description = "Solana BPF test program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -12,11 +12,11 @@ homepage = "https://solana.com/"
edition = "2018"
[dependencies]
solana-sdk = { path = "../../../../sdk/", version = "1.2.5", default-features = false }
solana-bpf-rust-param-passing-dep = { path = "../param_passing_dep", version = "1.2.5" }
solana-sdk = { path = "../../../../sdk/", version = "1.2.6", default-features = false }
solana-bpf-rust-param-passing-dep = { path = "../param_passing_dep", version = "1.2.6" }
[dev_dependencies]
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.5" }
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.6" }
[features]
program = ["solana-sdk/program"]

View File

@ -3,7 +3,7 @@
[package]
name = "solana-bpf-rust-param-passing-dep"
version = "1.2.5"
version = "1.2.6"
description = "Solana BPF program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -12,10 +12,10 @@ homepage = "https://solana.com/"
edition = "2018"
[dependencies]
solana-sdk = { path = "../../../../sdk/", version = "1.2.5", default-features = false }
solana-sdk = { path = "../../../../sdk/", version = "1.2.6", default-features = false }
[dev_dependencies]
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.5" }
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.6" }
[features]
program = ["solana-sdk/program"]

View File

@ -3,7 +3,7 @@
[package]
name = "solana-bpf-rust-sysval"
version = "1.2.5"
version = "1.2.6"
description = "Solana BPF test program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -12,10 +12,10 @@ homepage = "https://solana.com/"
edition = "2018"
[dependencies]
solana-sdk = { path = "../../../../sdk/", version = "1.2.5", default-features = false }
solana-sdk = { path = "../../../../sdk/", version = "1.2.6", default-features = false }
[dev_dependencies]
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.5" }
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.6" }
[features]
program = ["solana-sdk/program"]

View File

@ -1,6 +1,6 @@
[package]
name = "solana-bpf-loader-program"
version = "1.2.5"
version = "1.2.6"
description = "Solana BPF loader"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -15,9 +15,9 @@ jemalloc-sys = { version = "0.3.2", features = ["disable_initial_exec_tls"] }
log = "0.4.8"
num-derive = { version = "0.3" }
num-traits = { version = "0.2" }
solana-logger = { path = "../../logger", version = "1.2.5" }
solana-runtime = { path = "../../runtime", version = "1.2.5" }
solana-sdk = { path = "../../sdk", version = "1.2.5" }
solana-logger = { path = "../../logger", version = "1.2.6" }
solana-runtime = { path = "../../runtime", version = "1.2.6" }
solana-sdk = { path = "../../sdk", version = "1.2.6" }
solana_rbpf = "=0.1.28"
thiserror = "1.0"

View File

@ -1,6 +1,6 @@
[package]
name = "solana-btc-spv-program"
version = "1.2.5"
version = "1.2.6"
description = "Solana Bitcoin spv parsing program"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -15,7 +15,7 @@ num-derive = "0.3"
num-traits = "0.2"
serde = "1.0.110"
serde_derive = "1.0.103"
solana-sdk = { path = "../../sdk", version = "1.2.5"}
solana-sdk = { path = "../../sdk", version = "1.2.6"}
hex = "0.4.2"
[lib]

View File

@ -1,6 +1,6 @@
[package]
name = "btc_spv_bin"
version = "1.2.5"
version = "1.2.6"
description = "Solana Bitcoin spv parsing program"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"

View File

@ -1,6 +1,6 @@
[package]
name = "solana-budget-program"
version = "1.2.5"
version = "1.2.6"
description = "Solana Budget program"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -16,11 +16,11 @@ num-derive = "0.3"
num-traits = "0.2"
serde = "1.0.110"
serde_derive = "1.0.103"
solana-sdk = { path = "../../sdk", version = "1.2.5" }
solana-sdk = { path = "../../sdk", version = "1.2.6" }
thiserror = "1.0"
[dev-dependencies]
solana-runtime = { path = "../../runtime", version = "1.2.5" }
solana-runtime = { path = "../../runtime", version = "1.2.6" }
[lib]
crate-type = ["lib", "cdylib"]

View File

@ -1,6 +1,6 @@
[package]
name = "solana-config-program"
version = "1.2.5"
version = "1.2.6"
description = "Solana Config program"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -14,10 +14,10 @@ chrono = { version = "0.4.11", features = ["serde"] }
log = "0.4.8"
serde = "1.0.110"
serde_derive = "1.0.103"
solana-sdk = { path = "../../sdk", version = "1.2.5" }
solana-sdk = { path = "../../sdk", version = "1.2.6" }
[dev-dependencies]
solana-logger = { path = "../../logger", version = "1.2.5" }
solana-logger = { path = "../../logger", version = "1.2.6" }
[lib]
crate-type = ["lib"]

View File

@ -1,6 +1,6 @@
[package]
name = "solana-exchange-program"
version = "1.2.5"
version = "1.2.6"
description = "Solana Exchange program"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -15,13 +15,13 @@ num-derive = { version = "0.3" }
num-traits = { version = "0.2" }
serde = "1.0.110"
serde_derive = "1.0.103"
solana-logger = { path = "../../logger", version = "1.2.5" }
solana-metrics = { path = "../../metrics", version = "1.2.5" }
solana-sdk = { path = "../../sdk", version = "1.2.5" }
solana-logger = { path = "../../logger", version = "1.2.6" }
solana-metrics = { path = "../../metrics", version = "1.2.6" }
solana-sdk = { path = "../../sdk", version = "1.2.6" }
thiserror = "1.0"
[dev-dependencies]
solana-runtime = { path = "../../runtime", version = "1.2.5" }
solana-runtime = { path = "../../runtime", version = "1.2.6" }
[lib]
crate-type = ["lib", "cdylib"]

View File

@ -1,6 +1,6 @@
[package]
name = "solana-failure-program"
version = "1.2.5"
version = "1.2.6"
description = "Solana failure program"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -9,10 +9,10 @@ homepage = "https://solana.com/"
edition = "2018"
[dependencies]
solana-sdk = { path = "../../sdk", version = "1.2.5" }
solana-sdk = { path = "../../sdk", version = "1.2.6" }
[dev-dependencies]
solana-runtime = { path = "../../runtime", version = "1.2.5" }
solana-runtime = { path = "../../runtime", version = "1.2.6" }
[lib]
crate-type = ["lib", "cdylib"]

View File

@ -2,7 +2,7 @@
# It is not intended for manual editing.
[[package]]
name = "addr2line"
version = "0.12.1"
version = "0.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"gimli 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -15,7 +15,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "aho-corasick"
version = "0.7.10"
version = "0.7.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
@ -82,13 +82,13 @@ name = "backtrace"
version = "0.3.49"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"addr2line 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
"addr2line 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)",
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
"miniz_oxide 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
"object 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -112,7 +112,7 @@ version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -194,7 +194,7 @@ version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"feature-probe 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -219,8 +219,11 @@ dependencies = [
[[package]]
name = "bytes"
version = "0.5.4"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"loom 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "c_linked_list"
@ -257,7 +260,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"num-integer 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
"num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -430,7 +433,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -482,7 +485,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"strsim 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -499,7 +502,7 @@ dependencies = [
"clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
"curve25519-dalek 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"sha2 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -576,7 +579,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
"synstructure 0.12.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -664,7 +667,7 @@ dependencies = [
"proc-macro-hack 0.5.16 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -702,6 +705,18 @@ name = "gcc"
version = "0.3.55"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "generator"
version = "0.6.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"cc 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "generic-array"
version = "0.12.3"
@ -715,7 +730,7 @@ name = "generic-array"
version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"typenum 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
"version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -786,7 +801,7 @@ name = "h2"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
"bytes 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
"fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-sink 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
@ -854,7 +869,7 @@ name = "http"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
"bytes 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
"fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -875,7 +890,7 @@ name = "http-body"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
"bytes 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
"http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -926,7 +941,7 @@ name = "hyper"
version = "0.13.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
"bytes 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-channel 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-util 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
@ -949,7 +964,7 @@ name = "hyper-rustls"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
"bytes 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-util 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"hyper 0.13.6 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1023,7 +1038,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"jemalloc-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
"paste 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
"paste 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -1091,8 +1106,8 @@ dependencies = [
"petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
"regex-syntax 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"sha2 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
"string_cache 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)",
"term 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1141,6 +1156,16 @@ dependencies = [
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "loom"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
"generator 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
"scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "mach_o_sys"
version = "0.1.1"
@ -1287,7 +1312,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -1333,7 +1358,7 @@ dependencies = [
"proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -1385,7 +1410,7 @@ dependencies = [
"data-encoding 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-multihash 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"unsigned-varint 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -1450,16 +1475,16 @@ dependencies = [
[[package]]
name = "paste"
version = "0.1.17"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"paste-impl 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
"paste-impl 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro-hack 0.5.16 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "paste-impl"
version = "0.1.17"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro-hack 0.5.16 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1525,7 +1550,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -1564,7 +1589,7 @@ dependencies = [
"proc-macro-error-attr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
"version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -1575,7 +1600,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
"syn-mid 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -1947,7 +1972,7 @@ name = "regex"
version = "1.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"aho-corasick 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)",
"aho-corasick 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)",
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"regex-syntax 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)",
"thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1982,7 +2007,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -1991,7 +2016,7 @@ version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"base64 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)",
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
"bytes 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
"encoding_rs 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-util 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
@ -2007,7 +2032,7 @@ dependencies = [
"percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"pin-project-lite 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
"rustls 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.55 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_urlencoded 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
@ -2086,6 +2111,11 @@ name = "ryu"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "scoped-tls"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "scopeguard"
version = "1.1.0"
@ -2115,10 +2145,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "serde"
version = "1.0.112"
version = "1.0.114"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"serde_derive 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -2126,17 +2156,17 @@ name = "serde_bytes"
version = "0.11.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "serde_derive"
version = "1.0.112"
version = "1.0.114"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -2146,7 +2176,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"ryu 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -2156,7 +2186,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"dtoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -2288,19 +2318,19 @@ dependencies = [
[[package]]
name = "solana-config-program"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-sdk 1.2.5",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-sdk 1.2.6",
]
[[package]]
name = "solana-crate-features"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"backtrace 0.3.49 (registry+https://github.com/rust-lang/crates.io-index)",
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
@ -2314,29 +2344,29 @@ dependencies = [
"rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"regex-syntax 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)",
"reqwest 0.10.6 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "solana-librapay"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-logger 1.2.5",
"solana-move-loader-program 1.2.5",
"solana-runtime 1.2.5",
"solana-sdk 1.2.5",
"solana-logger 1.2.6",
"solana-move-loader-program 1.2.6",
"solana-runtime 1.2.6",
"solana-sdk 1.2.6",
"solana_libra_types 0.0.1-sol5 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "solana-logger"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -2345,42 +2375,42 @@ dependencies = [
[[package]]
name = "solana-measure"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"jemalloc-ctl 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"jemallocator 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-metrics 1.2.5",
"solana-sdk 1.2.5",
"solana-metrics 1.2.6",
"solana-sdk 1.2.6",
]
[[package]]
name = "solana-metrics"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
"gethostname 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"reqwest 0.10.6 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-sdk 1.2.5",
"solana-sdk 1.2.6",
]
[[package]]
name = "solana-move-loader-program"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"indexmap 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"num-derive 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_bytes 0.11.5 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.55 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-logger 1.2.5",
"solana-sdk 1.2.5",
"solana-logger 1.2.6",
"solana-sdk 1.2.6",
"solana_libra_bytecode_verifier 0.0.1-sol5 (registry+https://github.com/rust-lang/crates.io-index)",
"solana_libra_canonical_serialization 0.0.1-sol5 (registry+https://github.com/rust-lang/crates.io-index)",
"solana_libra_compiler 0.0.1-sol5 (registry+https://github.com/rust-lang/crates.io-index)",
@ -2397,7 +2427,7 @@ dependencies = [
[[package]]
name = "solana-rayon-threadlimit"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -2405,7 +2435,7 @@ dependencies = [
[[package]]
name = "solana-runtime"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"bv 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
@ -2423,23 +2453,23 @@ dependencies = [
"num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
"rayon 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-config-program 1.2.5",
"solana-logger 1.2.5",
"solana-measure 1.2.5",
"solana-metrics 1.2.5",
"solana-rayon-threadlimit 1.2.5",
"solana-sdk 1.2.5",
"solana-stake-program 1.2.5",
"solana-vote-program 1.2.5",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-config-program 1.2.6",
"solana-logger 1.2.6",
"solana-measure 1.2.6",
"solana-metrics 1.2.6",
"solana-rayon-threadlimit 1.2.6",
"solana-sdk 1.2.6",
"solana-stake-program 1.2.6",
"solana-vote-program 1.2.6",
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"thiserror 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "solana-sdk"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
@ -2459,56 +2489,56 @@ dependencies = [
"pbkdf2 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_bytes 0.11.5 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.55 (registry+https://github.com/rust-lang/crates.io-index)",
"sha2 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-crate-features 1.2.5",
"solana-logger 1.2.5",
"solana-sdk-macro 1.2.5",
"solana-crate-features 1.2.6",
"solana-logger 1.2.6",
"solana-sdk-macro 1.2.6",
"thiserror 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "solana-sdk-macro"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"bs58 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "solana-stake-program"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"num-derive 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-config-program 1.2.5",
"solana-metrics 1.2.5",
"solana-sdk 1.2.5",
"solana-vote-program 1.2.5",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-config-program 1.2.6",
"solana-metrics 1.2.6",
"solana-sdk 1.2.6",
"solana-vote-program 1.2.6",
"thiserror 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "solana-vote-program"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"num-derive 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-metrics 1.2.5",
"solana-sdk 1.2.5",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-metrics 1.2.6",
"solana-sdk 1.2.6",
"thiserror 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -2560,7 +2590,7 @@ dependencies = [
"parity-multiaddr 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"prost 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"solana_libra_crypto 0.0.1-sol5 (registry+https://github.com/rust-lang/crates.io-index)",
"solana_libra_failure_ext 0.0.1-sol5 (registry+https://github.com/rust-lang/crates.io-index)",
"solana_libra_logger 0.0.1-sol5 (registry+https://github.com/rust-lang/crates.io-index)",
@ -2587,7 +2617,7 @@ dependencies = [
"proptest 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)",
"proptest-derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"sha2 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
"sha3 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
"solana_libra_canonical_serialization 0.0.1-sol5 (registry+https://github.com/rust-lang/crates.io-index)",
@ -2606,7 +2636,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -2664,7 +2694,7 @@ dependencies = [
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.55 (registry+https://github.com/rust-lang/crates.io-index)",
"slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
"slog-async 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -2694,7 +2724,7 @@ version = "0.0.1-sol5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proptest 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -2755,7 +2785,7 @@ dependencies = [
"prost-build 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"radix_trie 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"solana_libra_canonical_serialization 0.0.1-sol5 (registry+https://github.com/rust-lang/crates.io-index)",
"solana_libra_crypto 0.0.1-sol5 (registry+https://github.com/rust-lang/crates.io-index)",
"solana_libra_failure_ext 0.0.1-sol5 (registry+https://github.com/rust-lang/crates.io-index)",
@ -2775,7 +2805,7 @@ dependencies = [
"mirai-annotations 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"proptest 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)",
"proptest-derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"solana_libra_canonical_serialization 0.0.1-sol5 (registry+https://github.com/rust-lang/crates.io-index)",
"solana_libra_crypto 0.0.1-sol5 (registry+https://github.com/rust-lang/crates.io-index)",
"solana_libra_failure_ext 0.0.1-sol5 (registry+https://github.com/rust-lang/crates.io-index)",
@ -2860,7 +2890,7 @@ dependencies = [
"new_debug_unreachable 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
"phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)",
"precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"string_cache_codegen 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
"string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -2911,7 +2941,7 @@ dependencies = [
"proc-macro-error 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -2936,7 +2966,7 @@ dependencies = [
[[package]]
name = "syn"
version = "1.0.31"
version = "1.0.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
@ -2951,7 +2981,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -2961,7 +2991,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -3033,7 +3063,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -3069,7 +3099,7 @@ dependencies = [
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
"rand04_compat 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -3123,7 +3153,7 @@ name = "tokio"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
"bytes 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
"fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
@ -3307,7 +3337,7 @@ name = "tokio-util"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
"bytes 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-sink 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
@ -3320,7 +3350,7 @@ name = "toml"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -3465,7 +3495,7 @@ version = "0.2.63"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.55 (registry+https://github.com/rust-lang/crates.io-index)",
"wasm-bindgen-macro 0.2.63 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -3480,7 +3510,7 @@ dependencies = [
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
"wasm-bindgen-shared 0.2.63 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -3511,7 +3541,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
"wasm-bindgen-backend 0.2.63 (registry+https://github.com/rust-lang/crates.io-index)",
"wasm-bindgen-shared 0.2.63 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -3635,14 +3665,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
"synstructure 0.12.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
[metadata]
"checksum addr2line 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a49806b9dadc843c61e7c97e72490ad7f7220ae249012fbda9ad0609457c0543"
"checksum addr2line 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)" = "602d785912f476e480434627e8732e6766b760c045bbf897d9dfaa9f4fbd399c"
"checksum adler32 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "567b077b825e468cc974f0020d4082ee6e03132512f207ef1a02fd5d00d1f32d"
"checksum aho-corasick 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)" = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada"
"checksum aho-corasick 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)" = "c259a748ac706ba73d609b73fc13469e128337f9a6b2fb3cc82d100f8dd8d511"
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
"checksum arc-swap 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "4d25d88fd6b8041580a654f9d0c581a047baee2b3efee13275f2fc392fc75034"
"checksum arrayref 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
@ -3671,7 +3701,7 @@ dependencies = [
"checksum byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
"checksum byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
"checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
"checksum bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "130aac562c0dd69c56b3b1cc8ffd2e17be31d0b6c25b61c96b76231aa23e39e1"
"checksum bytes 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "118cf036fbb97d0816e3c34b2d7a1e8cfc60f68fcf63d550ddbe9bd5f59c213b"
"checksum c_linked_list 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4964518bd3b4a8190e832886cdc0da9794f12e8e6c1613a9e90ff331c4c8724b"
"checksum cc 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)" = "e450b8da92aa6f274e7c6437692f9f2ce6d701fb73bacfcf87897b3f89a4c20e"
"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
@ -3730,6 +3760,7 @@ dependencies = [
"checksum futures-task 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "bdb66b5f09e22019b1ab0830f7785bcea8e7a42148683f99214f73f8ec21a626"
"checksum futures-util 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "8764574ff08b701a084482c3c7031349104b07ac897393010494beaa18ce32c6"
"checksum gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)" = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
"checksum generator 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)" = "add72f17bb81521258fcc8a7a3245b1e184e916bfbe34f0ea89558f440df5c68"
"checksum generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
"checksum generic-array 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ac746a5f3bbfdadd6106868134545e684693d54d9d44f6e9588a7d54af0bf980"
"checksum get_if_addrs 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "abddb55a898d32925f3148bd281174a68eeb68bbfd9a5938a57b18f506ee4ef7"
@ -3775,6 +3806,7 @@ dependencies = [
"checksum libloading 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2cadb8e769f070c45df05c78c7520eb4cd17061d4ab262e43cfc68b4d00ac71c"
"checksum lock_api 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
"checksum loom 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4ecc775857611e1df29abba5c41355cdf540e7e9d4acfdf0f355eefee82330b7"
"checksum mach_o_sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3e854583a83f20cf329bb9283366335387f7db59d640d1412167e05fedb98826"
"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
"checksum maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
@ -3811,8 +3843,8 @@ dependencies = [
"checksum parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
"checksum parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "4db1a8ccf734a7bce794cc19b3df06ed87ab2f3907036b693c68f56b4d4537fa"
"checksum parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
"checksum paste 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "026c63fe245362be0322bfec5a9656d458d13f9cfb1785d1b38458b9968e8080"
"checksum paste-impl 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "7b9281a268ec213237dcd2aa3c3d0f46681b04ced37c1616fd36567a9e6954b0"
"checksum paste 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "45ca20c77d80be666aef2b45486da86238fabe33e38306bd3118fe4af33fa880"
"checksum paste-impl 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "d95a7db200b97ef370c8e6de0088252f7e0dfff7d047a28528e47456c0fc98b6"
"checksum pbkdf2 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "006c038a43a45995a9670da19e67600114740e8511d4333bf97a56e66a7542d9"
"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
"checksum percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
@ -3879,13 +3911,14 @@ dependencies = [
"checksum rustls 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c0d4a31f5d68413404705d6982529b0e11a9aacd4839d1d6222ee3b8cb4015e1"
"checksum rusty-fork 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3dd93264e10c577503e926bd1430193eeb5d21b059148910082245309b424fae"
"checksum ryu 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
"checksum scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28"
"checksum scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
"checksum sct 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c"
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
"checksum serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)" = "736aac72d1eafe8e5962d1d1c3d99b0df526015ba40915cb3c49d042e92ec243"
"checksum serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)" = "5317f7588f0a5078ee60ef675ef96735a1442132dc645eb1d12c018620ed8cd3"
"checksum serde_bytes 0.11.5 (registry+https://github.com/rust-lang/crates.io-index)" = "16ae07dd2f88a366f15bd0632ba725227018c69a1c8550a927324f8eb8368bb9"
"checksum serde_derive 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)" = "bf0343ce212ac0d3d6afd9391ac8e9c9efe06b533c8d33f660f6390cc4093f57"
"checksum serde_derive 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)" = "2a0be94b04690fbaed37cddffc5c134bf537c8e3329d53e982fe04c374978f8e"
"checksum serde_json 1.0.55 (registry+https://github.com/rust-lang/crates.io-index)" = "ec2c5d7e739bc07a3e73381a39d61fdb5f671c60c1df26a130690665803d8226"
"checksum serde_urlencoded 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97"
"checksum sha-1 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
@ -3936,7 +3969,7 @@ dependencies = [
"checksum subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"
"checksum subtle 2.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "502d53007c02d7605a05df1c1a73ee436952781653da5d0bf57ad608f66932c1"
"checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
"checksum syn 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)" = "b5304cfdf27365b7585c25d4af91b35016ed21ef88f17ced89c7093b43dba8b6"
"checksum syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)" = "e8d5d96e8cbb005d6959f119f773bfaebb5684296108fb32600c00cde305b2cd"
"checksum syn-mid 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7be3539f6c128a931cf19dcee741c1af532c7fd387baa739c03dd2e96479338a"
"checksum synstructure 0.12.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"
"checksum take_mut 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60"

View File

@ -1,6 +1,6 @@
[package]
name = "solana-librapay"
version = "1.2.5"
version = "1.2.6"
description = "Solana Libra Payment"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -11,10 +11,10 @@ edition = "2018"
[dependencies]
bincode = "1.2.0"
log = "0.4.8"
solana-logger = { path = "../../logger", version = "1.2.5" }
solana-move-loader-program = { path = "../move_loader", version = "1.2.5" }
solana-runtime = { path = "../../runtime", version = "1.2.5" }
solana-sdk = { path = "../../sdk", version = "1.2.5" }
solana-logger = { path = "../../logger", version = "1.2.6" }
solana-move-loader-program = { path = "../move_loader", version = "1.2.6" }
solana-runtime = { path = "../../runtime", version = "1.2.6" }
solana-sdk = { path = "../../sdk", version = "1.2.6" }
types = { version = "0.0.1-sol5", package = "solana_libra_types" }
[lib]

View File

@ -2,9 +2,9 @@
# It is not intended for manual editing.
[[package]]
name = "addr2line"
version = "0.12.1"
version = "0.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a49806b9dadc843c61e7c97e72490ad7f7220ae249012fbda9ad0609457c0543"
checksum = "602d785912f476e480434627e8732e6766b760c045bbf897d9dfaa9f4fbd399c"
dependencies = [
"gimli",
]
@ -17,9 +17,9 @@ checksum = "567b077b825e468cc974f0020d4082ee6e03132512f207ef1a02fd5d00d1f32d"
[[package]]
name = "aho-corasick"
version = "0.7.10"
version = "0.7.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada"
checksum = "c259a748ac706ba73d609b73fc13469e128337f9a6b2fb3cc82d100f8dd8d511"
dependencies = [
"memchr",
]
@ -250,9 +250,12 @@ dependencies = [
[[package]]
name = "bytes"
version = "0.5.4"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "130aac562c0dd69c56b3b1cc8ffd2e17be31d0b6c25b61c96b76231aa23e39e1"
checksum = "118cf036fbb97d0816e3c34b2d7a1e8cfc60f68fcf63d550ddbe9bd5f59c213b"
dependencies = [
"loom",
]
[[package]]
name = "c_linked_list"
@ -484,7 +487,7 @@ checksum = "cb582b60359da160a9477ee80f15c8d784c477e69c217ef2cdd4169c24ea380f"
dependencies = [
"proc-macro2 1.0.18",
"quote 1.0.7",
"syn 1.0.31",
"syn 1.0.33",
]
[[package]]
@ -647,7 +650,7 @@ checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
dependencies = [
"proc-macro2 1.0.18",
"quote 1.0.7",
"syn 1.0.31",
"syn 1.0.33",
"synstructure",
]
@ -743,7 +746,7 @@ dependencies = [
"proc-macro-hack",
"proc-macro2 1.0.18",
"quote 1.0.7",
"syn 1.0.31",
"syn 1.0.33",
]
[[package]]
@ -785,6 +788,19 @@ version = "0.3.55"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
[[package]]
name = "generator"
version = "0.6.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "add72f17bb81521258fcc8a7a3245b1e184e916bfbe34f0ea89558f440df5c68"
dependencies = [
"cc",
"libc",
"log",
"rustc_version",
"winapi 0.3.8",
]
[[package]]
name = "generic-array"
version = "0.12.3"
@ -868,7 +884,7 @@ version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79b7246d7e4b979c03fa093da39cfb3617a96bbeee6310af63991668d7e843ff"
dependencies = [
"bytes 0.5.4",
"bytes 0.5.5",
"fnv",
"futures-core",
"futures-sink",
@ -944,7 +960,7 @@ version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9"
dependencies = [
"bytes 0.5.4",
"bytes 0.5.5",
"fnv",
"itoa",
]
@ -967,7 +983,7 @@ version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
dependencies = [
"bytes 0.5.4",
"bytes 0.5.5",
"http 0.2.1",
]
@ -1022,7 +1038,7 @@ version = "0.13.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6e7655b9594024ad0ee439f3b5a7299369dc2a3f459b47c696f9ff676f9aa1f"
dependencies = [
"bytes 0.5.4",
"bytes 0.5.5",
"futures-channel",
"futures-core",
"futures-util",
@ -1046,7 +1062,7 @@ version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac965ea399ec3a25ac7d13b8affd4b8f39325cca00858ddf5eb29b79e6b14b08"
dependencies = [
"bytes 0.5.4",
"bytes 0.5.5",
"futures-util",
"hyper 0.13.6",
"log",
@ -1218,6 +1234,17 @@ dependencies = [
"cfg-if",
]
[[package]]
name = "loom"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ecc775857611e1df29abba5c41355cdf540e7e9d4acfdf0f355eefee82330b7"
dependencies = [
"cfg-if",
"generator",
"scoped-tls",
]
[[package]]
name = "mach_o_sys"
version = "0.1.1"
@ -1383,7 +1410,7 @@ checksum = "0c8b15b261814f992e33760b1fca9fe8b693d8a65299f20c9901688636cfb746"
dependencies = [
"proc-macro2 1.0.18",
"quote 1.0.7",
"syn 1.0.31",
"syn 1.0.33",
]
[[package]]
@ -1434,7 +1461,7 @@ dependencies = [
"proc-macro-crate",
"proc-macro2 1.0.18",
"quote 1.0.7",
"syn 1.0.31",
"syn 1.0.33",
]
[[package]]
@ -1629,7 +1656,7 @@ checksum = "6a0ffd45cf79d88737d7cc85bfd5d2894bee1139b356e616fe85dc389c61aaf7"
dependencies = [
"proc-macro2 1.0.18",
"quote 1.0.7",
"syn 1.0.31",
"syn 1.0.33",
]
[[package]]
@ -1674,7 +1701,7 @@ dependencies = [
"proc-macro-error-attr",
"proc-macro2 1.0.18",
"quote 1.0.7",
"syn 1.0.31",
"syn 1.0.33",
"version_check",
]
@ -1686,7 +1713,7 @@ checksum = "4f5444ead4e9935abd7f27dc51f7e852a0569ac888096d5ec2499470794e2e53"
dependencies = [
"proc-macro2 1.0.18",
"quote 1.0.7",
"syn 1.0.31",
"syn 1.0.33",
"syn-mid",
"version_check",
]
@ -2136,7 +2163,7 @@ checksum = "475e68978dc5b743f2f40d8e0a8fdc83f1c5e78cbf4b8fa5e74e73beebc340de"
dependencies = [
"proc-macro2 1.0.18",
"quote 1.0.7",
"syn 1.0.31",
"syn 1.0.33",
]
[[package]]
@ -2146,7 +2173,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b82c9238b305f26f53443e3a4bc8528d64b8d0bee408ec949eb7bf5635ec680"
dependencies = [
"base64 0.12.2",
"bytes 0.5.4",
"bytes 0.5.5",
"encoding_rs",
"futures-core",
"futures-util",
@ -2248,6 +2275,12 @@ version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
[[package]]
name = "scoped-tls"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28"
[[package]]
name = "scopeguard"
version = "1.1.0"
@ -2281,9 +2314,9 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
[[package]]
name = "serde"
version = "1.0.112"
version = "1.0.114"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "736aac72d1eafe8e5962d1d1c3d99b0df526015ba40915cb3c49d042e92ec243"
checksum = "5317f7588f0a5078ee60ef675ef96735a1442132dc645eb1d12c018620ed8cd3"
dependencies = [
"serde_derive",
]
@ -2299,13 +2332,13 @@ dependencies = [
[[package]]
name = "serde_derive"
version = "1.0.112"
version = "1.0.114"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf0343ce212ac0d3d6afd9391ac8e9c9efe06b533c8d33f660f6390cc4093f57"
checksum = "2a0be94b04690fbaed37cddffc5c134bf537c8e3329d53e982fe04c374978f8e"
dependencies = [
"proc-macro2 1.0.18",
"quote 1.0.7",
"syn 1.0.31",
"syn 1.0.33",
]
[[package]]
@ -2472,7 +2505,7 @@ dependencies = [
[[package]]
name = "solana-crate-features"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"backtrace",
"bytes 0.4.12",
@ -2488,14 +2521,14 @@ dependencies = [
"reqwest",
"serde",
"syn 0.15.44",
"syn 1.0.31",
"syn 1.0.33",
"tokio 0.1.22",
"winapi 0.3.8",
]
[[package]]
name = "solana-logger"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"env_logger",
"lazy_static",
@ -2504,7 +2537,7 @@ dependencies = [
[[package]]
name = "solana-move-loader-program"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"bincode",
"indexmap",
@ -2533,7 +2566,7 @@ dependencies = [
[[package]]
name = "solana-sdk"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"assert_matches",
"bincode",
@ -2566,12 +2599,12 @@ dependencies = [
[[package]]
name = "solana-sdk-macro"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"bs58 0.3.1",
"proc-macro2 1.0.18",
"quote 1.0.7",
"syn 1.0.31",
"syn 1.0.33",
]
[[package]]
@ -2674,7 +2707,7 @@ checksum = "67801085b6adee0d30caa77d126bbceafa4b9bb8f4c7871e29638faa20dcd8b1"
dependencies = [
"proc-macro2 1.0.18",
"quote 1.0.7",
"syn 1.0.31",
"syn 1.0.33",
]
[[package]]
@ -3005,7 +3038,7 @@ dependencies = [
"proc-macro-error",
"proc-macro2 1.0.18",
"quote 1.0.7",
"syn 1.0.31",
"syn 1.0.33",
]
[[package]]
@ -3033,9 +3066,9 @@ dependencies = [
[[package]]
name = "syn"
version = "1.0.31"
version = "1.0.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5304cfdf27365b7585c25d4af91b35016ed21ef88f17ced89c7093b43dba8b6"
checksum = "e8d5d96e8cbb005d6959f119f773bfaebb5684296108fb32600c00cde305b2cd"
dependencies = [
"proc-macro2 1.0.18",
"quote 1.0.7",
@ -3050,7 +3083,7 @@ checksum = "7be3539f6c128a931cf19dcee741c1af532c7fd387baa739c03dd2e96479338a"
dependencies = [
"proc-macro2 1.0.18",
"quote 1.0.7",
"syn 1.0.31",
"syn 1.0.33",
]
[[package]]
@ -3061,7 +3094,7 @@ checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"
dependencies = [
"proc-macro2 1.0.18",
"quote 1.0.7",
"syn 1.0.31",
"syn 1.0.33",
"unicode-xid 0.2.0",
]
@ -3141,7 +3174,7 @@ checksum = "bd80fc12f73063ac132ac92aceea36734f04a1d93c1240c6944e23a3b8841793"
dependencies = [
"proc-macro2 1.0.18",
"quote 1.0.7",
"syn 1.0.31",
"syn 1.0.33",
]
[[package]]
@ -3239,7 +3272,7 @@ version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d099fa27b9702bed751524694adbe393e18b36b204da91eb1cbbbbb4a5ee2d58"
dependencies = [
"bytes 0.5.4",
"bytes 0.5.5",
"fnv",
"futures-core",
"iovec",
@ -3438,7 +3471,7 @@ version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
dependencies = [
"bytes 0.5.4",
"bytes 0.5.5",
"futures-core",
"futures-sink",
"log",
@ -3635,7 +3668,7 @@ dependencies = [
"log",
"proc-macro2 1.0.18",
"quote 1.0.7",
"syn 1.0.31",
"syn 1.0.33",
"wasm-bindgen-shared",
]
@ -3669,7 +3702,7 @@ checksum = "3156052d8ec77142051a533cdd686cba889537b213f948cd1d20869926e68e92"
dependencies = [
"proc-macro2 1.0.18",
"quote 1.0.7",
"syn 1.0.31",
"syn 1.0.33",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
@ -3809,6 +3842,6 @@ checksum = "de251eec69fc7c1bc3923403d18ececb929380e016afe103da75f396704f8ca2"
dependencies = [
"proc-macro2 1.0.18",
"quote 1.0.7",
"syn 1.0.31",
"syn 1.0.33",
"synstructure",
]

View File

@ -1,6 +1,6 @@
[package]
name = "solana-move-loader-program"
version = "1.2.5"
version = "1.2.6"
description = "Solana Move loader"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -16,8 +16,8 @@ serde = "1.0.104"
serde_bytes = "0.11"
serde_derive = "1.0.103"
serde_json = "1.0.46"
solana-logger = { path = "../../logger", version = "1.2.5" }
solana-sdk = { path = "../../sdk", version = "1.2.5" }
solana-logger = { path = "../../logger", version = "1.2.6" }
solana-sdk = { path = "../../sdk", version = "1.2.6" }
bytecode_verifier = { version = "0.0.1-sol5", package = "solana_libra_bytecode_verifier" }
canonical_serialization = { version = "0.0.1-sol5", package = "solana_libra_canonical_serialization" }

View File

@ -1,6 +1,6 @@
[package]
name = "solana-noop-program"
version = "1.2.5"
version = "1.2.6"
description = "Solana Noop program"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -10,8 +10,8 @@ edition = "2018"
[dependencies]
log = "0.4.8"
solana-logger = { path = "../../logger", version = "1.2.5" }
solana-sdk = { path = "../../sdk", version = "1.2.5" }
solana-logger = { path = "../../logger", version = "1.2.6" }
solana-sdk = { path = "../../sdk", version = "1.2.6" }
[lib]
crate-type = ["lib", "cdylib"]

View File

@ -1,6 +1,6 @@
[package]
name = "solana-ownable"
version = "1.2.5"
version = "1.2.6"
description = "ownable program"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -10,13 +10,13 @@ edition = "2018"
[dependencies]
bincode = "1.2.1"
solana-sdk = { path = "../../sdk", version = "1.2.5" }
solana-sdk = { path = "../../sdk", version = "1.2.6" }
num-derive = "0.3"
num-traits = "0.2"
thiserror = "1.0"
[dev-dependencies]
solana-runtime = { path = "../../runtime", version = "1.2.5" }
solana-runtime = { path = "../../runtime", version = "1.2.6" }
[lib]
crate-type = ["lib", "cdylib"]

View File

@ -1,6 +1,6 @@
[package]
name = "solana-stake-program"
version = "1.2.5"
version = "1.2.6"
description = "Solana Stake program"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -15,14 +15,14 @@ num-derive = "0.3"
num-traits = "0.2"
serde = "1.0.110"
serde_derive = "1.0.103"
solana-metrics = { path = "../../metrics", version = "1.2.5" }
solana-sdk = { path = "../../sdk", version = "1.2.5" }
solana-vote-program = { path = "../vote", version = "1.2.5" }
solana-config-program = { path = "../config", version = "1.2.5" }
solana-metrics = { path = "../../metrics", version = "1.2.6" }
solana-sdk = { path = "../../sdk", version = "1.2.6" }
solana-vote-program = { path = "../vote", version = "1.2.6" }
solana-config-program = { path = "../config", version = "1.2.6" }
thiserror = "1.0"
[dev-dependencies]
solana-logger = { path = "../../logger", version = "1.2.5" }
solana-logger = { path = "../../logger", version = "1.2.6" }
[lib]
crate-type = ["lib"]

View File

@ -1,6 +1,6 @@
[package]
name = "solana-vest-program"
version = "1.2.5"
version = "1.2.6"
description = "Solana Vest program"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -15,12 +15,12 @@ num-derive = "0.2"
num-traits = "0.2"
serde = "1.0.110"
serde_derive = "1.0.103"
solana-sdk = { path = "../../sdk", version = "1.2.5" }
solana-config-program = { path = "../config", version = "1.2.5" }
solana-sdk = { path = "../../sdk", version = "1.2.6" }
solana-config-program = { path = "../config", version = "1.2.6" }
thiserror = "1.0"
[dev-dependencies]
solana-runtime = { path = "../../runtime", version = "1.2.5" }
solana-runtime = { path = "../../runtime", version = "1.2.6" }
[lib]
crate-type = ["lib"]

View File

@ -1,6 +1,6 @@
[package]
name = "solana-vote-program"
version = "1.2.5"
version = "1.2.6"
description = "Solana Vote program"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -15,8 +15,8 @@ num-derive = "0.3"
num-traits = "0.2"
serde = "1.0.110"
serde_derive = "1.0.103"
solana-metrics = { path = "../../metrics", version = "1.2.5" }
solana-sdk = { path = "../../sdk", version = "1.2.5" }
solana-metrics = { path = "../../metrics", version = "1.2.6" }
solana-sdk = { path = "../../sdk", version = "1.2.6" }
thiserror = "1.0"
[lib]

View File

@ -3,7 +3,7 @@ authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018"
name = "solana-ramp-tps"
description = "Solana Tour de SOL - TPS ramp up"
version = "1.2.5"
version = "1.2.6"
repository = "https://github.com/solana-labs/tour-de-sol"
license = "Apache-2.0"
homepage = "https://solana.com/"
@ -16,12 +16,12 @@ reqwest = { version = "0.10.4", default-features = false }
serde = "1.0.110"
serde_json = "1.0.53"
serde_yaml = "0.8.12"
solana-core = { path = "../core", version = "1.2.5" }
solana-client = { path = "../client", version = "1.2.5" }
solana-logger = { path = "../logger", version = "1.2.5" }
solana-metrics = { path = "../metrics", version = "1.2.5" }
solana-net-utils = { path = "../net-utils", version = "1.2.5" }
solana-notifier = { path = "../notifier", version = "1.2.5" }
solana-sdk = { path = "../sdk", version = "1.2.5" }
solana-stake-program = { path = "../programs/stake", version = "1.2.5" }
solana-core = { path = "../core", version = "1.2.6" }
solana-client = { path = "../client", version = "1.2.6" }
solana-logger = { path = "../logger", version = "1.2.6" }
solana-metrics = { path = "../metrics", version = "1.2.6" }
solana-net-utils = { path = "../net-utils", version = "1.2.6" }
solana-notifier = { path = "../notifier", version = "1.2.6" }
solana-sdk = { path = "../sdk", version = "1.2.6" }
solana-stake-program = { path = "../programs/stake", version = "1.2.6" }
tar = "0.4.28"

View File

@ -1,6 +1,6 @@
[package]
name = "solana-rayon-threadlimit"
version = "1.2.5"
version = "1.2.6"
description = "solana-rayon-threadlimit"
homepage = "https://solana.com/"
readme = "../README.md"

View File

@ -3,7 +3,7 @@ authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018"
name = "solana-remote-wallet"
description = "Blockchain, Rebuilt for Scale"
version = "1.2.5"
version = "1.2.6"
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
@ -18,7 +18,7 @@ num-derive = { version = "0.3" }
num-traits = { version = "0.2" }
parking_lot = "0.10"
semver = "0.9"
solana-sdk = { path = "../sdk", version = "1.2.5" }
solana-sdk = { path = "../sdk", version = "1.2.6" }
thiserror = "1.0"
url = "2.1.1"

View File

@ -1,6 +1,6 @@
[package]
name = "solana-runtime"
version = "1.2.5"
version = "1.2.6"
description = "Solana runtime"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -27,14 +27,14 @@ rand = "0.7.0"
rayon = "1.3.0"
serde = { version = "1.0.110", features = ["rc"] }
serde_derive = "1.0.103"
solana-config-program = { path = "../programs/config", version = "1.2.5" }
solana-logger = { path = "../logger", version = "1.2.5" }
solana-measure = { path = "../measure", version = "1.2.5" }
solana-metrics = { path = "../metrics", version = "1.2.5" }
solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "1.2.5" }
solana-sdk = { path = "../sdk", version = "1.2.5" }
solana-stake-program = { path = "../programs/stake", version = "1.2.5" }
solana-vote-program = { path = "../programs/vote", version = "1.2.5" }
solana-config-program = { path = "../programs/config", version = "1.2.6" }
solana-logger = { path = "../logger", version = "1.2.6" }
solana-measure = { path = "../measure", version = "1.2.6" }
solana-metrics = { path = "../metrics", version = "1.2.6" }
solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "1.2.6" }
solana-sdk = { path = "../sdk", version = "1.2.6" }
solana-stake-program = { path = "../programs/stake", version = "1.2.6" }
solana-vote-program = { path = "../programs/vote", version = "1.2.6" }
tempfile = "3.1.0"
thiserror = "1.0"
@ -44,7 +44,7 @@ name = "solana_runtime"
[dev-dependencies]
assert_matches = "1.3.0"
solana-noop-program = { path = "../programs/noop", version = "1.2.5" }
solana-noop-program = { path = "../programs/noop", version = "1.2.6" }
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

View File

@ -3,7 +3,7 @@ authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018"
name = "solana-scripts"
description = "Blockchain, Rebuilt for Scale"
version = "1.2.5"
version = "1.2.6"
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"

View File

@ -1,6 +1,6 @@
[package]
name = "solana-sdk"
version = "1.2.5"
version = "1.2.6"
description = "Solana SDK"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -51,9 +51,9 @@ serde_json = { version = "1.0.53", optional = true }
sha2 = "0.8.2"
thiserror = "1.0"
ed25519-dalek = { version = "=1.0.0-pre.3", optional = true }
solana-crate-features = { path = "../crate-features", version = "1.2.5", optional = true }
solana-logger = { path = "../logger", version = "1.2.5", optional = true }
solana-sdk-macro = { path = "macro", version = "1.2.5" }
solana-crate-features = { path = "../crate-features", version = "1.2.6", optional = true }
solana-logger = { path = "../logger", version = "1.2.6", optional = true }
solana-sdk-macro = { path = "macro", version = "1.2.6" }
[dev-dependencies]
tiny-bip39 = "0.7.0"

View File

@ -1,6 +1,6 @@
[package]
name = "solana-sdk-bpf-test"
version = "1.2.5"
version = "1.2.6"
description = "Solana BPF SDK test utilities"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"

View File

@ -1,6 +1,6 @@
[package]
name = "solana-sdk-macro"
version = "1.2.5"
version = "1.2.6"
description = "Solana SDK Macro"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"

View File

@ -3,22 +3,22 @@ name = "solana-stake-accounts"
description = "Blockchain, Rebuilt for Scale"
authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018"
version = "1.2.5"
version = "1.2.6"
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
[dependencies]
clap = "2.33.1"
solana-clap-utils = { path = "../clap-utils", version = "1.2.5" }
solana-cli-config = { path = "../cli-config", version = "1.2.5" }
solana-client = { path = "../client", version = "1.2.5" }
solana-remote-wallet = { path = "../remote-wallet", version = "1.2.5" }
solana-sdk = { path = "../sdk", version = "1.2.5" }
solana-stake-program = { path = "../programs/stake", version = "1.2.5" }
solana-clap-utils = { path = "../clap-utils", version = "1.2.6" }
solana-cli-config = { path = "../cli-config", version = "1.2.6" }
solana-client = { path = "../client", version = "1.2.6" }
solana-remote-wallet = { path = "../remote-wallet", version = "1.2.6" }
solana-sdk = { path = "../sdk", version = "1.2.6" }
solana-stake-program = { path = "../programs/stake", version = "1.2.6" }
[dev-dependencies]
solana-runtime = { path = "../runtime", version = "1.2.5" }
solana-runtime = { path = "../runtime", version = "1.2.6" }
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

View File

@ -3,7 +3,7 @@ authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018"
name = "solana-stake-monitor"
description = "Blockchain, Rebuilt for Scale"
version = "1.2.5"
version = "1.2.6"
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
@ -14,21 +14,21 @@ console = "0.10.1"
log = "0.4.8"
serde = "1.0.110"
serde_yaml = "0.8.12"
solana-clap-utils = { path = "../clap-utils", version = "1.2.5" }
solana-cli-config = { path = "../cli-config", version = "1.2.5" }
solana-client = { path = "../client", version = "1.2.5" }
solana-logger = { path = "../logger", version = "1.2.5" }
solana-metrics = { path = "../metrics", version = "1.2.5" }
solana-sdk = { path = "../sdk", version = "1.2.5" }
solana-stake-program = { path = "../programs/stake", version = "1.2.5" }
solana-transaction-status = { path = "../transaction-status", version = "1.2.5" }
solana-version = { path = "../version", version = "1.2.5" }
solana-clap-utils = { path = "../clap-utils", version = "1.2.6" }
solana-cli-config = { path = "../cli-config", version = "1.2.6" }
solana-client = { path = "../client", version = "1.2.6" }
solana-logger = { path = "../logger", version = "1.2.6" }
solana-metrics = { path = "../metrics", version = "1.2.6" }
solana-sdk = { path = "../sdk", version = "1.2.6" }
solana-stake-program = { path = "../programs/stake", version = "1.2.6" }
solana-transaction-status = { path = "../transaction-status", version = "1.2.6" }
solana-version = { path = "../version", version = "1.2.6" }
[dev-dependencies]
serial_test = "0.4.0"
serial_test_derive = "0.4.0"
solana-local-cluster = { path = "../local-cluster", version = "1.2.5" }
solana-core = { path = "../core", version = "1.2.5" }
solana-local-cluster = { path = "../local-cluster", version = "1.2.6" }
solana-core = { path = "../core", version = "1.2.6" }
tempfile = "3.1.0"
[[bin]]

View File

@ -6,21 +6,21 @@ homepage = "https://solana.com/"
license = "Apache-2.0"
name = "solana-stake-o-matic"
repository = "https://github.com/solana-labs/stake-o-matic"
version = "1.2.5"
version = "1.2.6"
[dependencies]
clap = "2.33.0"
log = "0.4.8"
serde_yaml = "0.8.12"
solana-clap-utils = { path = "../clap-utils", version = "1.2.5" }
solana-client = { path = "../client", version = "1.2.5" }
solana-cli-config = { path = "../cli-config", version = "1.2.5" }
solana-logger = { path = "../logger", version = "1.2.5" }
solana-metrics = { path = "../metrics", version = "1.2.5" }
solana-notifier = { path = "../notifier", version = "1.2.5" }
solana-sdk = { path = "../sdk", version = "1.2.5" }
solana-stake-program = { path = "../programs/stake", version = "1.2.5" }
solana-transaction-status = { path = "../transaction-status", version = "1.2.5" }
solana-clap-utils = { path = "../clap-utils", version = "1.2.6" }
solana-client = { path = "../client", version = "1.2.6" }
solana-cli-config = { path = "../cli-config", version = "1.2.6" }
solana-logger = { path = "../logger", version = "1.2.6" }
solana-metrics = { path = "../metrics", version = "1.2.6" }
solana-notifier = { path = "../notifier", version = "1.2.6" }
solana-sdk = { path = "../sdk", version = "1.2.6" }
solana-stake-program = { path = "../programs/stake", version = "1.2.6" }
solana-transaction-status = { path = "../transaction-status", version = "1.2.6" }
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

View File

@ -1,6 +1,6 @@
[package]
name = "solana-streamer"
version = "1.2.5"
version = "1.2.6"
description = "Solana Streamer"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -10,14 +10,14 @@ edition = "2018"
[dependencies]
log = "0.4.8"
solana-metrics = { path = "../metrics", version = "1.2.5" }
solana-sdk = { path = "../sdk", version = "1.2.5" }
solana-metrics = { path = "../metrics", version = "1.2.6" }
solana-sdk = { path = "../sdk", version = "1.2.6" }
thiserror = "1.0"
solana-measure = { path = "../measure", version = "1.2.5" }
solana-logger = { path = "../logger", version = "1.2.5" }
solana-measure = { path = "../measure", version = "1.2.6" }
solana-logger = { path = "../logger", version = "1.2.6" }
libc = "0.2.70"
nix = "0.17.0"
solana-perf = { path = "../perf", version = "1.2.5" }
solana-perf = { path = "../perf", version = "1.2.6" }
[dev-dependencies]

View File

@ -3,7 +3,7 @@ authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018"
name = "solana-sys-tuner"
description = "The solana cluster system tuner daemon"
version = "1.2.5"
version = "1.2.6"
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
@ -13,9 +13,9 @@ publish = true
clap = "2.33.1"
log = "0.4.8"
libc = "0.2.70"
solana-clap-utils = { path = "../clap-utils", version = "1.2.5" }
solana-logger = { path = "../logger", version = "1.2.5" }
solana-version = { path = "../version", version = "1.2.5" }
solana-clap-utils = { path = "../clap-utils", version = "1.2.6" }
solana-logger = { path = "../logger", version = "1.2.6" }
solana-version = { path = "../version", version = "1.2.6" }
[target."cfg(unix)".dependencies]
unix_socket2 = "0.5.4"

View File

@ -3,7 +3,7 @@ name = "solana-tokens"
description = "Blockchain, Rebuilt for Scale"
authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018"
version = "1.2.5"
version = "1.2.6"
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
@ -18,16 +18,16 @@ indexmap = "1.3.2"
indicatif = "0.14.0"
pickledb = "0.4.1"
serde = { version = "1.0", features = ["derive"] }
solana-clap-utils = { path = "../clap-utils", version = "1.2.5" }
solana-cli-config = { path = "../cli-config", version = "1.2.5" }
solana-client = { path = "../client", version = "1.2.5" }
solana-remote-wallet = { path = "../remote-wallet", version = "1.2.5" }
solana-runtime = { path = "../runtime", version = "1.2.5" }
solana-sdk = { path = "../sdk", version = "1.2.5" }
solana-stake-program = { path = "../programs/stake", version = "1.2.5" }
solana-transaction-status = { path = "../transaction-status", version = "1.2.5" }
solana-clap-utils = { path = "../clap-utils", version = "1.2.6" }
solana-cli-config = { path = "../cli-config", version = "1.2.6" }
solana-client = { path = "../client", version = "1.2.6" }
solana-remote-wallet = { path = "../remote-wallet", version = "1.2.6" }
solana-runtime = { path = "../runtime", version = "1.2.6" }
solana-sdk = { path = "../sdk", version = "1.2.6" }
solana-stake-program = { path = "../programs/stake", version = "1.2.6" }
solana-transaction-status = { path = "../transaction-status", version = "1.2.6" }
tempfile = "3.1.0"
thiserror = "1.0"
[dev-dependencies]
solana-core = { path = "../core", version = "1.2.5" }
solana-core = { path = "../core", version = "1.2.6" }

View File

@ -1,6 +1,6 @@
[package]
name = "solana-transaction-status"
version = "1.2.5"
version = "1.2.6"
description = "Solana transaction status types"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -11,7 +11,7 @@ edition = "2018"
[dependencies]
bincode = "1.2.1"
bs58 = "0.3.1"
solana-sdk = { path = "../sdk", version = "1.2.5" }
solana-sdk = { path = "../sdk", version = "1.2.6" }
serde = "1.0.110"
serde_derive = "1.0.103"

View File

@ -1,6 +1,6 @@
[package]
name = "solana-upload-perf"
version = "1.2.5"
version = "1.2.6"
description = "Metrics Upload Utility"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -11,7 +11,7 @@ publish = false
[dependencies]
serde_json = "1.0.53"
solana-metrics = { path = "../metrics", version = "1.2.5" }
solana-metrics = { path = "../metrics", version = "1.2.6" }
[[bin]]
name = "solana-upload-perf"

View File

@ -3,7 +3,7 @@ authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018"
name = "solana-validator"
description = "Blockchain, Rebuilt for Scale"
version = "1.2.5"
version = "1.2.6"
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
@ -15,21 +15,21 @@ console = "0.10.1"
log = "0.4.8"
rand = "0.7.0"
serde_json = "1.0.53"
solana-clap-utils = { path = "../clap-utils", version = "1.2.5" }
solana-client = { path = "../client", version = "1.2.5" }
solana-core = { path = "../core", version = "1.2.5" }
solana-download-utils = { path = "../download-utils", version = "1.2.5" }
solana-faucet = { path = "../faucet", version = "1.2.5" }
solana-ledger = { path = "../ledger", version = "1.2.5" }
solana-logger = { path = "../logger", version = "1.2.5" }
solana-perf = { path = "../perf", version = "1.2.5" }
solana-metrics = { path = "../metrics", version = "1.2.5" }
solana-net-utils = { path = "../net-utils", version = "1.2.5" }
solana-runtime = { path = "../runtime", version = "1.2.5" }
solana-sdk = { path = "../sdk", version = "1.2.5" }
solana-version = { path = "../version", version = "1.2.5" }
solana-vote-program = { path = "../programs/vote", version = "1.2.5" }
solana-vote-signer = { path = "../vote-signer", version = "1.2.5" }
solana-clap-utils = { path = "../clap-utils", version = "1.2.6" }
solana-client = { path = "../client", version = "1.2.6" }
solana-core = { path = "../core", version = "1.2.6" }
solana-download-utils = { path = "../download-utils", version = "1.2.6" }
solana-faucet = { path = "../faucet", version = "1.2.6" }
solana-ledger = { path = "../ledger", version = "1.2.6" }
solana-logger = { path = "../logger", version = "1.2.6" }
solana-perf = { path = "../perf", version = "1.2.6" }
solana-metrics = { path = "../metrics", version = "1.2.6" }
solana-net-utils = { path = "../net-utils", version = "1.2.6" }
solana-runtime = { path = "../runtime", version = "1.2.6" }
solana-sdk = { path = "../sdk", version = "1.2.6" }
solana-version = { path = "../version", version = "1.2.6" }
solana-vote-program = { path = "../programs/vote", version = "1.2.6" }
solana-vote-signer = { path = "../vote-signer", version = "1.2.6" }
[target."cfg(unix)".dependencies]
libc = "0.2.70"

View File

@ -1,6 +1,6 @@
[package]
name = "solana-version"
version = "1.2.5"
version = "1.2.6"
description = "Solana Version"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -11,7 +11,7 @@ edition = "2018"
[dependencies]
serde = "1.0.110"
serde_derive = "1.0.103"
solana-sdk = { path = "../sdk", version = "1.2.5" }
solana-sdk = { path = "../sdk", version = "1.2.6" }
[lib]
name = "solana_version"

View File

@ -3,7 +3,7 @@ authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018"
name = "solana-vote-signer"
description = "Solana Vote Signing Service"
version = "1.2.5"
version = "1.2.6"
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
@ -15,10 +15,10 @@ jsonrpc-derive = "14.1.0"
jsonrpc-http-server = "14.1.0"
log = "0.4.8"
serde_json = "1.0.53"
solana-clap-utils = { path = "../clap-utils", version = "1.2.5" }
solana-metrics = { path = "../metrics", version = "1.2.5" }
solana-sdk = { path = "../sdk", version = "1.2.5" }
solana-version = { path = "../version", version = "1.2.5" }
solana-clap-utils = { path = "../clap-utils", version = "1.2.6" }
solana-metrics = { path = "../metrics", version = "1.2.6" }
solana-sdk = { path = "../sdk", version = "1.2.6" }
solana-version = { path = "../version", version = "1.2.6" }
[lib]
crate-type = ["lib"]

View File

@ -3,7 +3,7 @@ authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018"
name = "solana-watchtower"
description = "Blockchain, Rebuilt for Scale"
version = "1.2.5"
version = "1.2.6"
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
@ -12,17 +12,17 @@ homepage = "https://solana.com/"
clap = "2.33.1"
log = "0.4.8"
humantime = "2.0.0"
solana-clap-utils = { path = "../clap-utils", version = "1.2.5" }
solana-cli-config = { path = "../cli-config", version = "1.2.5" }
solana-cli = { path = "../cli", version = "1.2.5" }
solana-client = { path = "../client", version = "1.2.5" }
solana-logger = { path = "../logger", version = "1.2.5" }
solana-metrics = { path = "../metrics", version = "1.2.5" }
solana-notifier = { path = "../notifier", version = "1.2.5" }
solana-sdk = { path = "../sdk", version = "1.2.5" }
solana-transaction-status = { path = "../transaction-status", version = "1.2.5" }
solana-version = { path = "../version", version = "1.2.5" }
solana-vote-program = { path = "../programs/vote", version = "1.2.5" }
solana-clap-utils = { path = "../clap-utils", version = "1.2.6" }
solana-cli-config = { path = "../cli-config", version = "1.2.6" }
solana-cli = { path = "../cli", version = "1.2.6" }
solana-client = { path = "../client", version = "1.2.6" }
solana-logger = { path = "../logger", version = "1.2.6" }
solana-metrics = { path = "../metrics", version = "1.2.6" }
solana-notifier = { path = "../notifier", version = "1.2.6" }
solana-sdk = { path = "../sdk", version = "1.2.6" }
solana-transaction-status = { path = "../transaction-status", version = "1.2.6" }
solana-version = { path = "../version", version = "1.2.6" }
solana-vote-program = { path = "../programs/vote", version = "1.2.6" }
[[bin]]
name = "solana-watchtower"