From 4e78354ab6a6aca9437bd019a2f2613894173608 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2019 20:23:41 -0700 Subject: [PATCH] Bump serde_derive from 1.0.92 to 1.0.93 (#4790) Bumps [serde_derive](https://github.com/serde-rs/serde) from 1.0.92 to 1.0.93. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.92...v1.0.93) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 44 ++++++++++++++++---------------- bench-exchange/Cargo.toml | 2 +- bench-tps/Cargo.toml | 2 +- client/Cargo.toml | 2 +- core/Cargo.toml | 2 +- drone/Cargo.toml | 2 +- genesis/Cargo.toml | 2 +- install/Cargo.toml | 2 +- kvstore/Cargo.toml | 2 +- programs/budget_api/Cargo.toml | 2 +- programs/config_api/Cargo.toml | 2 +- programs/exchange_api/Cargo.toml | 2 +- programs/stake_api/Cargo.toml | 2 +- programs/storage_api/Cargo.toml | 2 +- programs/token_api/Cargo.toml | 2 +- programs/vote_api/Cargo.toml | 2 +- runtime/Cargo.toml | 2 +- sdk/Cargo.toml | 2 +- 18 files changed, 39 insertions(+), 39 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 58e87e955..305601a01 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1042,7 +1042,7 @@ dependencies = [ "hyper 0.10.15 (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.93 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1084,7 +1084,7 @@ dependencies = [ "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2053,12 +2053,12 @@ name = "serde" version = "1.0.93" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "serde_derive" -version = "1.0.92" +version = "1.0.93" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2189,7 +2189,7 @@ dependencies = [ "reqwest 0.9.18 (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.93 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", "solana-budget-api 0.17.0", "solana-budget-program 0.17.0", @@ -2233,7 +2233,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.93 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)", "solana 0.17.0", @@ -2268,7 +2268,7 @@ dependencies = [ "log 0.4.6 (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.93 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)", "solana 0.17.0", @@ -2330,7 +2330,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.93 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", "solana-runtime 0.17.0", "solana-sdk 0.17.0", ] @@ -2365,7 +2365,7 @@ dependencies = [ "rayon 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.9.18 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.17.0", "solana-netutil 0.17.0", @@ -2379,7 +2379,7 @@ dependencies = [ "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.17.0", "solana-runtime 0.17.0", "solana-sdk 0.17.0", @@ -2405,7 +2405,7 @@ dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.17.0", "solana-metrics 0.17.0", "solana-sdk 0.17.0", @@ -2432,7 +2432,7 @@ dependencies = [ "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.17.0", "solana-metrics 0.17.0", "solana-runtime 0.17.0", @@ -2466,7 +2466,7 @@ dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "hashbrown 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)", "solana 0.17.0", @@ -2518,7 +2518,7 @@ dependencies = [ "reqwest 0.9.18 (registry+https://github.com/rust-lang/crates.io-index)", "ring 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.93 (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.17.0", "solana-config-api 0.17.0", @@ -2551,7 +2551,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.93 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", "tempfile 3.0.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2649,7 +2649,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.93 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", "solana-bpf-loader-api 0.17.0", "solana-bpf-loader-program 0.17.0", @@ -2684,7 +2684,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.93 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.39 (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)", @@ -2700,7 +2700,7 @@ dependencies = [ "log 0.4.6 (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.93 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.17.0", "solana-metrics 0.17.0", "solana-sdk 0.17.0", @@ -2728,7 +2728,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.93 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.17.0", "solana-sdk 0.17.0", ] @@ -2755,7 +2755,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.93 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.17.0", "solana-sdk 0.17.0", ] @@ -2804,7 +2804,7 @@ dependencies = [ "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.17.0", "solana-metrics 0.17.0", "solana-sdk 0.17.0", @@ -3708,7 +3708,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.93 (registry+https://github.com/rust-lang/crates.io-index)" = "960e29cf7004b3b6e65fc5002981400eb3ccc017a08a2406940823e58e7179a9" -"checksum serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)" = "46a3223d0c9ba936b61c0d2e3e559e3217dbfb8d65d06d26e8b3c25de38bae3e" +"checksum serde_derive 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)" = "c4cce6663696bd38272e90bf34a0267e1226156c33f52d3f3915a2dd5d802085" "checksum serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)" = "5a23aa71d4a4d43fdbfaac00eff68ba8a06a51759a89ac3304323e800c4dd40d" "checksum serde_urlencoded 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d48f9f99cd749a2de71d29da5f948de7f2764cc5a9d7f3c97e3514d4ee6eabf2" "checksum serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)" = "38b08a9a90e5260fe01c6480ec7c811606df6d3a660415808c3c3fa8ed95b582" diff --git a/bench-exchange/Cargo.toml b/bench-exchange/Cargo.toml index f47395d21..69ed7e4c0 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.93" -serde_derive = "1.0.92" +serde_derive = "1.0.93" serde_json = "1.0.39" serde_yaml = "0.8.9" # solana-runtime = { path = "../solana/runtime"} diff --git a/bench-tps/Cargo.toml b/bench-tps/Cargo.toml index b136340df..17b066c7a 100644 --- a/bench-tps/Cargo.toml +++ b/bench-tps/Cargo.toml @@ -12,7 +12,7 @@ clap = "2.33.0" log = "0.4.6" rayon = "1.1.0" serde = "1.0.93" -serde_derive = "1.0.92" +serde_derive = "1.0.93" serde_json = "1.0.39" serde_yaml = "0.8.9" solana = { path = "../core", version = "0.17.0" } diff --git a/client/Cargo.toml b/client/Cargo.toml index 03531298a..07ab7682a 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -17,7 +17,7 @@ rand = "0.6.5" rayon = "1.1.0" reqwest = "0.9.18" serde = "1.0.93" -serde_derive = "1.0.92" +serde_derive = "1.0.93" serde_json = "1.0.39" solana-netutil = { path = "../netutil", version = "0.17.0" } solana-sdk = { path = "../sdk", version = "0.17.0" } diff --git a/core/Cargo.toml b/core/Cargo.toml index 166d1cc19..9b31a85aa 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -43,7 +43,7 @@ rayon = "1.1.0" reqwest = "0.9.18" rocksdb = "0.11.0" serde = "1.0.93" -serde_derive = "1.0.92" +serde_derive = "1.0.93" serde_json = "1.0.39" solana-budget-api = { path = "../programs/budget_api", version = "0.17.0" } solana-budget-program = { path = "../programs/budget_program", version = "0.17.0" } diff --git a/drone/Cargo.toml b/drone/Cargo.toml index 3c8477ba2..7cecb8a17 100644 --- a/drone/Cargo.toml +++ b/drone/Cargo.toml @@ -19,7 +19,7 @@ bytes = "0.4" clap = "2.33" log = "0.4.2" serde = "1.0.93" -serde_derive = "1.0.92" +serde_derive = "1.0.93" solana-logger = { path = "../logger", version = "0.17.0" } solana-metrics = { path = "../metrics", version = "0.17.0" } solana-sdk = { path = "../sdk", version = "0.17.0" } diff --git a/genesis/Cargo.toml b/genesis/Cargo.toml index e3ae63588..2412079e2 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.93" -serde_derive = "1.0.92" +serde_derive = "1.0.93" serde_json = "1.0.39" serde_yaml = "0.8.9" solana = { path = "../core", version = "0.17.0" } diff --git a/install/Cargo.toml b/install/Cargo.toml index d36e773a7..c86c51279 100644 --- a/install/Cargo.toml +++ b/install/Cargo.toml @@ -26,7 +26,7 @@ log = "0.4.2" reqwest = "0.9.18" ring = "0.13.2" serde = "1.0.93" -serde_derive = "1.0.92" +serde_derive = "1.0.93" serde_yaml = "0.8.9" solana-client = { path = "../client", version = "0.17.0" } solana-config-api = { path = "../programs/config_api", version = "0.17.0" } diff --git a/kvstore/Cargo.toml b/kvstore/Cargo.toml index 512c2cd4e..23f6832c6 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.93" -serde_derive = "1.0.92" +serde_derive = "1.0.93" [dev-dependencies] tempfile = "3.0.8" diff --git a/programs/budget_api/Cargo.toml b/programs/budget_api/Cargo.toml index 81e66f379..c4d257265 100644 --- a/programs/budget_api/Cargo.toml +++ b/programs/budget_api/Cargo.toml @@ -15,7 +15,7 @@ log = "0.4.2" num-derive = "0.2" num-traits = "0.2" serde = "1.0.93" -serde_derive = "1.0.92" +serde_derive = "1.0.93" solana-sdk = { path = "../../sdk", version = "0.17.0" } [dev-dependencies] diff --git a/programs/config_api/Cargo.toml b/programs/config_api/Cargo.toml index 19a490247..1a697a17f 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.2" serde = "1.0.93" -serde_derive = "1.0.92" +serde_derive = "1.0.93" solana-logger = { path = "../../logger", version = "0.17.0" } solana-sdk = { path = "../../sdk", version = "0.17.0" } diff --git a/programs/exchange_api/Cargo.toml b/programs/exchange_api/Cargo.toml index 1194c9cf3..77ec27e91 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.2" serde = "1.0.93" -serde_derive = "1.0.92" +serde_derive = "1.0.93" solana-logger = { path = "../../logger", version = "0.17.0" } solana-metrics = { path = "../../metrics", version = "0.17.0" } solana-sdk = { path = "../../sdk", version = "0.17.0" } diff --git a/programs/stake_api/Cargo.toml b/programs/stake_api/Cargo.toml index 452b6e64c..ed6a41dd5 100644 --- a/programs/stake_api/Cargo.toml +++ b/programs/stake_api/Cargo.toml @@ -13,7 +13,7 @@ bincode = "1.1.4" log = "0.4.2" rand = "0.6.5" serde = "1.0.93" -serde_derive = "1.0.92" +serde_derive = "1.0.93" solana-logger = { path = "../../logger", version = "0.17.0" } solana-metrics = { path = "../../metrics", version = "0.17.0" } solana-sdk = { path = "../../sdk", version = "0.17.0" } diff --git a/programs/storage_api/Cargo.toml b/programs/storage_api/Cargo.toml index 5f9e919e6..525924e98 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.93" -serde_derive = "1.0.92" +serde_derive = "1.0.93" solana-logger = { path = "../../logger", version = "0.17.0" } solana-sdk = { path = "../../sdk", version = "0.17.0" } diff --git a/programs/token_api/Cargo.toml b/programs/token_api/Cargo.toml index ceb6dbc87..54022b539 100644 --- a/programs/token_api/Cargo.toml +++ b/programs/token_api/Cargo.toml @@ -14,7 +14,7 @@ log = "0.4.2" num-derive = "0.2" num-traits = "0.2" serde = "1.0.93" -serde_derive = "1.0.92" +serde_derive = "1.0.93" solana-logger = { path = "../../logger", version = "0.17.0" } solana-sdk = { path = "../../sdk", version = "0.17.0" } diff --git a/programs/vote_api/Cargo.toml b/programs/vote_api/Cargo.toml index 958085885..8c4175be9 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.2" serde = "1.0.93" -serde_derive = "1.0.92" +serde_derive = "1.0.93" solana-logger = { path = "../../logger", version = "0.17.0" } solana-metrics = { path = "../../metrics", version = "0.17.0" } solana-sdk = { path = "../../sdk", version = "0.17.0" } diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 4c5c07ceb..6e8653713 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -23,7 +23,7 @@ memmap = "0.6.2" rand = "0.6.5" rayon = "1.1.0" serde = "1.0.93" -serde_derive = "1.0.92" +serde_derive = "1.0.93" serde_json = "1.0.38" solana-logger = { path = "../logger", version = "0.17.0" } solana-metrics = { path = "../metrics", version = "0.17.0" } diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 79c7cf6a1..982358065 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.93" -serde_derive = "1.0.92" +serde_derive = "1.0.93" serde_json = "1.0.39" sha2 = "0.8.0" solana-ed25519-dalek = "0.2.0"