Skip to content

Commit

Permalink
Bump serde_json from 1.0.53 to 1.0.54
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.53 to 1.0.54.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.53...v1.0.54)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored and mvines committed Jun 9, 2020
1 parent aaf6dd9 commit a264a9d
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bench-exchange/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ num-derive = "0.3"
num-traits = "0.2"
rand = "0.7.0"
rayon = "1.3.0"
serde_json = "1.0.53"
serde_json = "1.0.54"
serde_yaml = "0.8.12"
solana-clap-utils = { path = "../clap-utils", version = "1.3.0" }
solana-core = { path = "../core", version = "1.3.0" }
Expand Down
2 changes: 1 addition & 1 deletion bench-tps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bincode = "1.2.1"
clap = "2.33.1"
log = "0.4.8"
rayon = "1.3.0"
serde_json = "1.0.53"
serde_json = "1.0.54"
serde_yaml = "0.8.12"
solana-clap-utils = { path = "../clap-utils", version = "1.3.0" }
solana-core = { path = "../core", version = "1.3.0" }
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pretty-hex = "0.1.1"
reqwest = { version = "0.10.6", default-features = false, features = ["blocking", "rustls-tls", "json"] }
serde = "1.0.111"
serde_derive = "1.0.103"
serde_json = "1.0.53"
serde_json = "1.0.54"
solana-budget-program = { path = "../programs/budget", version = "1.3.0" }
solana-clap-utils = { path = "../clap-utils", version = "1.3.0" }
solana-cli-config = { path = "../cli-config", version = "1.3.0" }
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rayon = "1.3.0"
reqwest = { version = "0.10.6", default-features = false, features = ["blocking", "rustls-tls", "json"] }
serde = "1.0.111"
serde_derive = "1.0.103"
serde_json = "1.0.53"
serde_json = "1.0.54"
solana-transaction-status = { path = "../transaction-status", version = "1.3.0" }
solana-net-utils = { path = "../net-utils", version = "1.3.0" }
solana-sdk = { path = "../sdk", version = "1.3.0" }
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ rayon = "1.3.0"
regex = "1.3.9"
serde = "1.0.111"
serde_derive = "1.0.103"
serde_json = "1.0.53"
serde_json = "1.0.54"
solana-bpf-loader-program = { path = "../programs/bpf_loader", version = "1.3.0" }
solana-budget-program = { path = "../programs/budget", version = "1.3.0" }
solana-clap-utils = { path = "../clap-utils", version = "1.3.0" }
Expand Down
2 changes: 1 addition & 1 deletion genesis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ base64 = "0.12.0"
clap = "2.33.1"
chrono = "0.4"
serde = "1.0.111"
serde_json = "1.0.53"
serde_json = "1.0.54"
serde_yaml = "0.8.12"
solana-clap-utils = { path = "../clap-utils", version = "1.3.0" }
solana-genesis-programs = { path = "../genesis-programs", version = "1.3.0" }
Expand Down
2 changes: 1 addition & 1 deletion ledger-tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ bytecount = "0.6.0"
clap = "2.33.1"
histogram = "*"
log = { version = "0.4.8" }
serde_json = "1.0.53"
serde_json = "1.0.54"
serde_yaml = "0.8.12"
solana-clap-utils = { path = "../clap-utils", version = "1.3.0" }
solana-cli = { path = "../cli", version = "1.3.0" }
Expand Down
2 changes: 1 addition & 1 deletion log-analyzer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ publish = false
byte-unit = "3.1.3"
clap = "2.33.1"
serde = "1.0.111"
serde_json = "1.0.53"
serde_json = "1.0.54"
solana-clap-utils = { path = "../clap-utils", version = "1.3.0" }
solana-logger = { path = "../logger", version = "1.3.0" }
solana-version = { path = "../version", version = "1.3.0" }
Expand Down
2 changes: 1 addition & 1 deletion net-shaper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ publish = false
[dependencies]
clap = "2.33.1"
serde = "1.0.111"
serde_json = "1.0.53"
serde_json = "1.0.54"
solana-clap-utils = { path = "../clap-utils", version = "1.3.0" }
solana-logger = { path = "../logger", version = "1.3.0" }
rand = "0.7.0"
Expand Down
2 changes: 1 addition & 1 deletion ramp-tps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ clap = "2.33.1"
log = "0.4.8"
reqwest = { version = "0.10.6", default-features = false }
serde = "1.0.111"
serde_json = "1.0.53"
serde_json = "1.0.54"
serde_yaml = "0.8.12"
solana-core = { path = "../core", version = "1.3.0" }
solana-client = { path = "../client", version = "1.3.0" }
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ rand_chacha = { version = "0.2.2", optional = true }
serde = "1.0.111"
serde_bytes = "0.11"
serde_derive = "1.0.103"
serde_json = { version = "1.0.53", optional = true }
serde_json = { version = "1.0.54", optional = true }
sha2 = "0.8.2"
thiserror = "1.0"
ed25519-dalek = { version = "=1.0.0-pre.3", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion upload-perf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ homepage = "https://solana.com/"
publish = false

[dependencies]
serde_json = "1.0.53"
serde_json = "1.0.54"
solana-metrics = { path = "../metrics", version = "1.3.0" }

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion validator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ chrono = { version = "0.4.11", features = ["serde"] }
console = "0.11.3"
log = "0.4.8"
rand = "0.7.0"
serde_json = "1.0.53"
serde_json = "1.0.54"
solana-clap-utils = { path = "../clap-utils", version = "1.3.0" }
solana-client = { path = "../client", version = "1.3.0" }
solana-core = { path = "../core", version = "1.3.0" }
Expand Down
2 changes: 1 addition & 1 deletion vote-signer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jsonrpc-core = "14.2.0"
jsonrpc-derive = "14.2.1"
jsonrpc-http-server = "14.2.0"
log = "0.4.8"
serde_json = "1.0.53"
serde_json = "1.0.54"
solana-clap-utils = { path = "../clap-utils", version = "1.3.0" }
solana-metrics = { path = "../metrics", version = "1.3.0" }
solana-sdk = { path = "../sdk", version = "1.3.0" }
Expand Down

0 comments on commit a264a9d

Please sign in to comment.