* chore: bump serde from 1.0.143 to 1.0.144 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.143 to 1.0.144. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.143...v1.0.144) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * [auto-commit] Update all Cargo lock files Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
@@ -4226,9 +4226,9 @@ dependencies = [
[[package]]
name = "serde"
-version = "1.0.143"
+version = "1.0.144"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "53e8e5d5b70924f74ff5c6d64d9a5acd91422117c60f48c4e07855238a254553"
+checksum = "0f747710de3dcd43b88c9168773254e809d8ddbdf9653b84e2554ab219f17860"
dependencies = [
"serde_derive",
]
@@ -4244,9 +4244,9 @@ dependencies = [
name = "serde_derive"
-checksum = "d3d8e8de557aee63c26b85b947f5e59b690d0454c753f3adeb5cd7835ab88391"
+checksum = "94ed3a816fb1d101812f83e789f888322c34e291f894f19590dc310963e87a00"
"proc-macro2 1.0.41",
"quote 1.0.18",
@@ -16,7 +16,7 @@ bincode = "1.3.3"
bs58 = "0.4.0"
bv = "0.11.1"
lazy_static = "1.4.0"
-serde = "1.0.143"
+serde = "1.0.144"
serde_derive = "1.0.103"
serde_json = "1.0.83"
solana-address-lookup-table-program = { path = "../programs/address-lookup-table", version = "=1.12.0" }
@@ -10,7 +10,7 @@ documentation = "https://docs.rs/solana-banks-interface"
edition = "2021"
[dependencies]
-serde = { version = "1.0.143", features = ["derive"] }
+serde = { version = "1.0.144", features = ["derive"] }
solana-sdk = { path = "../sdk", version = "=1.12.0" }
tarpc = { version = "0.29.0", features = ["full"] }
@@ -15,7 +15,7 @@ fnv = "1.0.7"
log = "0.4.17"
rand = "0.7.0"
rayon = "1.5.3"
-serde = { version = "1.0.143", features = ["rc"] }
+serde = { version = "1.0.144", features = ["rc"] }
solana-frozen-abi = { path = "../frozen-abi", version = "=1.12.0" }
solana-frozen-abi-macro = { path = "../frozen-abi/macro", version = "=1.12.0" }
@@ -12,7 +12,7 @@ documentation = "https://docs.rs/solana-cli-config"
dirs-next = "2.0.0"
serde_yaml = "0.8.26"
solana-clap-utils = { path = "../clap-utils", version = "=1.12.0" }
@@ -19,7 +19,7 @@ humantime = "2.0.1"
indicatif = "0.17.0"
pretty-hex = "0.3.0"
semver = "1.0.13"
solana-account-decoder = { path = "../account-decoder", version = "=1.12.0" }
@@ -24,7 +24,7 @@ num-traits = "0.2"
reqwest = { version = "0.11.11", default-features = false, features = ["blocking", "brotli", "deflate", "gzip", "rustls-tls", "json"] }
@@ -33,7 +33,7 @@ min-max-heap = "1.3.0"
rand_chacha = "0.2.2"
solana-bloom = { path = "../bloom", version = "=1.12.0" }
@@ -16,7 +16,7 @@ crossbeam-channel = "0.5.6"
itertools = "0.10.3"
solana-bench-tps = { path = "../bench-tps", version = "=1.12.0" }
solana-core = { path = "../core", version = "=1.12.0" }
solana-faucet = { path = "../faucet", version = "=1.12.0" }
@@ -18,7 +18,7 @@ lazy_static = "1.4.0"
solana-measure = { path = "../measure", version = "=1.12.0" }
solana-merkle-tree = { path = "../merkle-tree", version = "=1.12.0" }
solana-metrics = { path = "../metrics", version = "=1.12.0" }
@@ -15,7 +15,7 @@ byteorder = "1.4.3"
clap = "2.33"
crossbeam-channel = "0.5"
solana-cli-config = { path = "../cli-config", version = "=1.12.0" }
@@ -12,7 +12,7 @@ documentation = "https://docs.rs/solana-genesis"
base64 = "0.13.0"
clap = "2.33.1"
serde_bytes = "0.11"
@@ -24,7 +24,7 @@ lazy_static = "1.4.0"
nix = "0.25.0"
solana-config-program = { path = "../programs/config", version = "=1.12.0" }
@@ -31,7 +31,7 @@ rand = "0.7.0"
reed-solomon-erasure = { version = "5.0.3", features = ["simd-accel"] }
serde_bytes = "0.11.7"
sha2 = "0.10.2"
@@ -12,7 +12,7 @@ publish = false
byte-unit = "4.0.14"
clap = { version = "3.1.5", features = ["cargo"] }
solana-logger = { path = "../logger", version = "=1.12.0" }
solana-version = { path = "../version", version = "=1.12.0" }
@@ -16,7 +16,7 @@ crossbeam-channel = "0.5"
socket2 = "0.4.4"
@@ -21,7 +21,7 @@ lazy_static = "1.4.0"
solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "=1.12.0" }
@@ -14,7 +14,7 @@ base64 = "0.13.0"
bincode = "1.3.3"
chrono-humanize = "0.2.1"
solana-banks-client = { path = "../banks-client", version = "=1.12.0" }
solana-banks-server = { path = "../banks-server", version = "=1.12.0" }
solana-bpf-loader-program = { path = "../programs/bpf_loader", version = "=1.12.0" }
@@ -15,7 +15,7 @@ bytemuck = "1.11.0"
num-derive = "0.3"
num-traits = "0.2"
solana-frozen-abi = { path = "../../frozen-abi", version = "=1.12.0" }
solana-frozen-abi-macro = { path = "../../frozen-abi/macro", version = "=1.12.0" }
solana-program = { path = "../../sdk/program", version = "=1.12.0" }
@@ -3819,9 +3819,9 @@ checksum = "93f6841e709003d68bb2deee8c343572bf446003ec20a583e76f7b15cebf3711"
@@ -3837,9 +3837,9 @@ dependencies = [
@@ -12,7 +12,7 @@ edition = "2021"
chrono = { version = "0.4.22", features = ["serde"] }
solana-program-runtime = { path = "../../program-runtime", version = "=1.12.0" }
solana-sdk = { path = "../../sdk", version = "=1.12.0" }
@@ -14,7 +14,7 @@ bincode = "1.3.3"
solana-config-program = { path = "../config", version = "=1.12.0" }
@@ -15,7 +15,7 @@ futures-util = "0.3.21"
@@ -11,7 +11,7 @@ publish = false
@@ -15,7 +15,7 @@ bs58 = "0.4.0"
jsonrpc-core = "18.0.0"
@@ -18,7 +18,7 @@ indicatif = { version = "0.17.0", optional = true }
@@ -17,7 +17,7 @@ crossbeam-channel = "0.5"
futures-util = "0.3.21"
solana-pubsub-client = { path = "../pubsub-client", version = "=1.12.0" }
@@ -25,7 +25,7 @@ libc = "0.2.131"
regex = "1.5.6"
soketto = "0.7"
@@ -38,7 +38,7 @@ ouroboros = "0.15.0"
solana-bucket-map = { path = "../bucket_map", version = "=1.12.0" }
@@ -65,7 +65,7 @@ qstring = "0.7.2"
rand = { version = "0.7.0", optional = true }
rand_chacha = { version = "0.2.2", optional = true }
rustversion = "1.0.9"
serde_json = { version = "1.0.83", optional = true }
@@ -24,7 +24,7 @@ hyper-proxy = "0.9.1"
prost = "0.11.0"
prost-types = "0.11.1"
smpl_jwt = "0.7.1"
@@ -13,7 +13,7 @@ edition = "2021"
solana-transaction-status = { path = "../transaction-status", version = "=1.12.0" }
@@ -17,7 +17,7 @@ borsh = "0.9.1"
@@ -27,7 +27,7 @@ log = "0.4.17"
num_cpus = "1.13.1"