Skip to content

Commit

Permalink
chore: bump serde from 1.0.129 to 1.0.130 (solana-labs#19497)
Browse files Browse the repository at this point in the history
* chore: bump serde from 1.0.129 to 1.0.130

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.129 to 1.0.130.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.129...v1.0.130)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <[email protected]>
  • Loading branch information
dependabot[bot] and dependabot-buildkite authored Aug 30, 2021
1 parent fbffdf9 commit 6a53ec2
Show file tree
Hide file tree
Showing 35 changed files with 41 additions and 41 deletions.
8 changes: 4 additions & 4 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 account-decoder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bs58 = "0.4.0"
bv = "0.11.1"
Inflector = "0.11.4"
lazy_static = "1.4.0"
serde = "1.0.129"
serde = "1.0.130"
serde_derive = "1.0.103"
serde_json = "1.0.66"
solana-config-program = { path = "../programs/config", version = "=1.8.0" }
Expand Down
2 changes: 1 addition & 1 deletion banks-interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2018"

[dependencies]
mio = "0.7.13"
serde = { version = "1.0.129", features = ["derive"] }
serde = { version = "1.0.130", features = ["derive"] }
solana-sdk = { path = "../sdk", version = "=1.8.0" }
tarpc = { version = "0.26.2", features = ["full"] }

