Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

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

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support committed Jan 23, 2019
1 parent 73930b5 commit 80c6ed7
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 28 deletions.
34 changes: 17 additions & 17 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ring = "0.13.2"
rocksdb = "0.11.0"
serde = "1.0.85"
serde_derive = "1.0.85"
serde_json = "1.0.36"
serde_json = "1.0.37"
solana-bpfloader = { path = "programs/native/bpf_loader", version = "0.12.0" }
solana-drone = { path = "drone", version = "0.12.0" }
solana-jsonrpc-core = "0.4.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 @@ -10,7 +10,7 @@ homepage = "https://solana.com/"
[dependencies]
clap = "2.32.0"
rayon = "1.0.3"
serde_json = "1.0.36"
serde_json = "1.0.37"
solana = { path = "..", version = "0.12.0" }
solana-drone = { path = "../drone", version = "0.12.0" }
solana-logger = { path = "../logger", version = "0.12.0" }
Expand Down
2 changes: 1 addition & 1 deletion fullnode-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dirs = "1.0.2"
log = "0.4.2"
serde = "1.0.85"
serde_derive = "1.0.85"
serde_json = "1.0.36"
serde_json = "1.0.37"
solana-netutil = { path = "../netutil", version = "0.12.0" }
solana-sdk = { path = "../sdk", version = "0.12.0" }
untrusted = "0.6.2"
Expand Down
2 changes: 1 addition & 1 deletion fullnode/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ homepage = "https://solana.com/"
[dependencies]
clap = "2.32.0"
log = "0.4.2"
serde_json = "1.0.36"
serde_json = "1.0.37"
solana = { path = "..", version = "0.12.0" }
solana-drone = { path = "../drone", version = "0.12.0" }
solana-fullnode-config = { path = "../fullnode-config", version = "0.12.0" }
Expand Down
2 changes: 1 addition & 1 deletion genesis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ homepage = "https://solana.com/"

[dependencies]
clap = "2.32.0"
serde_json = "1.0.36"
serde_json = "1.0.37"
solana = { path = "..", version = "0.12.0" }
solana-sdk = { path = "../sdk", version = "0.12.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 @@ -10,7 +10,7 @@ homepage = "https://solana.com/"

[dependencies]
clap = "2.32.0"
serde_json = "1.0.36"
serde_json = "1.0.37"
solana = { path = "..", version = "0.12.0" }
solana-sdk = { path = "../sdk", version = "0.12.0" }
solana-logger = { path = "../logger", version = "0.12.0" }
Expand Down
2 changes: 1 addition & 1 deletion replicator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage = "https://solana.com/"

[dependencies]
clap = "2.32.0"
serde_json = "1.0.36"
serde_json = "1.0.37"
solana = { path = "..", version = "0.12.0" }
solana-logger = { path = "../logger", version = "0.12.0" }
solana-fullnode-config = { path = "../fullnode-config", version = "0.12.0" }
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ ring = "0.13.2"
sha2 = "0.8.0"
serde = "1.0.85"
serde_derive = "1.0.85"
serde_json = "1.0.36"
serde_json = "1.0.37"
untrusted = "0.6.2"
2 changes: 1 addition & 1 deletion upload-perf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"
homepage = "https://solana.com/"

[dependencies]
serde_json = "1.0.36"
serde_json = "1.0.37"
solana-metrics = { path = "../metrics", version = "0.12.0" }

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion vote-signer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ homepage = "https://solana.com/"
bs58 = "0.2.0"
clap = "2.31"
log = "0.4.2"
serde_json = "1.0.36"
serde_json = "1.0.37"
solana-sdk = { path = "../sdk", version = "0.12.0" }
solana-metrics = { path = "../metrics", version = "0.12.0" }
solana-jsonrpc-core = "0.4.0"
Expand Down
2 changes: 1 addition & 1 deletion wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ bs58 = "0.2.0"
clap = "2.32.0"
chrono = { version = "0.4.0", features = ["serde"] }
dirs = "1.0.2"
serde_json = "1.0.36"
serde_json = "1.0.37"
solana = { path = "..", version = "0.12.0" }
solana-drone = { path = "../drone", version = "0.12.0" }
solana-logger = { path = "../logger", version = "0.12.0" }
Expand Down

0 comments on commit 80c6ed7

Please sign in to comment.