diff --git a/Cargo.lock b/Cargo.lock index 2897ac5d94..6a391e499b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1480,7 +1480,7 @@ dependencies = [ "hyper 0.10.16 (registry+https://github.com/rust-lang/crates.io-index)", "hyper-native-tls 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1522,7 +1522,7 @@ dependencies = [ "futures 0.1.28 (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.99 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1622,7 +1622,7 @@ dependencies = [ "regex 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "regex-syntax 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "string_cache 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", "term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2305,6 +2305,14 @@ dependencies = [ "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "proc-macro2" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "prometheus" version = "0.4.2" @@ -2389,6 +2397,14 @@ dependencies = [ "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "quote" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "proc-macro2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "radix_trie" version = "0.1.4" @@ -2836,17 +2852,17 @@ name = "serde" version = "1.0.99" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "serde_derive 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "serde_derive" -version = "1.0.98" +version = "1.0.99" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.15.42 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3046,7 +3062,7 @@ dependencies = [ "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "rayon 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)", "solana-client 0.18.0-pre2", @@ -3083,7 +3099,7 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "rayon 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)", "solana-client 0.18.0-pre2", @@ -3150,7 +3166,7 @@ dependencies = [ "num-derive 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", "solana-runtime 0.18.0-pre2", "solana-sdk 0.18.0-pre2", ] @@ -3185,7 +3201,7 @@ dependencies = [ "rayon 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.9.19 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.18.0-pre2", "solana-netutil 0.18.0-pre2", @@ -3199,7 +3215,7 @@ dependencies = [ "bincode 1.1.4 (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.99 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", "solana-sdk 0.18.0-pre2", ] @@ -3221,7 +3237,7 @@ dependencies = [ "bincode 1.1.4 (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.99 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", "solana-config-api 0.18.0-pre2", "solana-config-program 0.18.0-pre2", "solana-logger 0.18.0-pre2", @@ -3264,7 +3280,7 @@ dependencies = [ "reqwest 0.9.19 (registry+https://github.com/rust-lang/crates.io-index)", "rocksdb 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", "serial_test 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serial_test_derive 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3308,7 +3324,7 @@ dependencies = [ "clap 2.33.0 (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.99 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.18.0-pre2", "solana-metrics 0.18.0-pre2", "solana-sdk 0.18.0-pre2", @@ -3335,7 +3351,7 @@ dependencies = [ "bincode 1.1.4 (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.99 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.18.0-pre2", "solana-metrics 0.18.0-pre2", "solana-runtime 0.18.0-pre2", @@ -3367,7 +3383,7 @@ version = "0.18.0-pre2" dependencies = [ "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3377,7 +3393,7 @@ dependencies = [ "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)", "solana-core 0.18.0-pre2", @@ -3445,7 +3461,7 @@ dependencies = [ "reqwest 0.9.19 (registry+https://github.com/rust-lang/crates.io-index)", "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "solana-client 0.18.0-pre2", @@ -3479,7 +3495,7 @@ dependencies = [ "memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3491,7 +3507,7 @@ dependencies = [ "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)", "solana-core 0.18.0-pre2", @@ -3584,7 +3600,7 @@ dependencies = [ "libc 0.2.62 (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.99 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.18.0-pre2", "solana-sdk 0.18.0-pre2", @@ -3661,7 +3677,7 @@ dependencies = [ "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "rayon 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", "solana-bpf-loader-api 0.18.0-pre2", "solana-bpf-loader-program 0.18.0-pre2", @@ -3697,7 +3713,7 @@ dependencies = [ "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "rayon 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "solana-ed25519-dalek 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3727,7 +3743,7 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", "solana-config-api 0.18.0-pre2", "solana-logger 0.18.0-pre2", "solana-metrics 0.18.0-pre2", @@ -3770,7 +3786,7 @@ dependencies = [ "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.18.0-pre2", "solana-sdk 0.18.0-pre2", ] @@ -3797,7 +3813,7 @@ dependencies = [ "num-derive 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.18.0-pre2", "solana-sdk 0.18.0-pre2", ] @@ -3852,7 +3868,7 @@ dependencies = [ "dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.9.19 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", "solana-client 0.18.0-pre2", "solana-config-api 0.18.0-pre2", @@ -3867,7 +3883,7 @@ dependencies = [ "bincode 1.1.4 (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.99 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.18.0-pre2", "solana-metrics 0.18.0-pre2", "solana-sdk 0.18.0-pre2", @@ -3916,7 +3932,7 @@ dependencies = [ "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", "pretty-hex 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)", "solana-budget-api 0.18.0-pre2", @@ -4486,6 +4502,16 @@ dependencies = [ "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "syn" +version = "1.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "proc-macro2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "synom" version = "0.11.3" @@ -4975,6 +5001,11 @@ name = "unicode-xid" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "unicode-xid" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "unsigned-varint" version = "0.2.2" @@ -5484,6 +5515,7 @@ dependencies = [ "checksum proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "e10d4b51f154c8a7fb96fd6dad097cb74b863943ec010ac94b9fd1be8861fe1e" "checksum proc-macro-hack 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)" = "982a35d1194084ba319d65c4a68d24ca28f5fdb5b8bc20899e4eef8641ea5178" "checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" +"checksum proc-macro2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4c5c2380ae88876faae57698be9e9775e3544decad214599c3a6266cca6ac802" "checksum prometheus 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "760293453bee1de0a12987422d7c4885f7ee933e4417bb828ed23f7d05c3c390" "checksum proptest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cf147e022eacf0c8a054ab864914a7602618adba841d800a9a9868a5237a529f" "checksum proptest-derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d31edb17edac73aeacc947bd61462dda15220584268896a58e12f053d767f15b" @@ -5493,6 +5525,7 @@ dependencies = [ "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" "checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a" "checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" +"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" "checksum radix_trie 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ebcf72e767017c1aa4b63d4dd0b0b836a243b648fd81d41c6bf6e850ef7a95c7" "checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" @@ -5543,7 +5576,7 @@ dependencies = [ "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.99 (registry+https://github.com/rust-lang/crates.io-index)" = "fec2851eb56d010dc9a21b89ca53ee75e6528bab60c11e89d38390904982da9f" -"checksum serde_derive 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)" = "01e69e1b8a631f245467ee275b8c757b818653c6d704cdbcaeb56b56767b529c" +"checksum serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)" = "cb4dc18c61206b08dc98216c98faa0232f4337e1e1b8574551d5bad29ea1b425" "checksum serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704" "checksum serde_urlencoded 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "642dd69105886af2efd227f75a520ec9b44a820d65bc133a9131f7d229fd165a" "checksum serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)" = "38b08a9a90e5260fe01c6480ec7c811606df6d3a660415808c3c3fa8ed95b582" @@ -5607,6 +5640,7 @@ dependencies = [ "checksum symlink 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a7973cce6668464ea31f176d85b13c7ab3bba2cb3b77a2ed26abd7801688010a" "checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad" "checksum syn 0.15.42 (registry+https://github.com/rust-lang/crates.io-index)" = "eadc09306ca51a40555dd6fc2b415538e9e18bc9f870e47b1a524a79fe2dcf5e" +"checksum syn 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "158521e6f544e7e3dcfc370ac180794aa38cb34a1b1e07609376d4adcf429b93" "checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6" "checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f" "checksum sys-info 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)" = "76d6cf7b349b6a6daaf7a3797227e2f4108c8dd398e0aca7e29b9fb239948541" @@ -5661,6 +5695,7 @@ dependencies = [ "checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526" "checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc" "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" +"checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" "checksum unsigned-varint 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2c64cdf40b4a9645534a943668681bcb219faf51874d4b65d2e0abda1b10a2ab" "checksum untrusted 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60369ef7a31de49bcb3f6ca728d4ba7300d9a1658f94c727d4cab8c8d9f4aece" "checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a" diff --git a/bench-exchange/Cargo.toml b/bench-exchange/Cargo.toml index 4d3b22cc40..3edc985a2f 100644 --- a/bench-exchange/Cargo.toml +++ b/bench-exchange/Cargo.toml @@ -20,7 +20,7 @@ num-traits = "0.2" rand = "0.6.5" rayon = "1.1.0" serde = "1.0.99" -serde_derive = "1.0.98" +serde_derive = "1.0.99" serde_json = "1.0.40" serde_yaml = "0.8.9" # solana-runtime = { path = "../solana/runtime"} diff --git a/bench-tps/Cargo.toml b/bench-tps/Cargo.toml index e57f1b53c1..5bf70ddadc 100644 --- a/bench-tps/Cargo.toml +++ b/bench-tps/Cargo.toml @@ -13,7 +13,7 @@ clap = "2.33.0" log = "0.4.8" rayon = "1.1.0" serde = "1.0.99" -serde_derive = "1.0.98" +serde_derive = "1.0.99" serde_json = "1.0.40" serde_yaml = "0.8.9" solana-core = { path = "../core", version = "0.18.0-pre2" } diff --git a/client/Cargo.toml b/client/Cargo.toml index 7d22c9936d..edf4340043 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -17,7 +17,7 @@ rand = "0.6.5" rayon = "1.1.0" reqwest = "0.9.19" serde = "1.0.99" -serde_derive = "1.0.98" +serde_derive = "1.0.99" serde_json = "1.0.40" solana-netutil = { path = "../utils/netutil", version = "0.18.0-pre2" } solana-sdk = { path = "../sdk", version = "0.18.0-pre2" } diff --git a/core/Cargo.toml b/core/Cargo.toml index 0c5667b0dd..d41cdf33f1 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -45,7 +45,7 @@ rand_chacha = "0.1.1" rayon = "1.1.0" reqwest = "0.9.19" serde = "1.0.99" -serde_derive = "1.0.98" +serde_derive = "1.0.99" serde_json = "1.0.40" solana-budget-api = { path = "../programs/budget_api", version = "0.18.0-pre2" } solana-budget-program = { path = "../programs/budget_program", version = "0.18.0-pre2" } diff --git a/drone/Cargo.toml b/drone/Cargo.toml index 98ec4bdb6d..f867dbd0f7 100644 --- a/drone/Cargo.toml +++ b/drone/Cargo.toml @@ -19,7 +19,7 @@ bytes = "0.4" clap = "2.33" log = "0.4.8" serde = "1.0.99" -serde_derive = "1.0.98" +serde_derive = "1.0.99" solana-logger = { path = "../logger", version = "0.18.0-pre2" } solana-metrics = { path = "../metrics", version = "0.18.0-pre2" } solana-sdk = { path = "../sdk", version = "0.18.0-pre2" } diff --git a/genesis/Cargo.toml b/genesis/Cargo.toml index 4c23eaaab9..d1fbca0125 100644 --- a/genesis/Cargo.toml +++ b/genesis/Cargo.toml @@ -12,7 +12,7 @@ homepage = "https://solana.com/" bincode = "1.1.4" clap = "2.33.0" serde = "1.0.99" -serde_derive = "1.0.98" +serde_derive = "1.0.99" serde_json = "1.0.40" serde_yaml = "0.8.9" solana-core = { path = "../core", version = "0.18.0-pre2" } diff --git a/install/Cargo.toml b/install/Cargo.toml index bc54034ac6..9bf05b6338 100644 --- a/install/Cargo.toml +++ b/install/Cargo.toml @@ -29,7 +29,7 @@ nix = "0.15.0" reqwest = "0.9.19" semver = "0.9.0" serde = "1.0.99" -serde_derive = "1.0.98" +serde_derive = "1.0.99" serde_yaml = "0.8.9" sha2 = "0.8.0" solana-client = { path = "../client", version = "0.18.0-pre2" } diff --git a/kvstore/Cargo.toml b/kvstore/Cargo.toml index 622daa2454..ffd45bda7e 100644 --- a/kvstore/Cargo.toml +++ b/kvstore/Cargo.toml @@ -16,7 +16,7 @@ crc = "1.8.1" memmap = "0.7.0" rand = "0.6.5" serde = "1.0.99" -serde_derive = "1.0.98" +serde_derive = "1.0.99" [dev-dependencies] tempfile = "3.1.0" diff --git a/ledger-tool/Cargo.toml b/ledger-tool/Cargo.toml index 65efafa062..d78987caba 100644 --- a/ledger-tool/Cargo.toml +++ b/ledger-tool/Cargo.toml @@ -12,7 +12,7 @@ homepage = "https://solana.com/" bincode = "1.1.4" clap = "2.33.0" serde = "1.0.99" -serde_derive = "1.0.98" +serde_derive = "1.0.99" serde_json = "1.0.40" serde_yaml = "0.8.9" solana-core = { path = "../core", version = "0.18.0-pre2" } diff --git a/programs/budget_api/Cargo.toml b/programs/budget_api/Cargo.toml index c371c79c09..6a40504e68 100644 --- a/programs/budget_api/Cargo.toml +++ b/programs/budget_api/Cargo.toml @@ -15,7 +15,7 @@ log = "0.4.8" num-derive = "0.2" num-traits = "0.2" serde = "1.0.99" -serde_derive = "1.0.98" +serde_derive = "1.0.99" solana-sdk = { path = "../../sdk", version = "0.18.0-pre2" } [dev-dependencies] diff --git a/programs/config_api/Cargo.toml b/programs/config_api/Cargo.toml index 6e463afbac..75070ea2d1 100644 --- a/programs/config_api/Cargo.toml +++ b/programs/config_api/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" bincode = "1.1.4" log = "0.4.8" serde = "1.0.99" -serde_derive = "1.0.98" +serde_derive = "1.0.99" solana-sdk = { path = "../../sdk", version = "0.18.0-pre2" } diff --git a/programs/config_tests/Cargo.toml b/programs/config_tests/Cargo.toml index cb2f5147f9..8180ed6d6d 100644 --- a/programs/config_tests/Cargo.toml +++ b/programs/config_tests/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" bincode = "1.1.4" log = "0.4.8" serde = "1.0.99" -serde_derive = "1.0.98" +serde_derive = "1.0.99" solana-logger = { path = "../../logger", version = "0.18.0-pre2" } solana-sdk = { path = "../../sdk", version = "0.18.0-pre2" } solana-config-api = { path = "../config_api", version = "0.18.0-pre2" } diff --git a/programs/exchange_api/Cargo.toml b/programs/exchange_api/Cargo.toml index 27a8c03901..98042b69a6 100644 --- a/programs/exchange_api/Cargo.toml +++ b/programs/exchange_api/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" bincode = "1.1.4" log = "0.4.8" serde = "1.0.99" -serde_derive = "1.0.98" +serde_derive = "1.0.99" solana-logger = { path = "../../logger", version = "0.18.0-pre2" } solana-metrics = { path = "../../metrics", version = "0.18.0-pre2" } solana-sdk = { path = "../../sdk", version = "0.18.0-pre2" } diff --git a/programs/move_loader_api/Cargo.toml b/programs/move_loader_api/Cargo.toml index ce32a135a9..b33f4e8f15 100644 --- a/programs/move_loader_api/Cargo.toml +++ b/programs/move_loader_api/Cargo.toml @@ -15,7 +15,7 @@ indexmap = "1.0.2" libc = "0.2.62" log = "0.4.8" serde = "1.0.99" -serde_derive = "1.0.98" +serde_derive = "1.0.99" serde_json = "1.0.40" solana-logger = { path = "../../logger", version = "0.18.0-pre2" } solana-sdk = { path = "../../sdk", version = "0.18.0-pre2" } diff --git a/programs/stake_api/Cargo.toml b/programs/stake_api/Cargo.toml index 98c29d5b69..d1f50fd439 100644 --- a/programs/stake_api/Cargo.toml +++ b/programs/stake_api/Cargo.toml @@ -13,7 +13,7 @@ bincode = "1.1.4" log = "0.4.8" rand = "0.6.5" serde = "1.0.99" -serde_derive = "1.0.98" +serde_derive = "1.0.99" solana-logger = { path = "../../logger", version = "0.18.0-pre2" } solana-metrics = { path = "../../metrics", version = "0.18.0-pre2" } solana-sdk = { path = "../../sdk", version = "0.18.0-pre2" } diff --git a/programs/storage_api/Cargo.toml b/programs/storage_api/Cargo.toml index 334b3758e8..57a27cf563 100644 --- a/programs/storage_api/Cargo.toml +++ b/programs/storage_api/Cargo.toml @@ -16,7 +16,7 @@ rand = "0.6.5" num-derive = "0.2" num-traits = "0.2" serde = "1.0.99" -serde_derive = "1.0.98" +serde_derive = "1.0.99" solana-logger = { path = "../../logger", version = "0.18.0-pre2" } solana-sdk = { path = "../../sdk", version = "0.18.0-pre2" } diff --git a/programs/token_api/Cargo.toml b/programs/token_api/Cargo.toml index 690aa30852..5068cfd5a5 100644 --- a/programs/token_api/Cargo.toml +++ b/programs/token_api/Cargo.toml @@ -14,7 +14,7 @@ log = "0.4.8" num-derive = "0.2" num-traits = "0.2" serde = "1.0.99" -serde_derive = "1.0.98" +serde_derive = "1.0.99" solana-logger = { path = "../../logger", version = "0.18.0-pre2" } solana-sdk = { path = "../../sdk", version = "0.18.0-pre2" } diff --git a/programs/vote_api/Cargo.toml b/programs/vote_api/Cargo.toml index 3c9c7b9cce..005b80e51b 100644 --- a/programs/vote_api/Cargo.toml +++ b/programs/vote_api/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" bincode = "1.1.4" log = "0.4.8" serde = "1.0.99" -serde_derive = "1.0.98" +serde_derive = "1.0.99" solana-logger = { path = "../../logger", version = "0.18.0-pre2" } solana-metrics = { path = "../../metrics", version = "0.18.0-pre2" } solana-sdk = { path = "../../sdk", version = "0.18.0-pre2" } diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 0545f4b817..900f8c8cd3 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -22,7 +22,7 @@ memmap = "0.6.2" rand = "0.6.5" rayon = "1.1.0" serde = { version = "1.0.99", features = ["rc"] } -serde_derive = "1.0.98" +serde_derive = "1.0.99" serde_json = "1.0.40" solana-logger = { path = "../logger", version = "0.18.0-pre2" } solana-measure = { path = "../measure", version = "0.18.0-pre2" } diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 250079ce04..9ffc24b3b6 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -24,7 +24,7 @@ num-traits = "0.2" rand = "0.6.5" rayon = "1.1.0" serde = "1.0.99" -serde_derive = "1.0.98" +serde_derive = "1.0.99" serde_json = "1.0.40" sha2 = "0.8.0" solana-ed25519-dalek = "0.2.0" diff --git a/utils/fixed_buf/Cargo.toml b/utils/fixed_buf/Cargo.toml index 2c200cd06b..849f8c7535 100644 --- a/utils/fixed_buf/Cargo.toml +++ b/utils/fixed_buf/Cargo.toml @@ -16,4 +16,4 @@ serde = "1.0.99" name = "solana_fixed_buf" [dev-dependencies] -serde_derive = "1.0.98" +serde_derive = "1.0.99" diff --git a/validator-info/Cargo.toml b/validator-info/Cargo.toml index 19c34a4a2e..768f566b58 100644 --- a/validator-info/Cargo.toml +++ b/validator-info/Cargo.toml @@ -18,7 +18,7 @@ clap = "2.33" dirs = "2.0.2" reqwest = "0.9.19" serde = "1.0.99" -serde_derive = "1.0.98" +serde_derive = "1.0.99" serde_json = "1.0.40" solana-client = { path = "../client", version = "0.18.0-pre2" } solana-config-api = { path = "../programs/config_api", version = "0.18.0-pre2" } diff --git a/wallet/Cargo.toml b/wallet/Cargo.toml index 59ee4035a8..688f21e813 100644 --- a/wallet/Cargo.toml +++ b/wallet/Cargo.toml @@ -22,7 +22,7 @@ log = "0.4.8" num-traits = "0.2" pretty-hex = "0.1.0" serde = "1.0.99" -serde_derive = "1.0.98" +serde_derive = "1.0.99" serde_json = "1.0.40" serde_yaml = "0.8.9" solana-budget-api = { path = "../programs/budget_api", version = "0.18.0-pre2" }