Skip to content

Commit

Permalink
Bump serde from 1.0.144 to 1.0.152 (#29696)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <[email protected]>
Co-authored-by: Tyera <[email protected]>
  • Loading branch information
3 people authored Feb 1, 2023
1 parent 3316504 commit 232e252
Show file tree
Hide file tree
Showing 38 changed files with 263 additions and 263 deletions.
234 changes: 117 additions & 117 deletions Cargo.lock

Large diffs are not rendered by default.

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 @@ bincode = "1.3.3"
bs58 = "0.4.0"
bv = "0.11.1"
lazy_static = "1.4.0"
serde = "1.0.144"
serde = "1.0.152"
serde_derive = "1.0.103"
serde_json = "1.0.83"
solana-address-lookup-table-program = { path = "../programs/address-lookup-table", version = "=1.16.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 @@ -10,7 +10,7 @@ documentation = "https://docs.rs/solana-banks-interface"
edition = "2021"

[dependencies]
serde = { version = "1.0.144", features = ["derive"] }
serde = { version = "1.0.152", features = ["derive"] }
solana-sdk = { path = "../sdk", version = "=1.16.0" }
tarpc = { version = "0.29.0", features = ["full"] }

Expand Down
2 changes: 1 addition & 1 deletion bloom/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fnv = "1.0.7"
log = "0.4.17"
rand = "0.7.0"
rayon = "1.5.3"
serde = { version = "1.0.144", features = ["rc"] }
serde = { version = "1.0.152", features = ["rc"] }
serde_derive = "1.0.103"
solana-frozen-abi = { path = "../frozen-abi", version = "=1.16.0" }
solana-frozen-abi-macro = { path = "../frozen-abi/macro", version = "=1.16.0" }
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.144"
serde = "1.0.152"
serde_derive = "1.0.103"
serde_yaml = "0.9.13"
solana-clap-utils = { path = "../clap-utils", version = "=1.16.0" }
Expand Down
2 changes: 1 addition & 1 deletion cli-output/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ humantime = "2.0.1"
indicatif = "0.17.1"
pretty-hex = "0.3.0"
semver = "1.0.16"
serde = "1.0.144"
serde = "1.0.152"
serde_json = "1.0.83"
solana-account-decoder = { path = "../account-decoder", version = "=1.16.0" }
solana-clap-utils = { path = "../clap-utils", version = "=1.16.0" }
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ reqwest = { version = "0.11.12", default-features = false, features = [
"json"
] }
semver = "1.0.16"
serde = "1.0.144"
serde = "1.0.152"
serde_derive = "1.0.103"
serde_json = "1.0.83"
solana-account-decoder = { path = "../account-decoder", version = "=1.16.0" }
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ rand = "0.7.0"
rand_chacha = "0.2.2"
rayon = "1.5.3"
rolling-file = "0.2.0"
serde = "1.0.144"
serde = "1.0.152"
serde_derive = "1.0.103"
solana-address-lookup-table-program = { path = "../programs/address-lookup-table", version = "=1.16.0" }
solana-bloom = { path = "../bloom", version = "=1.16.0" }
Expand Down
2 changes: 1 addition & 1 deletion dos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ crossbeam-channel = "0.5.6"
itertools = "0.10.5"
log = "0.4.17"
rand = "0.7.0"
serde = "1.0.144"
serde = "1.0.152"
solana-bench-tps = { path = "../bench-tps", version = "=1.16.0" }
solana-client = { path = "../client", version = "=1.16.0" }
solana-core = { path = "../core", version = "=1.16.0" }
Expand Down
2 changes: 1 addition & 1 deletion entry/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.17"
rand = "0.7.0"
rayon = "1.5.3"
serde = "1.0.144"
serde = "1.0.152"
solana-measure = { path = "../measure", version = "=1.16.0" }
solana-merkle-tree = { path = "../merkle-tree", version = "=1.16.0" }
solana-metrics = { path = "../metrics", version = "=1.16.0" }
Expand Down
2 changes: 1 addition & 1 deletion faucet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ byteorder = "1.4.3"
clap = "2.33"
crossbeam-channel = "0.5"
log = "0.4.17"
serde = "1.0.144"
serde = "1.0.152"
serde_derive = "1.0.103"
solana-clap-utils = { path = "../clap-utils", version = "=1.16.0" }
solana-cli-config = { path = "../cli-config", version = "=1.16.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.13.0"
bincode = "1.3.3"
clap = "2.33.1"
serde = "1.0.144"
serde = "1.0.152"
serde_json = "1.0.83"
serde_yaml = "0.9.13"
solana-clap-utils = { path = "../clap-utils", version = "=1.16.0" }
Expand Down
2 changes: 1 addition & 1 deletion gossip/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ num-traits = "0.2"
rand = "0.7.0"
rand_chacha = "0.2.2"
rayon = "1.5.3"
serde = "1.0.144"
serde = "1.0.152"
serde_bytes = "0.11"
serde_derive = "1.0.103"
solana-bloom = { path = "../bloom", version = "=1.16.0" }
Expand Down
2 changes: 1 addition & 1 deletion install/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ nix = "0.25.0"
reqwest = { version = "0.11.12", default-features = false, features = ["blocking", "brotli", "deflate", "gzip", "rustls-tls", "json"] }
scopeguard = "1.1.0"
semver = "1.0.16"
serde = { version = "1.0.144", features = ["derive"] }
serde = { version = "1.0.152", features = ["derive"] }
serde_yaml = "0.9.13"
solana-clap-utils = { path = "../clap-utils", version = "=1.16.0" }
solana-config-program = { path = "../programs/config", version = "=1.16.0" }
Expand Down
2 changes: 1 addition & 1 deletion ledger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ rand = "0.7.0"
rand_chacha = "0.2.2"
rayon = "1.5.3"
reed-solomon-erasure = { version = "6.0.0", features = ["simd-accel"] }
serde = "1.0.144"
serde = "1.0.152"
serde_bytes = "0.11.8"
sha2 = "0.10.5"
solana-account-decoder = { path = "../account-decoder", version = "=1.16.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.14"
clap = { version = "3.1.5", features = ["cargo"] }
serde = "1.0.144"
serde = "1.0.152"
serde_json = "1.0.83"
solana-logger = { path = "../logger", version = "=1.16.0" }
solana-version = { path = "../version", version = "=1.16.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 = { version = "3.1.5", features = ["cargo"] }
rand = "0.7.0"
serde = { version = "1.0.144", features = ["derive"] }
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.83"
solana-logger = { path = "../logger", version = "=1.16.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 @@ -16,7 +16,7 @@ crossbeam-channel = "0.5"
log = "0.4.17"
nix = "0.25.0"
rand = "0.7.0"
serde = "1.0.144"
serde = "1.0.152"
serde_derive = "1.0.103"
socket2 = "0.4.7"
solana-logger = { path = "../logger", version = "=1.16.0" }
Expand Down
2 changes: 1 addition & 1 deletion perf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ lazy_static = "1.4.0"
log = "0.4.17"
rand = "0.7.0"
rayon = "1.5.3"
serde = "1.0.144"
serde = "1.0.152"
solana-metrics = { path = "../metrics", version = "=1.16.0" }
solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "=1.16.0" }
solana-sdk = { path = "../sdk", version = "=1.16.0" }
Expand Down
2 changes: 1 addition & 1 deletion program-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ log = "0.4.17"
num-derive = { version = "0.3" }
num-traits = { version = "0.2" }
rand = "0.7.0"
serde = { version = "1.0.129", features = ["derive", "rc"] }
serde = { version = "1.0.152", features = ["derive", "rc"] }
solana-frozen-abi = { path = "../frozen-abi", version = "=1.16.0" }
solana-frozen-abi-macro = { path = "../frozen-abi/macro", version = "=1.16.0" }
solana-measure = { path = "../measure", version = "=1.16.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 @@ bincode = "1.3.3"
chrono-humanize = "0.2.1"
crossbeam-channel = "0.5"
log = "0.4.17"
serde = "1.0.144"
serde = "1.0.152"
solana-banks-client = { path = "../banks-client", version = "=1.16.0" }
solana-banks-interface = { path = "../banks-interface", version = "=1.16.0" }
solana-banks-server = { path = "../banks-server", version = "=1.16.0" }
Expand Down
2 changes: 1 addition & 1 deletion programs/address-lookup-table/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bytemuck = "1.11.0"
log = "0.4.17"
num-derive = "0.3"
num-traits = "0.2"
serde = { version = "1.0.144", features = ["derive"] }
serde = { version = "1.0.152", features = ["derive"] }
solana-frozen-abi = { path = "../../frozen-abi", version = "=1.16.0" }
solana-frozen-abi-macro = { path = "../../frozen-abi/macro", version = "=1.16.0" }
solana-program = { path = "../../sdk/program", version = "=1.16.0" }
Expand Down
2 changes: 1 addition & 1 deletion programs/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2021"
[dependencies]
bincode = "1.3.3"
chrono = { version = "0.4.22", features = ["serde"] }
serde = "1.0.144"
serde = "1.0.152"
serde_derive = "1.0.103"
solana-program-runtime = { path = "../../program-runtime", version = "=1.16.0" }
solana-sdk = { path = "../../sdk", version = "=1.16.0" }
Expand Down
Loading

0 comments on commit 232e252

Please sign in to comment.