Expand Down
2 changes: 1 addition & 1 deletion cli-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ documentation = "https://docs.rs/solana-cli-config"
[dependencies]
dirs-next = "2.0.0"
lazy_static = "1.4.0"
serde = "1.0.129"
serde = "1.0.130"
serde_derive = "1.0.103"
serde_yaml = "0.8.20"
url = "2.2.2"
Expand Down
2 changes: 1 addition & 1 deletion cli-output/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ console = "0.14.1"
humantime = "2.0.1"
Inflector = "0.11.4"
indicatif = "0.16.2"
serde = "1.0.129"
serde = "1.0.130"
serde_derive = "1.0.103"
serde_json = "1.0.66"
solana-account-decoder = { path = "../account-decoder", version = "=1.8.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 @@ humantime = "2.0.1"
num-traits = "0.2"
pretty-hex = "0.2.1"
reqwest = { version = "0.11.4", default-features = false, features = ["blocking", "rustls-tls", "json"] }
serde = "1.0.129"
serde = "1.0.130"
serde_derive = "1.0.103"
serde_json = "1.0.66"
solana-account-decoder = { path = "../account-decoder", version = "=1.8.0" }
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ net2 = "0.2.37"
rayon = "1.5.1"
reqwest = { version = "0.11.4", default-features = false, features = ["blocking", "rustls-tls", "json"] }
semver = "1.0.4"
serde = "1.0.129"
serde = "1.0.130"
serde_derive = "1.0.103"
serde_json = "1.0.66"
solana-account-decoder = { path = "../account-decoder", version = "=1.8.0" }
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ rand_core = "0.6.3"
raptorq = "1.6.4"
rayon = "1.5.1"
retain_mut = "0.1.3"
serde = "1.0.129"
serde = "1.0.130"
serde_bytes = "0.11"
serde_derive = "1.0.103"
solana-account-decoder = { path = "../account-decoder", version = "=1.8.0" }
Expand Down
2 changes: 1 addition & 1 deletion entry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dlopen_derive = "0.1.4"
log = "0.4.11"
rand = "0.7.0"
rayon = "1.5.1"
serde = "1.0.129"
serde = "1.0.130"
solana-measure = { path = "../measure", version = "=1.8.0" }
solana-merkle-tree = { path = "../merkle-tree", version = "=1.8.0" }
solana-metrics = { path = "../metrics", version = "=1.8.0" }
Expand Down
2 changes: 1 addition & 1 deletion faucet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ bincode = "1.3.3"
byteorder = "1.4.3"
clap = "2.33"
log = "0.4.14"
serde = "1.0.129"
serde = "1.0.130"
serde_derive = "1.0.103"
solana-clap-utils = { path = "../clap-utils", version = "=1.8.0" }
solana-cli-config = { path = "../cli-config", version = "=1.8.0" }
Expand Down
2 changes: 1 addition & 1 deletion frozen-abi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2018"
bs58 = "0.4.0"
bv = { version = "0.11.1", features = ["serde"] }
log = "0.4.14"
serde = "1.0.129"
serde = "1.0.130"
serde_derive = "1.0.103"
sha2 = "0.9.5"
solana-frozen-abi-macro = { path = "macro", version = "=1.8.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 @@ documentation = "https://docs.rs/solana-genesis"
base64 = "0.12.3"
clap = "2.33.1"
chrono = "0.4"
serde = "1.0.129"
serde = "1.0.130"
serde_json = "1.0.66"
serde_yaml = "0.8.20"
solana-clap-utils = { path = "../clap-utils", version = "=1.8.0" }
Expand Down
2 changes: 1 addition & 1 deletion gossip/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ num-traits = "0.2"
rand = "0.7.0"
rand_chacha = "0.2.2"
rayon = "1.5.1"
serde = "1.0.129"
serde = "1.0.130"
serde_bytes = "0.11"
serde_derive = "1.0.103"
solana-clap-utils = { path = "../clap-utils", version = "=1.8.0" }
Expand Down
2 changes: 1 addition & 1 deletion install/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ indicatif = "0.16.2"
lazy_static = "1.4.0"
nix = "0.20.0"
reqwest = { version = "0.11.4", default-features = false, features = ["blocking", "rustls-tls", "json"] }
serde = { version = "1.0.129", features = ["derive"] }
serde = { version = "1.0.130", features = ["derive"] }
serde_json = "1.0.66"
serde_yaml = "0.8.20"
solana-clap-utils = { path = "../clap-utils", version = "=1.8.0" }
Expand Down
2 changes: 1 addition & 1 deletion ledger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ prost = "0.8.0"
rand = "0.7.0"
rand_chacha = "0.2.2"
rayon = "1.5.1"
serde = "1.0.129"
serde = "1.0.130"
serde_bytes = "0.11.5"
sha2 = "0.9.5"
solana-bpf-loader-program = { path = "../programs/bpf_loader", version = "=1.8.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 @@ -12,7 +12,7 @@ publish = false
[dependencies]
byte-unit = "4.0.12"
clap = "2.33.1"
serde = "1.0.129"
serde = "1.0.130"
serde_json = "1.0.66"
solana-clap-utils = { path = "../clap-utils", version = "=1.8.0" }
solana-logger = { path = "../logger", version = "=1.8.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 @@ -11,7 +11,7 @@ publish = false

[dependencies]
clap = "2.33.1"
serde = "1.0.129"
serde = "1.0.130"
serde_json = "1.0.66"
solana-clap-utils = { path = "../clap-utils", version = "=1.8.0" }
solana-logger = { path = "../logger", version = "=1.8.0" }
Expand Down
2 changes: 1 addition & 1 deletion net-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ clap = "2.33.1"
log = "0.4.14"
nix = "0.20.0"
rand = "0.7.0"
serde = "1.0.129"
serde = "1.0.130"
serde_derive = "1.0.103"
socket2 = "0.4.1"
solana-clap-utils = { path = "../clap-utils", version = "=1.8.0" }
Expand Down
2 changes: 1 addition & 1 deletion perf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ lazy_static = "1.4.0"
log = "0.4.14"
rand = "0.7.0"
rayon = "1.5.1"
serde = "1.0.129"
serde = "1.0.130"
solana-logger = { path = "../logger", version = "=1.8.0" }
solana-metrics = { path = "../metrics", version = "=1.8.0" }
solana-sdk = { path = "../sdk", version = "=1.8.0" }
Expand Down
2 changes: 1 addition & 1 deletion program-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ chrono = "0.4.19"
chrono-humanize = "0.2.1"
log = "0.4.14"
mio = "0.7.13"
serde = "1.0.129"
serde = "1.0.130"
serde_derive = "1.0.103"
solana-banks-client = { path = "../banks-client", version = "=1.8.0" }
solana-banks-server = { path = "../banks-server", version = "=1.8.0" }
Expand Down
8 changes: 4 additions & 4 deletions programs/bpf/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 programs/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ bincode = "1.3.3"
chrono = { version = "0.4.11", features = ["serde"] }
log = "0.4.14"
rand_core = "0.6.3"
serde = "1.0.129"
serde = "1.0.130"
serde_derive = "1.0.103"
solana-sdk = { path = "../../sdk", version = "=1.8.0" }

Expand Down
2 changes: 1 addition & 1 deletion programs/stake/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ bincode = "1.3.3"
log = "0.4.14"
num-derive = "0.3"
num-traits = "0.2"
serde = "1.0.129"
serde = "1.0.130"
serde_derive = "1.0.103"
solana-frozen-abi = { path = "../../frozen-abi", version = "=1.8.0" }
solana-frozen-abi-macro = { path = "../../frozen-abi/macro", version = "=1.8.0" }
Expand Down
2 changes: 1 addition & 1 deletion programs/vote/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ bincode = "1.3.3"
log = "0.4.14"
num-derive = "0.3"
num-traits = "0.2"
serde = "1.0.129"
serde = "1.0.130"
serde_derive = "1.0.103"
solana-frozen-abi = { path = "../../frozen-abi", version = "=1.8.0" }
solana-frozen-abi-macro = { path = "../../frozen-abi/macro", version = "=1.8.0" }
Expand Down
2 changes: 1 addition & 1 deletion rbpf-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2018"

[dependencies]
clap = "3.0.0-beta.2"
serde = "1.0.129"
serde = "1.0.130"
serde_json = "1.0.66"
solana-bpf-loader-program = { path = "../programs/bpf_loader", version = "=1.8.0" }
solana-logger = { path = "../logger", version = "=1.8.0" }
Expand Down
2 changes: 1 addition & 1 deletion replica-node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jsonrpc-ipc-server = "17.0.0"
jsonrpc-server-utils= "17.0.0"
log = "0.4.11"
rand = "0.7.0"
serde = "1.0.129"
serde = "1.0.130"
solana-clap-utils = { path = "../clap-utils", version = "=1.8.0" }
solana-cli-config = { path = "../cli-config", version = "=1.8.0" }
solana-client = { path = "../client", version = "=1.8.0" }
Expand Down
2 changes: 1 addition & 1 deletion rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jsonrpc-ws-server = "18.0.0"
libc = "0.2.101"
log = "0.4.14"
regex = "1.5.4"
serde = "1.0.129"
serde = "1.0.130"
serde_derive = "1.0.103"
serde_json = "1.0.66"
solana-account-decoder = { path = "../account-decoder", version = "=1.8.0" }
Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ouroboros = "0.10.1"
rand = "0.7.0"
rayon = "1.5.1"
regex = "1.5.4"
serde = { version = "1.0.129", features = ["rc"] }
serde = { version = "1.0.130", features = ["rc"] }
serde_derive = "1.0.103"
solana-config-program = { path = "../programs/config", version = "=1.8.0" }
solana-compute-budget-program = { path = "../programs/compute-budget", version = "=1.8.0" }
Expand Down
2 changes: 1 addition & 1 deletion scripts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ publish = false

[dependencies]
csv = "1.1"
serde = { version = "1.0.129", features = ["derive"] }
serde = { version = "1.0.130", features = ["derive"] }

[[bin]]
name = "solana-csv-to-validator-infos"
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ rand = { version = "0.7.0", optional = true }
rand_chacha = { version = "0.2.2", optional = true }
rand_core = "0.6.3"
rustversion = "1.0.5"
serde = "1.0.129"
serde = "1.0.130"
serde_bytes = "0.11"
serde_derive = "1.0.103"
serde_json = { version = "1.0.66", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion storage-bigtable/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ log = "0.4.14"
prost = "0.8.0"
prost-types = "0.8.0"
rand_core = "0.6.3"
serde = "1.0.129"
serde = "1.0.130"
serde_derive = "1.0.103"
smpl_jwt = "0.6.0"
solana-sdk = { path = "../sdk", version = "=1.8.0" }
Expand Down
2 changes: 1 addition & 1 deletion storage-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2018"
bincode = "1.3.3"
bs58 = "0.4.0"
prost = "0.8.0"
serde = "1.0.129"
serde = "1.0.130"
serde_derive = "1.0.103"
solana-account-decoder = { path = "../account-decoder", version = "=1.8.0" }
solana-sdk = { path = "../sdk", version = "=1.8.0" }
Expand Down
2 changes: 1 addition & 1 deletion transaction-status/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bincode = "1.3.3"
bs58 = "0.4.0"
Inflector = "0.11.4"
lazy_static = "1.4.0"
serde = "1.0.129"
serde = "1.0.130"
serde_derive = "1.0.103"
serde_json = "1.0.66"
solana-account-decoder = { path = "../account-decoder", version = "=1.8.0" }
Expand Down
2 changes: 1 addition & 1 deletion validator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jsonrpc-server-utils= "18.0.0"
log = "0.4.14"
num_cpus = "1.13.0"
rand = "0.7.0"
serde = "1.0.129"
serde = "1.0.130"
solana-clap-utils = { path = "../clap-utils", version = "=1.8.0" }
solana-cli-config = { path = "../cli-config", version = "=1.8.0" }
solana-client = { path = "../client", version = "=1.8.0" }
Expand Down
2 changes: 1 addition & 1 deletion version/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2018"

[dependencies]
log = "0.4.14"
serde = "1.0.129"
serde = "1.0.130"
serde_derive = "1.0.103"
solana-frozen-abi = { path = "../frozen-abi", version = "=1.8.0" }
solana-frozen-abi-macro = { path = "../frozen-abi/macro", version = "=1.8.0" }
Expand Down

0 comments on commit 6a53ec2

Please sign in to comment.