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

Bump serde_json from 1.0.44 to 1.0.46 #8087

Merged
merged 2 commits into from
Feb 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 30 additions & 30 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion archiver-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ solana-client = { path = "../client", version = "0.24.0" }
solana-storage-program = { path = "../programs/storage", version = "0.24.0" }
thiserror = "1.0"
serde = "1.0.104"
serde_json = "1.0.44"
serde_json = "1.0.46"
serde_derive = "1.0.103"
solana-net-utils = { path = "../net-utils", version = "0.24.0" }
solana-chacha = { path = "../chacha", version = "0.24.0" }
Expand Down
2 changes: 1 addition & 1 deletion bench-exchange/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ rand = "0.6.5"
rayon = "1.2.0"
serde = "1.0.104"
serde_derive = "1.0.103"
serde_json = "1.0.44"
serde_json = "1.0.46"
serde_yaml = "0.8.11"
solana-clap-utils = { path = "../clap-utils", version = "0.24.0" }
solana-core = { path = "../core", version = "0.24.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 @@ -14,7 +14,7 @@ log = "0.4.8"
rayon = "1.2.0"
serde = "1.0.104"
serde_derive = "1.0.103"
serde_json = "1.0.44"
serde_json = "1.0.46"
serde_yaml = "0.8.11"
solana-clap-utils = { path = "../clap-utils", version = "0.24.0" }
solana-core = { path = "../core", version = "0.24.0" }
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pretty-hex = "0.1.1"
reqwest = { version = "0.10.1", default-features = false, features = ["blocking", "rustls-tls"] }
serde = "1.0.104"
serde_derive = "1.0.103"
serde_json = "1.0.44"
serde_json = "1.0.46"
solana-budget-program = { path = "../programs/budget", version = "0.24.0" }
solana-clap-utils = { path = "../clap-utils", version = "0.24.0" }
solana-cli-config = { path = "../cli-config", version = "0.24.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.2.0"
reqwest = { version = "0.10.1", default-features = false, features = ["blocking", "rustls-tls"] }
serde = "1.0.104"
serde_derive = "1.0.103"
serde_json = "1.0.44"
serde_json = "1.0.46"
solana-net-utils = { path = "../net-utils", version = "0.24.0" }
solana-sdk = { path = "../sdk", version = "0.24.0" }

Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ rand_chacha = "0.1.1"
rayon = "1.2.0"
serde = "1.0.104"
serde_derive = "1.0.103"
serde_json = "1.0.44"
serde_json = "1.0.46"
solana-budget-program = { path = "../programs/budget", version = "0.24.0" }
solana-clap-utils = { path = "../clap-utils", version = "0.24.0" }
solana-client = { path = "../client", version = "0.24.0" }
Expand Down
2 changes: 1 addition & 1 deletion genesis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ chrono = "0.4"
hex = "0.4.0"
serde = "1.0.104"
serde_derive = "1.0.103"
serde_json = "1.0.44"
serde_json = "1.0.46"
serde_yaml = "0.8.11"
solana-clap-utils = { path = "../clap-utils", version = "0.24.0" }
solana-genesis-programs = { path = "../genesis-programs", version = "0.24.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 @@ clap = "2.33.0"
histogram = "*"
serde = "1.0.104"
serde_derive = "1.0.103"
serde_json = "1.0.44"
serde_json = "1.0.46"
serde_yaml = "0.8.11"
solana-clap-utils = { path = "../clap-utils", version = "0.24.0" }
solana-ledger = { path = "../ledger", version = "0.24.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 @@ -16,7 +16,7 @@ log = "0.4.8"
semver = "0.9.0"
serde = "1.0.104"
serde_derive = "1.0.103"
serde_json = "1.0.44"
serde_json = "1.0.46"
solana-clap-utils = { path = "../clap-utils", version = "0.24.0" }
solana-logger = { path = "../logger", version = "0.24.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 @@ -15,7 +15,7 @@ log = "0.4.8"
semver = "0.9.0"
serde = "1.0.104"
serde_derive = "1.0.103"
serde_json = "1.0.44"
serde_json = "1.0.46"
solana-clap-utils = { path = "../clap-utils", version = "0.24.0" }
solana-logger = { path = "../logger", version = "0.24.0" }
rand = "0.6.5"
Expand Down
2 changes: 1 addition & 1 deletion programs/btc_spv_bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ clap="2.33.0"
reqwest = { version = "0.10.1", default-features = false, features = ["blocking", "json", "rustls-tls"] }
serde="1.0.104"
serde_derive="1.0.103"
serde_json = "1.0.44"
serde_json = "1.0.46"
hex = "0.3.2"

[[bin]]
Expand Down
38 changes: 19 additions & 19 deletions programs/move_loader/Cargo.lock

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

6 changes: 3 additions & 3 deletions programs/move_loader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ byteorder = "1.3.2"
indexmap = "1.1.0"
libc = "0.2.65"
log = "0.4.8"
serde = "1.0.102"
serde = "1.0.104"
serde_bytes = "0.11"
serde_derive = "1.0.102"
serde_json = "1.0.41"
serde_derive = "1.0.103"
serde_json = "1.0.46"
solana-logger = { path = "../../logger", version = "0.24.0" }
solana-sdk = { path = "../../sdk", version = "0.24.0" }

Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rand = "0.6.5"
rayon = "1.2.0"
serde = { version = "1.0.104", features = ["rc"] }
serde_derive = "1.0.103"
serde_json = "1.0.44"
serde_json = "1.0.46"
solana-logger = { path = "../logger", version = "0.24.0" }
solana-measure = { path = "../measure", version = "0.24.0" }
solana-metrics = { path = "../metrics", version = "0.24.0" }
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ rand_chacha = { version = "0.1.1", optional = true }
serde = "1.0.104"
serde_bytes = "0.11"
serde_derive = "1.0.103"
serde_json = { version = "1.0.44", optional = true }
serde_json = { version = "1.0.46", optional = true }
sha2 = "0.8.1"
thiserror = "1.0"
ed25519-dalek = { version = "=1.0.0-pre.1", 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 @@ -11,7 +11,7 @@ publish = false

[dependencies]
log = "0.4.8"
serde_json = "1.0.44"
serde_json = "1.0.46"
solana-metrics = { path = "../metrics", version = "0.24.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 @@ -17,7 +17,7 @@ log = "0.4.8"
indicatif = "0.14.0"
rand = "0.6.5"
reqwest = { version = "0.10.1", default-features = false, features = ["blocking"] }
serde_json = "1.0.44"
serde_json = "1.0.46"
solana-clap-utils = { path = "../clap-utils", version = "0.24.0" }
solana-client = { path = "../client", version = "0.24.0" }
solana-core = { path = "../core", version = "0.24.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 @@ -16,7 +16,7 @@ jsonrpc-derive = "14.0.5"
jsonrpc-http-server = "14.0.5"
log = "0.4.8"
serde = "1.0.104"
serde_json = "1.0.44"
serde_json = "1.0.46"
solana-clap-utils = { path = "../clap-utils", version = "0.24.0" }
solana-metrics = { path = "../metrics", version = "0.24.0" }
solana-sdk = { path = "../sdk", version = "0.24.0" }
Expand Down