From 4911c4c052c3fd5be6b885a0ba1fe466db4d7b73 Mon Sep 17 00:00:00 2001
From: Lucas B
Date: Thu, 25 Aug 2022 17:18:46 -0500
Subject: [PATCH] jito patch only reroute if relayer connected (#123) feat: add
client tls config (#121) remove extra val (#129) fix clippy (#130) copy all
binaries to docker-output (#131) Ledger tool halts at slot passed to
create-snapshot (#118) update program submodule (#133) quick fix for tips and
clearing old bundles (#135) update submodule to new program (#136) Improve
stake-meta-generator usability (#134) pinning submodule head (#140) Use
BundleAccountLocker when handling tip txs (#147) Add metrics for relayer +
block engine proxy (#149) Build claim-mev in docker (#141) Rework bundle
receiving and add metrics (#152) (#154) update submodule + dev files (#158)
Deterministically find tip amounts, add meta to stake info, and cleanup
pubkey/strings in MEV tips (#159) update jito-programs submodule (#160)
Separate MEV tip related workflow (#161) Add block builder fee protos (#162)
fix jito programs (#163) update submodule so autosnapshot exits out of ledger
tool early (#164) Pipe through block builder fee (#167) use current config
block builder backport 177 and update programs (#178) add accountsdb conn
submod (#170) (#179) new submodules (#180) (#182)
---
.dockerignore | 1 +
.github/dependabot.yml | 41 -
.github/workflows/client-targets.yml | 6 +-
.gitignore | 5 +-
.gitmodules | 12 +
Cargo.lock | 3010 ++++++++++-------
Cargo.toml | 7 +
README.md | 12 +-
anchor | 1 +
banking-bench/Cargo.toml | 2 +-
banking-bench/src/main.rs | 15 +-
banks-server/Cargo.toml | 4 +
banks-server/src/banks_server.rs | 5 +-
banks-server/src/rpc_banks_service.rs | 33 +-
bench-batch-simulate-bundle/Cargo.toml | 16 +
bench-batch-simulate-bundle/src/main.rs | 396 +++
bench-batch-simulate-bundle/src/simulator.rs | 149 +
.../Cargo.toml | 12 +
.../src/main.rs | 120 +
bootstrap | 21 +
ci/buildkite-pipeline-in-disk.sh | 34 +-
ci/buildkite-pipeline.sh | 34 +-
ci/buildkite-solana-private.sh | 32 +-
ci/docker-rust/Dockerfile | 1 +
cli-output/Cargo.toml | 2 +-
client/src/http_sender.rs | 203 +-
client/src/mock_sender.rs | 7 +
client/src/nonblocking/rpc_client.rs | 124 +-
client/src/rpc_client.rs | 30 +
client/src/rpc_config.rs | 45 +
client/src/rpc_request.rs | 3 +
client/src/rpc_response.rs | 50 +-
client/src/rpc_sender.rs | 4 +
core/Cargo.toml | 19 +-
core/benches/banking_stage.rs | 17 +-
core/benches/cluster_info.rs | 1 +
core/benches/proto_to_packet.rs | 56 +
core/benches/retransmit_stage.rs | 1 +
core/src/backoff.rs | 45 +
core/src/banking_stage.rs | 156 +-
core/src/broadcast_stage.rs | 62 +-
.../broadcast_duplicates_run.rs | 3 +-
.../broadcast_fake_shreds_run.rs | 2 +
core/src/broadcast_stage/broadcast_utils.rs | 37 +-
.../fail_entry_verification_broadcast_run.rs | 4 +-
.../broadcast_stage/standard_broadcast_run.rs | 18 +-
core/src/bundle_account_locker.rs | 334 ++
core/src/bundle_sanitizer.rs | 612 ++++
core/src/bundle_stage.rs | 1943 +++++++++++
core/src/bundle_stage_leader_stats.rs | 326 ++
core/src/consensus_cache_updater.rs | 52 +
core/src/lib.rs | 48 +
core/src/packet_bundle.rs | 7 +
core/src/proxy/auth.rs | 247 ++
core/src/proxy/block_engine_stage.rs | 383 +++
core/src/proxy/fetch_stage_manager.rs | 161 +
core/src/proxy/mod.rs | 55 +
core/src/proxy/relayer_stage.rs | 362 ++
core/src/qos_service.rs | 2 +-
core/src/retransmit_stage.rs | 12 +-
core/src/tip_manager.rs | 473 +++
core/src/tpu.rs | 121 +-
core/src/tvu.rs | 7 +-
core/src/validator.rs | 23 +-
core/tests/snapshots.rs | 2 +
deploy_programs | 17 +
dev/Dockerfile | 44 +
dos/Cargo.toml | 2 +-
entry/src/entry.rs | 2 +-
entry/src/poh.rs | 29 +-
f | 25 +
frozen-abi/Cargo.toml | 2 +-
gossip/src/cluster_info.rs | 4 +
jito-programs | 1 +
jito-protos/Cargo.toml | 16 +
jito-protos/build.rs | 17 +
jito-protos/protos | 1 +
jito-protos/src/lib.rs | 25 +
ledger-tool/src/main.rs | 6 +
ledger/src/bank_forks_utils.rs | 11 +-
ledger/src/blockstore_processor.rs | 5 +-
ledger/src/token_balances.rs | 58 +-
.../src/local_cluster_snapshot_utils.rs | 3 +-
local-cluster/src/validator_configs.rs | 4 +
local-cluster/tests/local_cluster.rs | 8 +-
logger/Cargo.toml | 2 +-
measure/src/lib.rs | 1 +
measure/src/macros.rs | 143 +
merkle-tree/src/merkle_tree.rs | 46 +-
multinode-demo/bootstrap-validator.sh | 36 +
multinode-demo/validator.sh | 32 +
perf/src/sigverify.rs | 2 +-
poh/src/poh_recorder.rs | 117 +-
poh/src/poh_service.rs | 34 +-
programs/bpf/Cargo.lock | 2635 +++++++++------
programs/bpf/tests/programs.rs | 4 +-
replica-node/src/replica_node.rs | 1 +
replica-node/src/replica_util.rs | 7 +-
replica-node/tests/local_replica.rs | 2 +-
rpc/src/rpc.rs | 435 ++-
rpc/src/rpc_service.rs | 6 +-
runtime/Cargo.toml | 6 +-
runtime/src/account_overrides.rs | 22 +-
runtime/src/accounts.rs | 96 +-
runtime/src/bank.rs | 1150 ++++++-
runtime/src/builtins.rs | 2 +-
runtime/src/snapshot_utils.rs | 50 +-
runtime/src/stakes.rs | 4 +-
rustfmt.toml | 5 +
s | 15 +
scripts/increment-cargo-version.sh | 3 +
scripts/run.sh | 5 +
sdk/Cargo.toml | 3 +
sdk/src/bundle/error.rs | 51 +
sdk/src/bundle/mod.rs | 12 +
sdk/src/bundle/sanitized.rs | 8 +
sdk/src/bundle/utils.rs | 20 +
sdk/src/lib.rs | 1 +
sdk/src/transaction/error.rs | 8 +
send-transaction-service/Cargo.toml | 3 +-
.../src/send_transaction_service.rs | 39 +-
solana-accountsdb-connector | 1 +
start | 9 +
start_multi | 29 +
storage-bigtable/src/bigtable.rs | 2 +-
storage-proto/proto/transaction_by_addr.proto | 2 +
storage-proto/src/convert.rs | 8 +
tip-distributor/Cargo.toml | 48 +
tip-distributor/README.md | 43 +
tip-distributor/src/bin/claim-mev-tips.rs | 52 +
.../src/bin/merkle-root-generator.rs | 29 +
.../src/bin/merkle-root-uploader.rs | 50 +
.../src/bin/stake-meta-generator.rs | 67 +
tip-distributor/src/claim_mev_workflow.rs | 143 +
tip-distributor/src/lib.rs | 779 +++++
.../src/merkle_root_generator_workflow.rs | 49 +
.../src/merkle_root_upload_workflow.rs | 126 +
.../src/stake_meta_generator_workflow.rs | 836 +++++
validator/Cargo.toml | 1 +
validator/src/bootstrap.rs | 3 +-
validator/src/dashboard.rs | 1 +
validator/src/main.rs | 240 ++
142 files changed, 15057 insertions(+), 2775 deletions(-)
create mode 100644 .dockerignore
delete mode 100644 .github/dependabot.yml
create mode 100644 .gitmodules
create mode 160000 anchor
create mode 100644 bench-batch-simulate-bundle/Cargo.toml
create mode 100644 bench-batch-simulate-bundle/src/main.rs
create mode 100644 bench-batch-simulate-bundle/src/simulator.rs
create mode 100644 bench-get-confirmed-blocks-with-data/Cargo.toml
create mode 100644 bench-get-confirmed-blocks-with-data/src/main.rs
create mode 100755 bootstrap
create mode 100644 core/benches/proto_to_packet.rs
create mode 100644 core/src/backoff.rs
create mode 100644 core/src/bundle_account_locker.rs
create mode 100644 core/src/bundle_sanitizer.rs
create mode 100644 core/src/bundle_stage.rs
create mode 100644 core/src/bundle_stage_leader_stats.rs
create mode 100644 core/src/consensus_cache_updater.rs
create mode 100644 core/src/packet_bundle.rs
create mode 100644 core/src/proxy/auth.rs
create mode 100644 core/src/proxy/block_engine_stage.rs
create mode 100644 core/src/proxy/fetch_stage_manager.rs
create mode 100644 core/src/proxy/mod.rs
create mode 100644 core/src/proxy/relayer_stage.rs
create mode 100644 core/src/tip_manager.rs
create mode 100755 deploy_programs
create mode 100644 dev/Dockerfile
create mode 100755 f
create mode 160000 jito-programs
create mode 100644 jito-protos/Cargo.toml
create mode 100644 jito-protos/build.rs
create mode 160000 jito-protos/protos
create mode 100644 jito-protos/src/lib.rs
create mode 100644 measure/src/macros.rs
create mode 100755 s
create mode 100644 sdk/src/bundle/error.rs
create mode 100644 sdk/src/bundle/mod.rs
create mode 100644 sdk/src/bundle/sanitized.rs
create mode 100644 sdk/src/bundle/utils.rs
create mode 160000 solana-accountsdb-connector
create mode 100755 start
create mode 100755 start_multi
create mode 100644 tip-distributor/Cargo.toml
create mode 100644 tip-distributor/README.md
create mode 100644 tip-distributor/src/bin/claim-mev-tips.rs
create mode 100644 tip-distributor/src/bin/merkle-root-generator.rs
create mode 100644 tip-distributor/src/bin/merkle-root-uploader.rs
create mode 100644 tip-distributor/src/bin/stake-meta-generator.rs
create mode 100644 tip-distributor/src/claim_mev_workflow.rs
create mode 100644 tip-distributor/src/lib.rs
create mode 100644 tip-distributor/src/merkle_root_generator_workflow.rs
create mode 100644 tip-distributor/src/merkle_root_upload_workflow.rs
create mode 100644 tip-distributor/src/stake_meta_generator_workflow.rs
diff --git a/.dockerignore b/.dockerignore
new file mode 100644
index 0000000000..2f7896d1d1
--- /dev/null
+++ b/.dockerignore
@@ -0,0 +1 @@
+target/
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
deleted file mode 100644
index c2fc36a3e6..0000000000
--- a/.github/dependabot.yml
+++ /dev/null
@@ -1,41 +0,0 @@
-# To get started with Dependabot version updates, you'll need to specify which
-# package ecosystems to update and where the package manifests are located.
-# Please see the documentation for all configuration options:
-# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
-
-version: 2
-updates:
-- package-ecosystem: cargo
- directory: "/"
- schedule:
- interval: daily
- time: "01:00"
- timezone: America/Los_Angeles
- #labels:
- # - "automerge"
- open-pull-requests-limit: 3
-
-- package-ecosystem: npm
- directory: "/web3.js"
- schedule:
- interval: daily
- time: "01:00"
- timezone: America/Los_Angeles
- labels:
- - "automerge"
- commit-message:
- prefix: "chore:"
- open-pull-requests-limit: 3
-
-- package-ecosystem: npm
- directory: "/explorer"
- schedule:
- interval: daily
- time: "01:00"
- timezone: America/Los_Angeles
- labels:
- - "automerge"
- commit-message:
- prefix: "chore:"
- include: "scope"
- open-pull-requests-limit: 3
diff --git a/.github/workflows/client-targets.yml b/.github/workflows/client-targets.yml
index 88b160b448..dd0b67d17a 100644
--- a/.github/workflows/client-targets.yml
+++ b/.github/workflows/client-targets.yml
@@ -45,8 +45,10 @@ jobs:
platform: android
os: ubuntu-latest
steps:
- - name: Checkout code
- uses: actions/checkout@v2
+ - uses: actions/checkout@v3
+ with:
+ submodules: recursive
+ ssh-key: ${{ secrets.DEPLOYER_SSH_KEY }}
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
diff --git a/.gitignore b/.gitignore
index 124358b46f..92281a9a08 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,7 +3,7 @@
/solana-release.tar.bz2
/solana-metrics/
/solana-metrics.tar.bz2
-/target/
+**/target/
/test-ledger/
**/*.rs.bk
@@ -30,3 +30,6 @@ log-*/
.DS_Store
# scripts that may be generated by cargo *-bpf commands
**/cargo-*-bpf-child-script-*.sh
+
+.env
+docker-output/
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000000..c6bb20e21c
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,12 @@
+[submodule "anchor"]
+ path = anchor
+ url = org-87542516@github.com:jito-foundation/anchor.git
+[submodule "jito-programs"]
+ path = jito-programs
+ url = org-87542516@github.com:jito-foundation/jito-programs.git
+[submodule "jito-protos/protos"]
+ path = jito-protos/protos
+ url = org-87542516@github.com:jito-labs/mev-protos-priv.git
+[submodule "solana-accountsdb-connector"]
+ path = solana-accountsdb-connector
+ url = org-87542516@github.com:jito-foundation/solana-accountsdb-connector.git
diff --git a/Cargo.lock b/Cargo.lock
index 5bd6310871..070249353d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -24,7 +24,7 @@ version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"
dependencies = [
- "generic-array 0.14.5",
+ "generic-array",
]
[[package]]
@@ -36,7 +36,7 @@ dependencies = [
"cfg-if 1.0.0",
"cipher 0.3.0",
"cpufeatures",
- "opaque-debug 0.3.0",
+ "opaque-debug",
]
[[package]]
@@ -60,16 +60,16 @@ version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
dependencies = [
- "getrandom 0.2.3",
+ "getrandom 0.2.8",
"once_cell",
"version_check",
]
[[package]]
name = "aho-corasick"
-version = "0.7.18"
+version = "0.7.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
+checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e"
dependencies = [
"memchr",
]
@@ -82,39 +82,187 @@ checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
[[package]]
name = "alloc-no-stdlib"
-version = "2.0.3"
+version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "35ef4730490ad1c4eae5c4325b2a95f521d023e5c885853ff7aca0a6a1631db3"
+checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
[[package]]
name = "alloc-stdlib"
-version = "0.2.1"
+version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "697ed7edc0f1711de49ce108c541623a0af97c6c60b2f6e2b65229847ac843c2"
+checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
dependencies = [
"alloc-no-stdlib",
]
+[[package]]
+name = "anchor-attribute-access-control"
+version = "0.24.2"
+dependencies = [
+ "anchor-syn",
+ "anyhow",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "regex",
+ "syn 1.0.103",
+]
+
+[[package]]
+name = "anchor-attribute-account"
+version = "0.24.2"
+dependencies = [
+ "anchor-syn",
+ "anyhow",
+ "bs58 0.4.0",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "rustversion",
+ "syn 1.0.103",
+]
+
+[[package]]
+name = "anchor-attribute-constant"
+version = "0.24.2"
+dependencies = [
+ "anchor-syn",
+ "proc-macro2 1.0.47",
+ "syn 1.0.103",
+]
+
+[[package]]
+name = "anchor-attribute-error"
+version = "0.24.2"
+dependencies = [
+ "anchor-syn",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "syn 1.0.103",
+]
+
+[[package]]
+name = "anchor-attribute-event"
+version = "0.24.2"
+dependencies = [
+ "anchor-syn",
+ "anyhow",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "syn 1.0.103",
+]
+
+[[package]]
+name = "anchor-attribute-interface"
+version = "0.24.2"
+dependencies = [
+ "anchor-syn",
+ "anyhow",
+ "heck 0.3.3",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "syn 1.0.103",
+]
+
+[[package]]
+name = "anchor-attribute-program"
+version = "0.24.2"
+dependencies = [
+ "anchor-syn",
+ "anyhow",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "syn 1.0.103",
+]
+
+[[package]]
+name = "anchor-attribute-state"
+version = "0.24.2"
+dependencies = [
+ "anchor-syn",
+ "anyhow",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "syn 1.0.103",
+]
+
+[[package]]
+name = "anchor-derive-accounts"
+version = "0.24.2"
+dependencies = [
+ "anchor-syn",
+ "anyhow",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "syn 1.0.103",
+]
+
+[[package]]
+name = "anchor-lang"
+version = "0.24.2"
+dependencies = [
+ "anchor-attribute-access-control",
+ "anchor-attribute-account",
+ "anchor-attribute-constant",
+ "anchor-attribute-error",
+ "anchor-attribute-event",
+ "anchor-attribute-interface",
+ "anchor-attribute-program",
+ "anchor-attribute-state",
+ "anchor-derive-accounts",
+ "arrayref",
+ "base64 0.13.1",
+ "bincode",
+ "borsh",
+ "bytemuck",
+ "solana-program 1.13.6",
+ "thiserror",
+]
+
+[[package]]
+name = "anchor-syn"
+version = "0.24.2"
+dependencies = [
+ "anyhow",
+ "bs58 0.3.1",
+ "heck 0.3.3",
+ "proc-macro2 1.0.47",
+ "proc-macro2-diagnostics",
+ "quote 1.0.21",
+ "serde",
+ "serde_json",
+ "sha2 0.9.9",
+ "syn 1.0.103",
+ "thiserror",
+]
+
+[[package]]
+name = "android_system_properties"
+version = "0.1.5"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
+dependencies = [
+ "libc",
+]
+
[[package]]
name = "ansi_term"
-version = "0.11.0"
+version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
+checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "anyhow"
-version = "1.0.56"
+version = "1.0.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27"
+checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"
[[package]]
name = "arc-swap"
-version = "1.5.0"
+version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c5d78ce20460b82d3fa150275ed9d55e21064fc7951177baacf86a145c4a4b1f"
+checksum = "983cd8b9d4b02a6dc6ffa557262eb5858a27a0038ffffe21a0f133eaa819a164"
[[package]]
name = "arrayref"
@@ -143,11 +291,11 @@ dependencies = [
"asn1-rs-derive",
"asn1-rs-impl",
"displaydoc",
- "nom 7.0.0",
+ "nom",
"num-traits",
"rusticata-macros",
"thiserror",
- "time 0.3.7",
+ "time 0.3.17",
]
[[package]]
@@ -156,9 +304,9 @@ version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "726535892e8eae7e70657b4c8ea93d26b8553afb1ce617caee529ef96d7dee6c"
dependencies = [
- "proc-macro2 1.0.32",
- "quote 1.0.10",
- "syn 1.0.91",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "syn 1.0.103",
"synstructure",
]
@@ -168,18 +316,18 @@ version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed"
dependencies = [
- "proc-macro2 1.0.32",
- "quote 1.0.10",
- "syn 1.0.91",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "syn 1.0.103",
]
[[package]]
name = "assert_cmd"
-version = "2.0.4"
+version = "2.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "93ae1ddd39efd67689deb1979d80bad3bf7f2b09c6e6117c8d1f2443b5e2f83e"
+checksum = "ba45b8163c49ab5f972e59a8a5a03b6d2972619d486e19ec9fe744f7c2753d3c"
dependencies = [
- "bstr",
+ "bstr 1.0.1",
"doc-comment",
"predicates",
"predicates-core",
@@ -195,9 +343,9 @@ checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"
[[package]]
name = "async-compression"
-version = "0.3.14"
+version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "345fd392ab01f746c717b1357165b76f0b67a60192007b234058c9045fdcf695"
+checksum = "942c7cd7ae39e91bde4820d74132e9862e62c2f386c3aa90ccf55949f5bad63a"
dependencies = [
"brotli",
"flate2",
@@ -218,9 +366,9 @@ dependencies = [
[[package]]
name = "async-stream"
-version = "0.3.2"
+version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "171374e7e3b2504e0e5236e3b59260560f9fe94bfe9ac39ba5e4e929c5590625"
+checksum = "dad5c83079eae9969be7fadefe640a1c566901f05ff91ab221de4b6f68d9507e"
dependencies = [
"async-stream-impl",
"futures-core",
@@ -228,24 +376,24 @@ dependencies = [
[[package]]
name = "async-stream-impl"
-version = "0.3.2"
+version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "648ed8c8d2ce5409ccd57453d9d1b214b342a0d69376a6feda1fd6cae3299308"
+checksum = "10f203db73a71dfa2fb6dd22763990fa26f3d2625a6da2da900d23b87d26be27"
dependencies = [
- "proc-macro2 1.0.32",
- "quote 1.0.10",
- "syn 1.0.91",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "syn 1.0.103",
]
[[package]]
name = "async-trait"
-version = "0.1.52"
+version = "0.1.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "061a7acccaa286c011ddc30970520b98fa40e00c9d644633fb26b5fc63a265e3"
+checksum = "1e805d94e6b5001b651426cf4cd446b1ab5f319d27bab5c644f61de0a804360c"
dependencies = [
- "proc-macro2 1.0.32",
- "quote 1.0.10",
- "syn 1.0.91",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "syn 1.0.103",
]
[[package]]
@@ -261,15 +409,15 @@ dependencies = [
[[package]]
name = "autocfg"
-version = "1.0.1"
+version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
+checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "axum"
-version = "0.5.1"
+version = "0.5.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "47594e438a243791dba58124b6669561f5baa14cb12046641d8008bf035e5a25"
+checksum = "acee9fd5073ab6b045a275b3e709c163dd36c90685219cb21804a147b58dba43"
dependencies = [
"async-trait",
"axum-core",
@@ -279,11 +427,11 @@ dependencies = [
"http",
"http-body",
"hyper",
- "itoa 1.0.1",
+ "itoa 1.0.4",
"matchit",
"memchr",
"mime",
- "percent-encoding 2.1.0",
+ "percent-encoding 2.2.0",
"pin-project-lite",
"serde",
"sync_wrapper",
@@ -296,9 +444,9 @@ dependencies = [
[[package]]
name = "axum-core"
-version = "0.2.8"
+version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d9f0c0a60006f2a293d82d571f635042a72edf927539b7685bd62d361963839b"
+checksum = "37e5939e02c56fecd5c017c37df4238c0a839fa76b7f97acdd7efb804fd181cc"
dependencies = [
"async-trait",
"bytes",
@@ -317,18 +465,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1"
dependencies = [
"futures-core",
- "getrandom 0.2.3",
+ "getrandom 0.2.8",
"instant",
"pin-project-lite",
- "rand 0.8.4",
+ "rand 0.8.5",
"tokio",
]
[[package]]
name = "base-x"
-version = "0.2.8"
+version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b"
+checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
[[package]]
name = "base64"
@@ -338,15 +486,38 @@ checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
[[package]]
name = "base64"
-version = "0.13.0"
+version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
+checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
[[package]]
name = "base64ct"
-version = "1.3.3"
+version = "1.5.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "b645a089122eccb6111b4f81cbc1a49f5900ac4666bb93ac027feaecf15607bf"
+
+[[package]]
+name = "bench-get-confirmed-blocks-with-data"
+version = "1.13.6"
+dependencies = [
+ "env_logger",
+ "log",
+ "solana-sdk 1.13.6",
+ "solana-storage-bigtable",
+ "solana-transaction-status",
+ "tokio",
+]
+
+[[package]]
+name = "bigdecimal"
+version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "874f8444adcb4952a8bc51305c8be95c8ec8237bb0d2e78d2e039f771f8828a0"
+checksum = "6aaf33151a6429fe9211d1b276eafdf70cdff28b071e76c0b0e1503221ea3744"
+dependencies = [
+ "num-bigint 0.4.3",
+ "num-integer",
+ "num-traits",
+]
[[package]]
name = "bincode"
@@ -359,9 +530,9 @@ dependencies = [
[[package]]
name = "bindgen"
-version = "0.59.1"
+version = "0.59.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "453c49e5950bb0eb63bb3df640e31618846c89d5b7faa54040d76e98e0134375"
+checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"
dependencies = [
"bitflags",
"cexpr",
@@ -369,8 +540,8 @@ dependencies = [
"lazy_static",
"lazycell",
"peeking_take_while",
- "proc-macro2 1.0.32",
- "quote 1.0.10",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
"regex",
"rustc-hash",
"shlex",
@@ -378,9 +549,9 @@ dependencies = [
[[package]]
name = "bit-set"
-version = "0.5.2"
+version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6e11e16035ea35e4e5997b393eacbf6f63983188f7a2ad25bfb13465f5ad59de"
+checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
dependencies = [
"bit-vec",
]
@@ -406,18 +577,6 @@ dependencies = [
"typenum",
]
-[[package]]
-name = "bitvec"
-version = "0.19.5"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8942c8d352ae1838c9dda0b0ca2ab657696ef2232a20147cf1b30ae1a9cb4321"
-dependencies = [
- "funty",
- "radium",
- "tap",
- "wyz",
-]
-
[[package]]
name = "blake3"
version = "1.3.1"
@@ -429,19 +588,7 @@ dependencies = [
"cc",
"cfg-if 1.0.0",
"constant_time_eq",
- "digest 0.10.3",
-]
-
-[[package]]
-name = "block-buffer"
-version = "0.7.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
-dependencies = [
- "block-padding 0.1.5",
- "byte-tools",
- "byteorder",
- "generic-array 0.12.4",
+ "digest 0.10.6",
]
[[package]]
@@ -450,26 +597,17 @@ version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
dependencies = [
- "block-padding 0.2.1",
- "generic-array 0.14.5",
+ "block-padding",
+ "generic-array",
]
[[package]]
name = "block-buffer"
-version = "0.10.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f1d36a02058e76b040de25a4464ba1c80935655595b661505c8b39b664828b95"
-dependencies = [
- "generic-array 0.14.5",
-]
-
-[[package]]
-name = "block-padding"
-version = "0.1.5"
+version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
+checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
dependencies = [
- "byte-tools",
+ "generic-array",
]
[[package]]
@@ -485,7 +623,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15bf3650200d8bffa99015595e10f1fbd17de07abbc25bb067da79e769939bfa"
dependencies = [
"borsh-derive",
- "hashbrown",
+ "hashbrown 0.11.2",
]
[[package]]
@@ -497,8 +635,8 @@ dependencies = [
"borsh-derive-internal",
"borsh-schema-derive-internal",
"proc-macro-crate 0.1.5",
- "proc-macro2 1.0.32",
- "syn 1.0.91",
+ "proc-macro2 1.0.47",
+ "syn 1.0.103",
]
[[package]]
@@ -507,9 +645,9 @@ version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5449c28a7b352f2d1e592a8a28bf139bc71afb0764a14f3c02500935d8c44065"
dependencies = [
- "proc-macro2 1.0.32",
- "quote 1.0.10",
- "syn 1.0.91",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "syn 1.0.103",
]
[[package]]
@@ -518,9 +656,9 @@ version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdbd5696d8bfa21d53d9fe39a714a18538bad11492a42d066dbbc395fb1951c0"
dependencies = [
- "proc-macro2 1.0.32",
- "quote 1.0.10",
- "syn 1.0.91",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "syn 1.0.103",
]
[[package]]
@@ -544,6 +682,12 @@ dependencies = [
"alloc-stdlib",
]
+[[package]]
+name = "bs58"
+version = "0.3.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "476e9cd489f9e121e02ffa6014a8ef220ecb15c05ed23fc34cca13925dc283fb"
+
[[package]]
name = "bs58"
version = "0.4.0"
@@ -562,11 +706,23 @@ dependencies = [
"serde",
]
+[[package]]
+name = "bstr"
+version = "1.0.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "fca0852af221f458706eb0725c03e4ed6c46af9ac98e6a689d5e634215d594dd"
+dependencies = [
+ "memchr",
+ "once_cell",
+ "regex-automata",
+ "serde",
+]
+
[[package]]
name = "bumpalo"
-version = "3.8.0"
+version = "3.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8f1e260c3a9040a7c19a12468758f4c16f31a81a1fe087482be9570ec864bb6c"
+checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
[[package]]
name = "bv"
@@ -578,45 +734,40 @@ dependencies = [
"serde",
]
-[[package]]
-name = "byte-tools"
-version = "0.3.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
-
[[package]]
name = "byte-unit"
-version = "4.0.14"
+version = "4.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "95ebf10dda65f19ff0f42ea15572a359ed60d7fc74fdc984d90310937be0014b"
+checksum = "581ad4b3d627b0c09a0ccb2912148f839acaca0b93cf54cbe42b6c674e86079c"
dependencies = [
+ "serde",
"utf8-width",
]
[[package]]
name = "bytecount"
-version = "0.6.2"
+version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "72feb31ffc86498dacdbd0fcebb56138e7177a8cc5cea4516031d15ae85a742e"
+checksum = "2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c"
[[package]]
name = "bytemuck"
-version = "1.8.0"
+version = "1.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0e851ca7c24871e7336801608a4797d7376545b6928a10d32d75685687141ead"
+checksum = "aaa3a8d9a1ca92e282c96a32d6511b695d7d994d1d102ba85d279f9b2756947f"
dependencies = [
"bytemuck_derive",
]
[[package]]
name = "bytemuck_derive"
-version = "1.0.1"
+version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8e215f8c2f9f79cb53c8335e687ffd07d5bfcb6fe5fc80723762d0be46e7cc54"
+checksum = "5fe233b960f12f8007e3db2d136e3cb1c291bfd7396e384ee76025fc1a3932b4"
dependencies = [
- "proc-macro2 1.0.32",
- "quote 1.0.10",
- "syn 1.0.91",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "syn 1.0.103",
]
[[package]]
@@ -627,9 +778,9 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "bytes"
-version = "1.1.0"
+version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
+checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db"
[[package]]
name = "bytesize"
@@ -660,20 +811,19 @@ dependencies = [
[[package]]
name = "camino"
-version = "1.0.5"
+version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "52d74260d9bf6944e2208aa46841b4b8f0d7ffc0849a06837b2f510337f86b2b"
+checksum = "88ad0e1e3e88dd237a156ab9f571021b8a158caa0ae44b1968a241efb5144c1e"
dependencies = [
"serde",
]
[[package]]
name = "caps"
-version = "0.5.3"
+version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "61bf7211aad104ce2769ec05efcdfabf85ee84ac92461d142f22cf8badd0e54c"
+checksum = "190baaad529bcfbde9e1a19022c42781bdb6ff9de25721abdb8fd98c0807730b"
dependencies = [
- "errno",
"libc",
"thiserror",
]
@@ -695,7 +845,7 @@ checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"
dependencies = [
"camino",
"cargo-platform",
- "semver 1.0.6",
+ "semver 1.0.14",
"serde",
"serde_json",
]
@@ -711,20 +861,20 @@ dependencies = [
[[package]]
name = "cc"
-version = "1.0.71"
+version = "1.0.76"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "79c2681d6594606957bbb8631c4b90a7fcaaa72cdb714743a437b156d6a7eedd"
+checksum = "76a284da2e6fe2092f2353e51713435363112dfd60030e22add80be333fb928f"
dependencies = [
"jobserver",
]
[[package]]
name = "cexpr"
-version = "0.5.0"
+version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "db507a7679252d2276ed0dd8113c6875ec56d3089f9225b2b42c30cc1f8e5c89"
+checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
dependencies = [
- "nom 6.1.2",
+ "nom",
]
[[package]]
@@ -741,23 +891,25 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
-version = "0.4.19"
+version = "0.4.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
+checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
dependencies = [
- "libc",
+ "iana-time-zone",
+ "js-sys",
"num-integer",
"num-traits",
"serde",
- "time 0.1.43",
+ "time 0.1.44",
+ "wasm-bindgen",
"winapi 0.3.9",
]
[[package]]
name = "chrono-humanize"
-version = "0.2.1"
+version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2eddc119501d583fd930cb92144e605f44e0252c38dd89d9247fffa1993375cb"
+checksum = "32dce1ea1988dbdf9f9815ff11425828523bd2a134ec0805d2ac8af26ee6096e"
dependencies = [
"chrono",
]
@@ -768,7 +920,7 @@ version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
dependencies = [
- "generic-array 0.14.5",
+ "generic-array",
]
[[package]]
@@ -783,9 +935,9 @@ dependencies = [
[[package]]
name = "clang-sys"
-version = "1.2.2"
+version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "10612c0ec0e0a1ff0e97980647cb058a6e7aedb913d01d009c406b8b7d0b26ee"
+checksum = "fa2e27ae6ab525c3d369ded447057bca5438d86dc3a68f6faafb8269ba82ebf3"
dependencies = [
"glob",
"libc",
@@ -794,9 +946,9 @@ dependencies = [
[[package]]
name = "clap"
-version = "2.33.3"
+version = "2.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
+checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
dependencies = [
"ansi_term",
"atty",
@@ -809,43 +961,62 @@ dependencies = [
[[package]]
name = "clap"
-version = "3.1.6"
+version = "3.2.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d8c93436c21e4698bacadf42917db28b23017027a4deccb35dbe47a7e7840123"
+checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5"
dependencies = [
"atty",
"bitflags",
"clap_derive",
+ "clap_lex",
"indexmap",
- "lazy_static",
- "os_str_bytes",
+ "once_cell",
"strsim 0.10.0",
"termcolor",
- "textwrap 0.15.0",
+ "textwrap 0.16.0",
]
[[package]]
name = "clap_derive"
-version = "3.1.4"
+version = "3.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "da95d038ede1a964ce99f49cbe27a7fb538d1da595e4b4f70b8c8f338d17bf16"
+checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65"
dependencies = [
"heck 0.4.0",
"proc-macro-error",
- "proc-macro2 1.0.32",
- "quote 1.0.10",
- "syn 1.0.91",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "syn 1.0.103",
+]
+
+[[package]]
+name = "clap_lex"
+version = "0.2.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
+dependencies = [
+ "os_str_bytes",
]
[[package]]
name = "cmake"
-version = "0.1.46"
+version = "0.1.49"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b7b858541263efe664aead4a5209a4ae5c5d2811167d4ed4ee0944503f8d2089"
+checksum = "db34956e100b30725f2eb215f90d4871051239535632f84fea3bc92722c66b7c"
dependencies = [
"cc",
]
+[[package]]
+name = "codespan-reporting"
+version = "0.11.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
+dependencies = [
+ "termcolor",
+ "unicode-width",
+]
+
[[package]]
name = "combine"
version = "3.8.1"
@@ -861,14 +1032,13 @@ dependencies = [
[[package]]
name = "console"
-version = "0.15.0"
+version = "0.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a28b32d32ca44b70c3e4acd7db1babf555fa026e385fb95f18028f88848b3c31"
+checksum = "c050367d967ced717c04b65d8c619d863ef9292ce0c5760028655a2fb298718c"
dependencies = [
"encode_unicode",
+ "lazy_static",
"libc",
- "once_cell",
- "regex",
"terminal_size",
"unicode-width",
"winapi 0.3.9",
@@ -902,28 +1072,28 @@ checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3"
[[package]]
name = "const_fn"
-version = "0.4.8"
+version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f92cfa0fd5690b3cf8c1ef2cabbd9b7ef22fa53cf5e1f92b05103f6d5d1cf6e7"
+checksum = "fbdcdcb6d86f71c5e97409ad45898af11cbc995b4ee8112d59095a28d376c935"
[[package]]
name = "const_format"
-version = "0.2.22"
+version = "0.2.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "22bc6cd49b0ec407b680c3e380182b6ac63b73991cb7602de350352fc309b614"
+checksum = "7309d9b4d3d2c0641e018d449232f2e28f1b22933c137f157d3dbc14228b8c0e"
dependencies = [
"const_format_proc_macros",
]
[[package]]
name = "const_format_proc_macros"
-version = "0.2.22"
+version = "0.2.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ef196d5d972878a48da7decb7686eded338b4858fbabeed513d63a7c98b2b82d"
+checksum = "d897f47bf7270cf70d370f8f98c1abb6d2d4cf60a6845d30e05bfb90c6568650"
dependencies = [
- "proc-macro2 1.0.32",
- "quote 1.0.10",
- "unicode-xid 0.2.2",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "unicode-xid 0.2.4",
]
[[package]]
@@ -940,9 +1110,9 @@ checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
[[package]]
name = "core-foundation"
-version = "0.9.2"
+version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6888e10551bb93e424d8df1d07f1a8b4fceb0001a3a4b048bfc47554946f47b3"
+checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
dependencies = [
"core-foundation-sys",
"libc",
@@ -968,18 +1138,18 @@ dependencies = [
[[package]]
name = "cpufeatures"
-version = "0.2.1"
+version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469"
+checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
dependencies = [
"libc",
]
[[package]]
name = "crc32fast"
-version = "1.2.1"
+version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
+checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
dependencies = [
"cfg-if 1.0.0",
]
@@ -999,9 +1169,9 @@ dependencies = [
[[package]]
name = "crossbeam-channel"
-version = "0.5.3"
+version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fdbfe11fe19ff083c48923cf179540e8cd0535903dc35e178a1fdeeb59aef51f"
+checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
dependencies = [
"cfg-if 1.0.0",
"crossbeam-utils",
@@ -1009,9 +1179,9 @@ dependencies = [
[[package]]
name = "crossbeam-deque"
-version = "0.8.1"
+version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
+checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
dependencies = [
"cfg-if 1.0.0",
"crossbeam-epoch",
@@ -1033,12 +1203,11 @@ dependencies = [
[[package]]
name = "crossbeam-utils"
-version = "0.8.5"
+version = "0.8.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
+checksum = "edbafec5fa1f196ca66527c1b12c2ec4745ca14b50f1ad8f9f6f720b55d11fac"
dependencies = [
"cfg-if 1.0.0",
- "lazy_static",
]
[[package]]
@@ -1049,11 +1218,11 @@ checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
[[package]]
name = "crypto-common"
-version = "0.1.3"
+version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"
+checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
- "generic-array 0.14.5",
+ "generic-array",
"typenum",
]
@@ -1063,7 +1232,7 @@ version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
dependencies = [
- "generic-array 0.14.5",
+ "generic-array",
"subtle",
]
@@ -1073,7 +1242,7 @@ version = "1.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1"
dependencies = [
- "bstr",
+ "bstr 0.2.17",
"csv-core",
"itoa 0.4.8",
"ryu",
@@ -1100,11 +1269,11 @@ dependencies = [
[[package]]
name = "ctrlc"
-version = "3.2.1"
+version = "3.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a19c6cedffdc8c03a3346d723eb20bd85a13362bb96dc2ac000842c6381ec7bf"
+checksum = "1d91974fbbe88ec1df0c24a4f00f99583667a7e2e6272b2b92d294d81e462173"
dependencies = [
- "nix",
+ "nix 0.25.0",
"winapi 0.3.9",
]
@@ -1122,6 +1291,50 @@ dependencies = [
"zeroize",
]
+[[package]]
+name = "cxx"
+version = "1.0.82"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "d4a41a86530d0fe7f5d9ea779916b7cadd2d4f9add748b99c2c029cbbdfaf453"
+dependencies = [
+ "cc",
+ "cxxbridge-flags",
+ "cxxbridge-macro",
+ "link-cplusplus",
+]
+
+[[package]]
+name = "cxx-build"
+version = "1.0.82"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "06416d667ff3e3ad2df1cd8cd8afae5da26cf9cec4d0825040f88b5ca659a2f0"
+dependencies = [
+ "cc",
+ "codespan-reporting",
+ "once_cell",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "scratch",
+ "syn 1.0.103",
+]
+
+[[package]]
+name = "cxxbridge-flags"
+version = "1.0.82"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "820a9a2af1669deeef27cb271f476ffd196a2c4b6731336011e0ba63e2c7cf71"
+
+[[package]]
+name = "cxxbridge-macro"
+version = "1.0.82"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "a08a6e2fcc370a089ad3b4aaf54db3b1b4cee38ddabce5896b33eb693275f470"
+dependencies = [
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "syn 1.0.103",
+]
+
[[package]]
name = "dashmap"
version = "4.0.2"
@@ -1133,6 +1346,17 @@ dependencies = [
"rayon",
]
+[[package]]
+name = "dashmap"
+version = "5.2.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "4c8858831f7781322e539ea39e72449c46b059638250c14344fec8d0aa6e539c"
+dependencies = [
+ "cfg-if 1.0.0",
+ "num_cpus",
+ "parking_lot 0.12.1",
+]
+
[[package]]
name = "data-encoding"
version = "2.3.2"
@@ -1156,8 +1380,8 @@ checksum = "42d4bc9b0db0a0df9ae64634ac5bdefb7afcb534e182275ca0beadbe486701c1"
dependencies = [
"asn1-rs",
"displaydoc",
- "nom 7.0.0",
- "num-bigint 0.4.2",
+ "nom",
+ "num-bigint 0.4.3",
"num-traits",
"rusticata-macros",
]
@@ -1168,35 +1392,24 @@ version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e5c37193a1db1d8ed868c03ec7b152175f26160a5b740e5e484143877e0adf0"
-[[package]]
-name = "derivative"
-version = "2.2.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
-dependencies = [
- "proc-macro2 1.0.32",
- "quote 1.0.10",
- "syn 1.0.91",
-]
-
[[package]]
name = "derive_more"
-version = "0.99.16"
+version = "0.99.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "40eebddd2156ce1bb37b20bbe5151340a31828b1f2d22ba4141f3531710e38df"
+checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
dependencies = [
"convert_case",
- "proc-macro2 1.0.32",
- "quote 1.0.10",
- "rustc_version 0.3.3",
- "syn 1.0.91",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "rustc_version 0.4.0",
+ "syn 1.0.103",
]
[[package]]
name = "dialoguer"
-version = "0.10.0"
+version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "349d6b4fabcd9e97e1df1ae15395ac7e49fb144946a0d453959dc2696273b9da"
+checksum = "a92e7e37ecef6857fdc0c0c5d42fd5b0938e46590c2183cc92dd310a6d078eb1"
dependencies = [
"console",
"tempfile",
@@ -1209,31 +1422,22 @@ version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
-[[package]]
-name = "digest"
-version = "0.8.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
-dependencies = [
- "generic-array 0.12.4",
-]
-
[[package]]
name = "digest"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
dependencies = [
- "generic-array 0.14.5",
+ "generic-array",
]
[[package]]
name = "digest"
-version = "0.10.3"
+version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"
+checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
dependencies = [
- "block-buffer 0.10.0",
+ "block-buffer 0.10.3",
"crypto-common",
"subtle",
]
@@ -1280,9 +1484,9 @@ version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bf95dc3f046b9da4f2d51833c0d3547d8564ef6910f5c1ed130306a75b92886"
dependencies = [
- "proc-macro2 1.0.32",
- "quote 1.0.10",
- "syn 1.0.91",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "syn 1.0.103",
]
[[package]]
@@ -1316,9 +1520,9 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
[[package]]
name = "ed25519"
-version = "1.2.0"
+version = "1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4620d40f6d2601794401d6dd95a5cf69b6c157852539470eeda433a99b3c0efc"
+checksum = "1e9c280362032ea4203659fc489832d0204ef09f247a0506f170dafcac08c369"
dependencies = [
"signature",
]
@@ -1346,26 +1550,26 @@ dependencies = [
"derivation-path",
"ed25519-dalek",
"hmac 0.12.1",
- "sha2 0.10.2",
+ "sha2 0.10.6",
]
[[package]]
name = "educe"
-version = "0.4.18"
+version = "0.4.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f86b50932a01e7ec5c06160492ab660fb19b6bb2a7878030dd6cd68d21df9d4d"
+checksum = "cb0188e3c3ba8df5753894d54461f0e39bc91741dc5b22e1c46999ec2c71f4e4"
dependencies = [
"enum-ordinalize",
- "proc-macro2 1.0.32",
- "quote 1.0.10",
- "syn 1.0.91",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "syn 1.0.103",
]
[[package]]
name = "either"
-version = "1.6.1"
+version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
+checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
[[package]]
name = "encode_unicode"
@@ -1375,9 +1579,9 @@ checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
[[package]]
name = "encoding_rs"
-version = "0.8.29"
+version = "0.8.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a74ea89a0a1b98f6332de42c95baff457ada66d1cb4030f9ff151b2041a1c746"
+checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
dependencies = [
"cfg-if 1.0.0",
]
@@ -1397,22 +1601,23 @@ version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c134c37760b27a871ba422106eedbb8247da973a09e82558bf26d619c882b159"
dependencies = [
- "proc-macro2 1.0.32",
- "quote 1.0.10",
- "syn 1.0.91",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "syn 1.0.103",
]
[[package]]
name = "enum-ordinalize"
-version = "3.1.10"
+version = "3.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0b166c9e378360dd5a6666a9604bb4f54ae0cac39023ffbac425e917a2a04fef"
+checksum = "a62bb1df8b45ecb7ffa78dca1c17a438fb193eb083db0b1b494d2a61bcb5096a"
dependencies = [
- "num-bigint 0.4.2",
+ "num-bigint 0.4.3",
"num-traits",
- "proc-macro2 1.0.32",
- "quote 1.0.10",
- "syn 1.0.91",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "rustc_version 0.4.0",
+ "syn 1.0.103",
]
[[package]]
@@ -1422,9 +1627,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eb359f1476bf611266ac1f5355bc14aeca37b299d0ebccc038ee7058891c9cb"
dependencies = [
"once_cell",
- "proc-macro2 1.0.32",
- "quote 1.0.10",
- "syn 1.0.91",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "syn 1.0.103",
]
[[package]]
@@ -1478,15 +1683,9 @@ dependencies = [
[[package]]
name = "event-listener"
-version = "2.5.2"
+version = "2.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"
-
-[[package]]
-name = "fake-simd"
-version = "0.1.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
+checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
[[package]]
name = "fast-math"
@@ -1499,22 +1698,22 @@ dependencies = [
[[package]]
name = "fastrand"
-version = "1.6.0"
+version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "779d043b6a0b90cc4c0ed7ee380a6504394cee7efd7db050e3774eee387324b2"
+checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
dependencies = [
"instant",
]
[[package]]
name = "fd-lock"
-version = "3.0.4"
+version = "3.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "02ecad9808e0596f8956d14f7fa868f996290bd01c8d7329d6e5bc2bb76adf8f"
+checksum = "bb21c69b9fea5e15dbc1049e4b77145dd0ba1c84019c488102de0dc4ea4b0a27"
dependencies = [
"cfg-if 1.0.0",
"rustix",
- "windows-sys 0.30.0",
+ "windows-sys 0.42.0",
]
[[package]]
@@ -1525,9 +1724,9 @@ checksum = "835a3dc7d1ec9e75e2b5fb4ba75396837112d2060b03f7d43bc1897c7f7211da"
[[package]]
name = "filedescriptor"
-version = "0.8.1"
+version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9ed3d8a5e20435ff00469e51a0d82049bae66504b5c429920dadf9bb54d47b3f"
+checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
dependencies = [
"libc",
"thiserror",
@@ -1536,31 +1735,35 @@ dependencies = [
[[package]]
name = "filetime"
-version = "0.2.15"
+version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "975ccf83d8d9d0d84682850a38c8169027be83368805971cc4f238c2b245bc98"
+checksum = "4b9663d381d07ae25dc88dbdf27df458faa83a9b25336bcac83d5e452b5fc9d3"
dependencies = [
"cfg-if 1.0.0",
"libc",
"redox_syscall",
- "winapi 0.3.9",
+ "windows-sys 0.42.0",
]
[[package]]
name = "fixedbitset"
-version = "0.4.0"
+version = "0.2.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
+
+[[package]]
+name = "fixedbitset"
+version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "398ea4fabe40b9b0d885340a2a991a44c8a645624075ad966d21f88688e2b69e"
+checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
[[package]]
name = "flate2"
-version = "1.0.22"
+version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"
+checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
dependencies = [
- "cfg-if 1.0.0",
"crc32fast",
- "libc",
"miniz_oxide",
]
@@ -1587,12 +1790,11 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
[[package]]
name = "form_urlencoded"
-version = "1.0.1"
+version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
+checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
dependencies = [
- "matches",
- "percent-encoding 2.1.0",
+ "percent-encoding 2.2.0",
]
[[package]]
@@ -1607,12 +1809,6 @@ version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
-[[package]]
-name = "funty"
-version = "1.1.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"
-
[[package]]
name = "futures"
version = "0.1.31"
@@ -1621,9 +1817,9 @@ checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
[[package]]
name = "futures"
-version = "0.3.21"
+version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"
+checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0"
dependencies = [
"futures-channel",
"futures-core",
@@ -1636,9 +1832,9 @@ dependencies = [
[[package]]
name = "futures-channel"
-version = "0.3.21"
+version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
+checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"
dependencies = [
"futures-core",
"futures-sink",
@@ -1646,15 +1842,15 @@ dependencies = [
[[package]]
name = "futures-core"
-version = "0.3.21"
+version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
+checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"
[[package]]
name = "futures-executor"
-version = "0.3.21"
+version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"
+checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2"
dependencies = [
"futures-core",
"futures-task",
@@ -1664,38 +1860,38 @@ dependencies = [
[[package]]
name = "futures-io"
-version = "0.3.21"
+version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
+checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"
[[package]]
name = "futures-macro"
-version = "0.3.21"
+version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"
+checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d"
dependencies = [
- "proc-macro2 1.0.32",
- "quote 1.0.10",
- "syn 1.0.91",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "syn 1.0.103",
]
[[package]]
name = "futures-sink"
-version = "0.3.21"
+version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
+checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"
[[package]]
name = "futures-task"
-version = "0.3.21"
+version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
+checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"
[[package]]
name = "futures-util"
-version = "0.3.21"
+version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
+checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"
dependencies = [
"futures 0.1.31",
"futures-channel",
@@ -1738,18 +1934,9 @@ dependencies = [
[[package]]
name = "generic-array"
-version = "0.12.4"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
-dependencies = [
- "typenum",
-]
-
-[[package]]
-name = "generic-array"
-version = "0.14.5"
+version = "0.14.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
+checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
dependencies = [
"serde",
"typenum",
@@ -1781,13 +1968,15 @@ dependencies = [
[[package]]
name = "getrandom"
-version = "0.2.3"
+version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
+checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
dependencies = [
"cfg-if 1.0.0",
+ "js-sys",
"libc",
- "wasi 0.10.2+wasi-snapshot-preview1",
+ "wasi 0.11.0+wasi-snapshot-preview1",
+ "wasm-bindgen",
]
[[package]]
@@ -1798,12 +1987,12 @@ checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
[[package]]
name = "globset"
-version = "0.4.8"
+version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd"
+checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a"
dependencies = [
"aho-corasick",
- "bstr",
+ "bstr 0.2.17",
"fnv",
"log",
"regex",
@@ -1816,7 +2005,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38f3d68c8343245dc047982651b5afb8bd659c9959ed72efe5a73bf22684e5fd"
dependencies = [
"arc-swap",
- "futures 0.3.21",
+ "futures 0.3.25",
"log",
"reqwest",
"serde",
@@ -1824,7 +2013,7 @@ dependencies = [
"serde_json",
"simpl",
"smpl_jwt",
- "time 0.3.7",
+ "time 0.3.17",
"tokio",
]
@@ -1841,9 +2030,9 @@ dependencies = [
[[package]]
name = "h2"
-version = "0.3.11"
+version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d9f1f717ddc7b2ba36df7e871fd88db79326551d3d6f1fc406fbfd28b582ff8e"
+checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"
dependencies = [
"bytes",
"fnv",
@@ -1854,7 +2043,7 @@ dependencies = [
"indexmap",
"slab",
"tokio",
- "tokio-util 0.6.9",
+ "tokio-util 0.7.2",
"tracing",
]
@@ -1882,20 +2071,29 @@ dependencies = [
"ahash",
]
+[[package]]
+name = "hashbrown"
+version = "0.12.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
+dependencies = [
+ "ahash",
+]
+
[[package]]
name = "headers"
-version = "0.3.7"
+version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4cff78e5788be1e0ab65b04d306b2ed5092c815ec97ec70f4ebd5aee158aa55d"
+checksum = "f3e372db8e5c0d213e0cd0b9be18be2aca3d44cf2fe30a9d46a65581cd454584"
dependencies = [
- "base64 0.13.0",
+ "base64 0.13.1",
"bitflags",
"bytes",
"headers-core",
"http",
"httpdate",
"mime",
- "sha-1 0.10.0",
+ "sha1 0.10.5",
]
[[package]]
@@ -1939,13 +2137,14 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "hidapi"
-version = "1.3.4"
+version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c2ec6bf425a5c3af047bb2a029de540a7d74cefa4761f14be67d7884dcd497b0"
+checksum = "798154e4b6570af74899d71155fb0072d5b17e6aa12f39c8ef22c60fb8ec99e7"
dependencies = [
"cc",
"libc",
"pkg-config",
+ "winapi 0.3.9",
]
[[package]]
@@ -1970,7 +2169,7 @@ version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
dependencies = [
- "digest 0.10.3",
+ "digest 0.10.6",
]
[[package]]
@@ -1980,7 +2179,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"
dependencies = [
"digest 0.9.0",
- "generic-array 0.14.5",
+ "generic-array",
"hmac 0.8.1",
]
@@ -1992,7 +2191,7 @@ checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
dependencies = [
"bytes",
"fnv",
- "itoa 1.0.1",
+ "itoa 1.0.4",
]
[[package]]
@@ -2014,15 +2213,15 @@ checksum = "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29"
[[package]]
name = "httparse"
-version = "1.5.1"
+version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "acd94fdbe1d4ff688b67b04eee2e17bd50995534a61539e45adfefb45e5e5503"
+checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
[[package]]
name = "httpdate"
-version = "1.0.1"
+version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440"
+checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
[[package]]
name = "humantime"
@@ -2032,9 +2231,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "hyper"
-version = "0.14.14"
+version = "0.14.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2b91bb1f221b6ea1f1e4371216b70f40748774c2fb5971b450c07773fb92d26b"
+checksum = "034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c"
dependencies = [
"bytes",
"futures-channel",
@@ -2045,7 +2244,7 @@ dependencies = [
"http-body",
"httparse",
"httpdate",
- "itoa 0.4.8",
+ "itoa 1.0.4",
"pin-project-lite",
"socket2",
"tokio",
@@ -2061,7 +2260,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca815a891b24fdfb243fa3239c86154392b0953ee584aa1a2a1f66d20cbe75cc"
dependencies = [
"bytes",
- "futures 0.3.21",
+ "futures 0.3.25",
"headers",
"http",
"hyper",
@@ -2074,15 +2273,15 @@ dependencies = [
[[package]]
name = "hyper-rustls"
-version = "0.23.0"
+version = "0.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"
+checksum = "59df7c4e19c950e6e0e868dcc0a300b09a9b88e9ec55bd879ca819087a77355d"
dependencies = [
"http",
"hyper",
- "rustls 0.20.4",
+ "rustls 0.20.7",
"tokio",
- "tokio-rustls 0.23.2",
+ "tokio-rustls 0.23.4",
]
[[package]]
@@ -2110,6 +2309,30 @@ dependencies = [
"tokio-native-tls",
]
+[[package]]
+name = "iana-time-zone"
+version = "0.1.53"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
+dependencies = [
+ "android_system_properties",
+ "core-foundation-sys",
+ "iana-time-zone-haiku",
+ "js-sys",
+ "wasm-bindgen",
+ "winapi 0.3.9",
+]
+
+[[package]]
+name = "iana-time-zone-haiku"
+version = "0.1.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
+dependencies = [
+ "cxx",
+ "cxx-build",
+]
+
[[package]]
name = "idna"
version = "0.1.5"
@@ -2123,11 +2346,10 @@ dependencies = [
[[package]]
name = "idna"
-version = "0.2.3"
+version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
+checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
dependencies = [
- "matches",
"unicode-bidi",
"unicode-normalization",
]
@@ -2145,7 +2367,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0acd33ff0285af998aaf9b57342af478078f53492322fafc47450e09397e0e9"
dependencies = [
"bitmaps",
- "rand_core 0.6.3",
+ "rand_core 0.6.4",
"rand_xoshiro",
"rayon",
"serde",
@@ -2162,12 +2384,12 @@ checksum = "5a9d968042a4902e08810946fc7cd5851eb75e80301342305af755ca06cb82ce"
[[package]]
name = "indexmap"
-version = "1.8.1"
+version = "1.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee"
+checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
dependencies = [
"autocfg",
- "hashbrown",
+ "hashbrown 0.12.3",
"rayon",
]
@@ -2185,11 +2407,11 @@ dependencies = [
[[package]]
name = "inout"
-version = "0.1.2"
+version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9e1f03d4ab4d5dc9ec2d219f86c15d2a15fc08239d1cd3b2d6a19717c0a2f443"
+checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
dependencies = [
- "generic-array 0.14.5",
+ "generic-array",
]
[[package]]
@@ -2203,21 +2425,25 @@ dependencies = [
[[package]]
name = "io-lifetimes"
-version = "0.5.3"
+version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ec58677acfea8a15352d42fc87d11d63596ade9239e0a7c9352914417515dbe6"
+checksum = "a7d367024b3f3414d8e01f437f704f41a9f64ab36f9067fa73e526ad4c763c87"
+dependencies = [
+ "libc",
+ "windows-sys 0.42.0",
+]
[[package]]
name = "ipnet"
-version = "2.3.1"
+version = "2.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9"
+checksum = "f88c5561171189e69df9d98bcf18fd5f9558300f7ea7b801eb8a0fd748bd8745"
[[package]]
name = "itertools"
-version = "0.10.3"
+version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
+checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
dependencies = [
"either",
]
@@ -2230,24 +2456,37 @@ checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
[[package]]
name = "itoa"
-version = "1.0.1"
+version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
+checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"
+
+[[package]]
+name = "jito-protos"
+version = "1.13.6"
+dependencies = [
+ "bytes",
+ "crossbeam-epoch",
+ "lock_api",
+ "prost 0.8.0",
+ "prost-types 0.8.0",
+ "tonic 0.5.2",
+ "tonic-build 0.5.2",
+]
[[package]]
name = "jobserver"
-version = "0.1.24"
+version = "0.1.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
+checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b"
dependencies = [
"libc",
]
[[package]]
name = "js-sys"
-version = "0.3.55"
+version = "0.3.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7cc9ffccd38c451a86bf13657df244e9c3f37493cce8e5e21e940963777acc84"
+checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
dependencies = [
"wasm-bindgen",
]
@@ -2270,7 +2509,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2b99d4207e2a04fb4581746903c2bb7eb376f88de9c699d0f3e10feeac0cd3a"
dependencies = [
"derive_more",
- "futures 0.3.21",
+ "futures 0.3.25",
"jsonrpc-core",
"jsonrpc-pubsub",
"jsonrpc-server-utils",
@@ -2288,7 +2527,7 @@ version = "18.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"
dependencies = [
- "futures 0.3.21",
+ "futures 0.3.25",
"futures-executor",
"futures-util",
"log",
@@ -2303,7 +2542,7 @@ version = "18.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0"
dependencies = [
- "futures 0.3.21",
+ "futures 0.3.25",
"jsonrpc-client-transports",
]
@@ -2314,9 +2553,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b939a78fa820cdfcb7ee7484466746a7377760970f6f9c6fe19f9edcc8a38d2"
dependencies = [
"proc-macro-crate 0.1.5",
- "proc-macro2 1.0.32",
- "quote 1.0.10",
- "syn 1.0.91",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "syn 1.0.103",
]
[[package]]
@@ -2325,7 +2564,7 @@ version = "18.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1dea6e07251d9ce6a552abfb5d7ad6bc290a4596c8dcc3d795fae2bbdc1f3ff"
dependencies = [
- "futures 0.3.21",
+ "futures 0.3.25",
"hyper",
"jsonrpc-core",
"jsonrpc-server-utils",
@@ -2341,7 +2580,7 @@ version = "18.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845"
dependencies = [
- "futures 0.3.21",
+ "futures 0.3.25",
"jsonrpc-core",
"jsonrpc-server-utils",
"log",
@@ -2356,7 +2595,7 @@ version = "18.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011"
dependencies = [
- "futures 0.3.21",
+ "futures 0.3.25",
"jsonrpc-core",
"lazy_static",
"log",
@@ -2372,22 +2611,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"
dependencies = [
"bytes",
- "futures 0.3.21",
+ "futures 0.3.25",
"globset",
"jsonrpc-core",
"lazy_static",
"log",
"tokio",
"tokio-stream",
- "tokio-util 0.6.9",
+ "tokio-util 0.6.10",
"unicase",
]
[[package]]
name = "keccak"
-version = "0.1.0"
+version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7"
+checksum = "3afef3b6eff9ce9d8ff9b3601125eec7f0c8cbac7abd14f355d053fa56c98768"
+dependencies = [
+ "cpufeatures",
+]
[[package]]
name = "kernel32-sys"
@@ -2413,15 +2655,15 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
[[package]]
name = "libc"
-version = "0.2.120"
+version = "0.2.137"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ad5c14e80759d0939d013e6ca49930e59fc53dd8e5009132f76240c179380c09"
+checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
[[package]]
name = "libloading"
-version = "0.7.3"
+version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
+checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
dependencies = [
"cfg-if 1.0.0",
"winapi 0.3.9",
@@ -2429,9 +2671,9 @@ dependencies = [
[[package]]
name = "libm"
-version = "0.2.1"
+version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a"
+checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb"
[[package]]
name = "librocksdb-sys"
@@ -2497,26 +2739,35 @@ dependencies = [
[[package]]
name = "libz-sys"
-version = "1.1.3"
+version = "1.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"
+checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"
dependencies = [
"cc",
"pkg-config",
"vcpkg",
]
+[[package]]
+name = "link-cplusplus"
+version = "1.0.7"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "9272ab7b96c9046fbc5bc56c06c117cb639fe2d509df0c421cad82d2915cf369"
+dependencies = [
+ "cc",
+]
+
[[package]]
name = "linked-hash-map"
-version = "0.5.4"
+version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
+checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
[[package]]
name = "linux-raw-sys"
-version = "0.0.42"
+version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5284f00d480e1c39af34e72f8ad60b94f47007e3481cd3b731c1d67190ddc7b7"
+checksum = "bb68f22743a3fb35785f1e7f844ca5a3de2dde5bd0c0ef5b372065814699b121"
[[package]]
name = "lock_api"
@@ -2529,20 +2780,20 @@ dependencies = [
[[package]]
name = "log"
-version = "0.4.14"
+version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
+checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
dependencies = [
"cfg-if 1.0.0",
]
[[package]]
name = "lru"
-version = "0.7.5"
+version = "0.7.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "32613e41de4c47ab04970c348ca7ae7382cf116625755af070b008a15516a889"
+checksum = "e999beba7b6e8345721bd280141ed958096a2e4abdf74f67ff4ce49b4b54e47a"
dependencies = [
- "hashbrown",
+ "hashbrown 0.12.3",
]
[[package]]
@@ -2565,12 +2816,6 @@ dependencies = [
"libc",
]
-[[package]]
-name = "maplit"
-version = "1.0.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
-
[[package]]
name = "matches"
version = "0.1.9"
@@ -2585,24 +2830,24 @@ checksum = "73cbba799671b762df5a175adf59ce145165747bb891505c43d09aefbbf38beb"
[[package]]
name = "memchr"
-version = "2.4.1"
+version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
+checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
[[package]]
name = "memmap2"
-version = "0.5.3"
+version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "057a3db23999c867821a7a59feb06a578fcb03685e983dff90daf9e7d24ac08f"
+checksum = "4b182332558b18d807c4ce1ca8ca983b34c3ee32765e47b3f0f69b90355cc1dc"
dependencies = [
"libc",
]
[[package]]
name = "memoffset"
-version = "0.6.4"
+version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9"
+checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
dependencies = [
"autocfg",
]
@@ -2615,7 +2860,7 @@ checksum = "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d"
dependencies = [
"byteorder",
"keccak",
- "rand_core 0.6.3",
+ "rand_core 0.6.4",
"zeroize",
]
@@ -2633,18 +2878,17 @@ checksum = "2687e6cf9c00f48e9284cf9fd15f2ef341d03cc7743abf9df4c5f07fdee50b18"
[[package]]
name = "minimal-lexical"
-version = "0.1.4"
+version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9c64630dcdd71f1a64c435f54885086a0de5d6a12d104d69b165fb7d5286d677"
+checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
name = "miniz_oxide"
-version = "0.4.4"
+version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
+checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"
dependencies = [
"adler",
- "autocfg",
]
[[package]]
@@ -2685,9 +2929,9 @@ version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a7d5f7076603ebc68de2dc6a650ec331a062a13abaa346975be747bbfa4b789"
dependencies = [
- "proc-macro2 1.0.32",
- "quote 1.0.10",
- "syn 1.0.91",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "syn 1.0.103",
]
[[package]]
@@ -2698,9 +2942,9 @@ checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
[[package]]
name = "native-tls"
-version = "0.2.8"
+version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "48ba9f7719b5a0f42f338907614285fb5fd70e53858141f69898a1fb7203b24d"
+checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
dependencies = [
"lazy_static",
"libc",
@@ -2716,9 +2960,9 @@ dependencies = [
[[package]]
name = "net2"
-version = "0.2.37"
+version = "0.2.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
+checksum = "74d0df99cfcd2530b2e694f6e17e7f37b8e26bb23983ac530c0c97408837c631"
dependencies = [
"cfg-if 0.1.10",
"libc",
@@ -2739,33 +2983,32 @@ dependencies = [
]
[[package]]
-name = "nom"
-version = "6.1.2"
+name = "nix"
+version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e7413f999671bd4745a7b624bd370a569fb6bc574b23c83a3c5ed2e453f3d5e2"
+checksum = "e322c04a9e3440c327fca7b6c8a63e6890a32fa2ad689db972425f07e0d22abb"
dependencies = [
- "bitvec",
- "funty",
- "memchr",
- "version_check",
+ "autocfg",
+ "bitflags",
+ "cfg-if 1.0.0",
+ "libc",
]
[[package]]
name = "nom"
-version = "7.0.0"
+version = "7.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7ffd9d26838a953b4af82cbeb9f1592c6798916983959be223a7124e992742c1"
+checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
dependencies = [
"memchr",
"minimal-lexical",
- "version_check",
]
[[package]]
name = "ntapi"
-version = "0.3.6"
+version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
+checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
dependencies = [
"winapi 0.3.9",
]
@@ -2797,9 +3040,9 @@ dependencies = [
[[package]]
name = "num-bigint"
-version = "0.4.2"
+version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "74e768dff5fb39a41b3bcd30bb25cf989706c90d028d1ad71971987aa309d535"
+checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
dependencies = [
"autocfg",
"num-integer",
@@ -2822,16 +3065,16 @@ version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
dependencies = [
- "proc-macro2 1.0.32",
- "quote 1.0.10",
- "syn 1.0.91",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "syn 1.0.103",
]
[[package]]
name = "num-integer"
-version = "0.1.44"
+version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
+checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
dependencies = [
"autocfg",
"num-traits",
@@ -2862,18 +3105,18 @@ dependencies = [
[[package]]
name = "num-traits"
-version = "0.2.14"
+version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
+checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
dependencies = [
"autocfg",
]
[[package]]
name = "num_cpus"
-version = "1.13.1"
+version = "1.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
+checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5"
dependencies = [
"hermit-abi",
"libc",
@@ -2881,33 +3124,23 @@ dependencies = [
[[package]]
name = "num_enum"
-version = "0.5.4"
+version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3f9bd055fb730c4f8f4f57d45d35cd6b3f0980535b056dc7ff119cee6a66ed6f"
+checksum = "cf5395665662ef45796a4ff5486c5d41d29e0c09640af4c5f17fd94ee2c119c9"
dependencies = [
- "derivative",
"num_enum_derive",
]
[[package]]
name = "num_enum_derive"
-version = "0.5.4"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "486ea01961c4a818096de679a8b740b26d9033146ac5291b1c98557658f8cdd9"
-dependencies = [
- "proc-macro-crate 1.1.0",
- "proc-macro2 1.0.32",
- "quote 1.0.10",
- "syn 1.0.91",
-]
-
-[[package]]
-name = "num_threads"
-version = "0.1.3"
+version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "97ba99ba6393e2c3734791401b66902d981cb03bf190af674ca69949b6d5fb15"
+checksum = "3b0498641e53dd6ac1a4f22547548caa6864cc4933784319cd1775271c5a46ce"
dependencies = [
- "libc",
+ "proc-macro-crate 1.2.1",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "syn 1.0.103",
]
[[package]]
@@ -2927,15 +3160,9 @@ dependencies = [
[[package]]
name = "once_cell"
-version = "1.8.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
-
-[[package]]
-name = "opaque-debug"
-version = "0.2.3"
+version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
+checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
[[package]]
name = "opaque-debug"
@@ -2945,9 +3172,9 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
[[package]]
name = "openssl"
-version = "0.10.40"
+version = "0.10.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fb81a6430ac911acb25fe5ac8f1d2af1b4ea8a4fdfda0f1ee4292af2e2d8eb0e"
+checksum = "12fc0523e3bd51a692c8850d075d74dc062ccf251c0110668cbd921917118a13"
dependencies = [
"bitflags",
"cfg-if 1.0.0",
@@ -2964,31 +3191,31 @@ version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
dependencies = [
- "proc-macro2 1.0.32",
- "quote 1.0.10",
- "syn 1.0.91",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "syn 1.0.103",
]
[[package]]
name = "openssl-probe"
-version = "0.1.4"
+version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a"
+checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]]
name = "openssl-src"
-version = "111.22.0+1.1.1q"
+version = "111.24.0+1.1.1s"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8f31f0d509d1c1ae9cada2f9539ff8f37933831fd5098879e482aa687d659853"
+checksum = "3498f259dab01178c6228c6b00dcef0ed2a2d5e20d648c017861227773ea4abd"
dependencies = [
"cc",
]
[[package]]
name = "openssl-sys"
-version = "0.9.73"
+version = "0.9.77"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9d5fd19fb3e0a8191c1e34935718976a3e70c112ab9a24af6d7cadccd9d90bc0"
+checksum = "b03b84c3b2d099b81f0953422b4d4ad58761589d0229b5506356afca05a3670a"
dependencies = [
"autocfg",
"cc",
@@ -3006,23 +3233,20 @@ checksum = "e1cf9b1c4e9a6c4de793c632496fa490bdc0e1eea73f0c91394f7b6990935d22"
dependencies = [
"async-trait",
"crossbeam-channel",
- "futures 0.3.21",
+ "futures 0.3.25",
"js-sys",
"lazy_static",
- "percent-encoding 2.1.0",
+ "percent-encoding 2.2.0",
"pin-project",
- "rand 0.8.4",
+ "rand 0.8.5",
"thiserror",
]
[[package]]
name = "os_str_bytes"
-version = "6.0.0"
+version = "6.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
-dependencies = [
- "memchr",
-]
+checksum = "7b5bf27447411e9ee3ff51186bf7a08e16c341efdde93f4d823e8844429bed7e"
[[package]]
name = "ouroboros"
@@ -3043,9 +3267,9 @@ checksum = "ed9a247206016d424fe8497bc611e510887af5c261fbbf977877c4bb55ca4d82"
dependencies = [
"Inflector",
"proc-macro-error",
- "proc-macro2 1.0.32",
- "quote 1.0.10",
- "syn 1.0.91",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "syn 1.0.103",
]
[[package]]
@@ -3054,7 +3278,7 @@ version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
dependencies = [
- "futures 0.3.21",
+ "futures 0.3.25",
"libc",
"log",
"rand 0.7.3",
@@ -3075,12 +3299,12 @@ dependencies = [
[[package]]
name = "parking_lot"
-version = "0.12.0"
+version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"
+checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
dependencies = [
"lock_api",
- "parking_lot_core 0.9.1",
+ "parking_lot_core 0.9.4",
]
[[package]]
@@ -3099,15 +3323,15 @@ dependencies = [
[[package]]
name = "parking_lot_core"
-version = "0.9.1"
+version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "28141e0cc4143da2443301914478dc976a61ffdb3f043058310c70df2fed8954"
+checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0"
dependencies = [
"cfg-if 1.0.0",
"libc",
"redox_syscall",
"smallvec",
- "windows-sys 0.32.0",
+ "windows-sys 0.42.0",
]
[[package]]
@@ -3125,7 +3349,16 @@ version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "271779f35b581956db91a3e55737327a03aa051e90b1c47aeb189508533adfd7"
dependencies = [
- "digest 0.10.3",
+ "digest 0.10.6",
+]
+
+[[package]]
+name = "pbkdf2"
+version = "0.11.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
+dependencies = [
+ "digest 0.10.6",
]
[[package]]
@@ -3136,11 +3369,11 @@ checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
[[package]]
name = "pem"
-version = "1.0.2"
+version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e9a3b09a20e374558580a4914d3b7d89bd61b954a5a5e1dcbea98753addb1947"
+checksum = "03c64931a1a212348ec4f3b4362585eca7159d0d09cbdf4a7f74f02173596fd4"
dependencies = [
- "base64 0.13.0",
+ "base64 0.13.1",
]
[[package]]
@@ -3151,9 +3384,9 @@ checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
[[package]]
name = "percent-encoding"
-version = "2.1.0"
+version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
+checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
[[package]]
name = "percentage"
@@ -3166,18 +3399,19 @@ dependencies = [
[[package]]
name = "pest"
-version = "2.1.3"
+version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
+checksum = "a528564cc62c19a7acac4d81e01f39e53e25e17b934878f4c6d25cc2836e62f8"
dependencies = [
+ "thiserror",
"ucd-trie",
]
[[package]]
name = "pest_derive"
-version = "2.1.0"
+version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
+checksum = "d5fd9bc6500181952d34bd0b2b0163a54d794227b498be0b7afa7698d0a7b18f"
dependencies = [
"pest",
"pest_generator",
@@ -3185,35 +3419,45 @@ dependencies = [
[[package]]
name = "pest_generator"
-version = "2.1.3"
+version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
+checksum = "d2610d5ac5156217b4ff8e46ddcef7cdf44b273da2ac5bca2ecbfa86a330e7c4"
dependencies = [
"pest",
"pest_meta",
- "proc-macro2 1.0.32",
- "quote 1.0.10",
- "syn 1.0.91",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "syn 1.0.103",
]
[[package]]
name = "pest_meta"
-version = "2.1.3"
+version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
+checksum = "824749bf7e21dd66b36fbe26b3f45c713879cccd4a009a917ab8e045ca8246fe"
dependencies = [
- "maplit",
+ "once_cell",
"pest",
- "sha-1 0.8.2",
+ "sha1 0.10.5",
]
[[package]]
name = "petgraph"
-version = "0.6.0"
+version = "0.5.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
+dependencies = [
+ "fixedbitset 0.2.0",
+ "indexmap",
+]
+
+[[package]]
+name = "petgraph"
+version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f"
+checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"
dependencies = [
- "fixedbitset",
+ "fixedbitset 0.4.2",
"indexmap",
]
@@ -3232,29 +3476,29 @@ dependencies = [
[[package]]
name = "pin-project"
-version = "1.0.8"
+version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "576bc800220cc65dac09e99e97b08b358cfab6e17078de8dc5fee223bd2d0c08"
+checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
-version = "1.0.8"
+version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6e8fe8163d14ce7f0cdac2e040116f22eac817edabff0be91e8aff7e9accf389"
+checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
dependencies = [
- "proc-macro2 1.0.32",
- "quote 1.0.10",
- "syn 1.0.91",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "syn 1.0.103",
]
[[package]]
name = "pin-project-lite"
-version = "0.2.7"
+version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"
+checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
[[package]]
name = "pin-utils"
@@ -3275,9 +3519,9 @@ dependencies = [
[[package]]
name = "pkg-config"
-version = "0.3.22"
+version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "12295df4f294471248581bc09bef3c38a5e46f1e36d6a37353621a0c6c357e1f"
+checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
[[package]]
name = "plain"
@@ -3293,21 +3537,21 @@ checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"
dependencies = [
"cfg-if 1.0.0",
"cpufeatures",
- "opaque-debug 0.3.0",
+ "opaque-debug",
"universal-hash",
]
[[package]]
name = "ppv-lite86"
-version = "0.2.15"
+version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ed0cfbc8191465bed66e1718596ee0b0b35d5ee1f41c5df2189d0fe8bde535ba"
+checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
[[package]]
name = "predicates"
-version = "2.0.3"
+version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5c6ce811d0b2e103743eec01db1c50612221f173084ce2f7941053e94b6bb474"
+checksum = "ed6bd09a7f7e68f3f0bf710fb7ab9c4615a488b58b5f653382a687701e458c92"
dependencies = [
"difflib",
"itertools",
@@ -3316,15 +3560,15 @@ dependencies = [
[[package]]
name = "predicates-core"
-version = "1.0.2"
+version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "57e35a3326b75e49aa85f5dc6ec15b41108cf5aee58eabb1f274dd18b73c2451"
+checksum = "72f883590242d3c6fc5bf50299011695fa6590c2c70eac95ee1bdb9a733ad1a2"
[[package]]
name = "predicates-tree"
-version = "1.0.4"
+version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "338c7be2905b732ae3984a2f40032b5e94fd8f52505b186c7d4d68d193445df7"
+checksum = "54ff541861505aabf6ea722d2131ee980b8276e10a1297b94e896dd8b621850d"
dependencies = [
"predicates-core",
"termtree",
@@ -3338,12 +3582,12 @@ checksum = "bc5c99d529f0d30937f6f4b8a86d988047327bb88d04d2c4afc356de74722131"
[[package]]
name = "prettyplease"
-version = "0.1.9"
+version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3b83ec2d0af5c5c556257ff52c9f98934e243b9fd39604bfb2a9b75ec2e97f18"
+checksum = "c142c0e46b57171fe0c528bee8c5b7569e80f0c17e377cd0e30ea57dbc11bb51"
dependencies = [
- "proc-macro2 1.0.32",
- "syn 1.0.91",
+ "proc-macro2 1.0.47",
+ "syn 1.0.103",
]
[[package]]
@@ -3357,10 +3601,11 @@ dependencies = [
[[package]]
name = "proc-macro-crate"
-version = "1.1.0"
+version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1ebace6889caf889b4d3f76becee12e90353f2b8c7d875534a71e5742f8f6f83"
+checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9"
dependencies = [
+ "once_cell",
"thiserror",
"toml",
]
@@ -3372,9 +3617,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
- "proc-macro2 1.0.32",
- "quote 1.0.10",
- "syn 1.0.91",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "syn 1.0.103",
"version_check",
]
@@ -3384,8 +3629,8 @@ version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
- "proc-macro2 1.0.32",
- "quote 1.0.10",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
"version_check",
]
@@ -3406,11 +3651,24 @@ dependencies = [
[[package]]
name = "proc-macro2"
-version = "1.0.32"
+version = "1.0.47"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
+dependencies = [
+ "unicode-ident",
+]
+
+[[package]]
+name = "proc-macro2-diagnostics"
+version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ba508cc11742c0dc5c1659771673afbab7a0efab23aa17e854cbab0837ed0b43"
+checksum = "4bf29726d67464d49fa6224a1d07936a8c08bb3fba727c7493f6cf1616fdaada"
dependencies = [
- "unicode-xid 0.2.2",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "syn 1.0.103",
+ "version_check",
+ "yansi",
]
[[package]]
@@ -3425,7 +3683,7 @@ dependencies = [
"lazy_static",
"num-traits",
"quick-error 2.0.1",
- "rand 0.8.4",
+ "rand 0.8.5",
"rand_chacha 0.3.1",
"rand_xorshift",
"regex-syntax",
@@ -3433,6 +3691,16 @@ dependencies = [
"tempfile",
]
+[[package]]
+name = "prost"
+version = "0.8.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "de5e2533f59d08fcf364fd374ebda0692a70bd6d7e66ef97f306f45c6c5d8020"
+dependencies = [
+ "bytes",
+ "prost-derive 0.8.0",
+]
+
[[package]]
name = "prost"
version = "0.9.0"
@@ -3445,12 +3713,30 @@ dependencies = [
[[package]]
name = "prost"
-version = "0.10.0"
+version = "0.10.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "71adf41db68aa0daaefc69bb30bcd68ded9b9abaad5d1fbb6304c4fb390e083e"
+dependencies = [
+ "bytes",
+ "prost-derive 0.10.1",
+]
+
+[[package]]
+name = "prost-build"
+version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1bd5316aa8f5c82add416dfbc25116b84b748a21153f512917e8143640a71bbd"
+checksum = "355f634b43cdd80724ee7848f95770e7e70eefa6dcf14fea676216573b8fd603"
dependencies = [
"bytes",
- "prost-derive 0.10.0",
+ "heck 0.3.3",
+ "itertools",
+ "log",
+ "multimap",
+ "petgraph 0.5.1",
+ "prost 0.8.0",
+ "prost-types 0.8.0",
+ "tempfile",
+ "which",
]
[[package]]
@@ -3465,7 +3751,7 @@ dependencies = [
"lazy_static",
"log",
"multimap",
- "petgraph",
+ "petgraph 0.6.2",
"prost 0.9.0",
"prost-types 0.9.0",
"regex",
@@ -3475,9 +3761,9 @@ dependencies = [
[[package]]
name = "prost-build"
-version = "0.10.0"
+version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "328f9f29b82409216decb172d81e936415d21245befa79cd34c3f29d87d1c50b"
+checksum = "8ae5a4388762d5815a9fc0dea33c56b021cdc8dde0c55e0c9ca57197254b0cab"
dependencies = [
"bytes",
"cfg-if 1.0.0",
@@ -3487,14 +3773,27 @@ dependencies = [
"lazy_static",
"log",
"multimap",
- "petgraph",
- "prost 0.10.0",
- "prost-types 0.10.0",
+ "petgraph 0.6.2",
+ "prost 0.10.4",
+ "prost-types 0.10.1",
"regex",
"tempfile",
"which",
]
+[[package]]
+name = "prost-derive"
+version = "0.8.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "600d2f334aa05acb02a755e217ef1ab6dea4d51b58b7846588b747edec04efba"
+dependencies = [
+ "anyhow",
+ "itertools",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "syn 1.0.103",
+]
+
[[package]]
name = "prost-derive"
version = "0.9.0"
@@ -3503,22 +3802,32 @@ checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
dependencies = [
"anyhow",
"itertools",
- "proc-macro2 1.0.32",
- "quote 1.0.10",
- "syn 1.0.91",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "syn 1.0.103",
]
[[package]]
name = "prost-derive"
-version = "0.10.0"
+version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "df35198f0777b75e9ff669737c6da5136b59dba33cf5a010a6d1cc4d56defc6f"
+checksum = "7b670f45da57fb8542ebdbb6105a925fe571b67f9e7ed9f47a06a84e72b4e7cc"
dependencies = [
"anyhow",
"itertools",
- "proc-macro2 1.0.32",
- "quote 1.0.10",
- "syn 1.0.91",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "syn 1.0.103",
+]
+
+[[package]]
+name = "prost-types"
+version = "0.8.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "603bbd6394701d13f3f25aada59c7de9d35a6a5887cfc156181234a44002771b"
+dependencies = [
+ "bytes",
+ "prost 0.8.0",
]
[[package]]
@@ -3533,12 +3842,12 @@ dependencies = [
[[package]]
name = "prost-types"
-version = "0.10.0"
+version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "926681c118ae6e512a3ccefd4abbe5521a14f4cc1e207356d4d00c0b7f2006fd"
+checksum = "2d0a014229361011dc8e69c8a1ec6c2e8d0f2af7c91e3ea3f5b2170298461e68"
dependencies = [
"bytes",
- "prost 0.10.0",
+ "prost 0.10.4",
]
[[package]]
@@ -3547,7 +3856,7 @@ version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d464fae65fff2680baf48019211ce37aaec0c78e9264c84a3e484717f965104e"
dependencies = [
- "percent-encoding 2.1.0",
+ "percent-encoding 2.2.0",
]
[[package]]
@@ -3564,9 +3873,9 @@ checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
[[package]]
name = "quinn"
-version = "0.8.3"
+version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d7542006acd6e057ff632307d219954c44048f818898da03113d6c0086bfddd9"
+checksum = "5b435e71d9bfa0d8889927231970c51fb89c58fa63bffcab117c9c7a41e5ef8f"
dependencies = [
"bytes",
"futures-channel",
@@ -3574,7 +3883,7 @@ dependencies = [
"fxhash",
"quinn-proto",
"quinn-udp",
- "rustls 0.20.4",
+ "rustls 0.20.7",
"thiserror",
"tokio",
"tracing",
@@ -3583,16 +3892,16 @@ dependencies = [
[[package]]
name = "quinn-proto"
-version = "0.8.3"
+version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3a13a5c0a674c1ce7150c9df7bc4a1e46c2fbbe7c710f56c0dc78b1a810e779e"
+checksum = "3fce546b9688f767a57530652488420d419a8b1f44a478b451c3d1ab6d992a55"
dependencies = [
"bytes",
"fxhash",
- "rand 0.8.4",
+ "rand 0.8.5",
"ring",
- "rustls 0.20.4",
- "rustls-native-certs",
+ "rustls 0.20.7",
+ "rustls-native-certs 0.6.2",
"rustls-pemfile 0.2.1",
"slab",
"thiserror",
@@ -3603,13 +3912,12 @@ dependencies = [
[[package]]
name = "quinn-udp"
-version = "0.1.0"
+version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5f7996776e9ee3fc0e5c14476c1a640a17e993c847ae9c81191c2c102fbef903"
+checksum = "9f832d8958db3e84d2ec93b5eb2272b45aa23cf7f8fe6e79f578896f4e6c231b"
dependencies = [
"futures-util",
"libc",
- "mio",
"quinn-proto",
"socket2",
"tokio",
@@ -3627,19 +3935,13 @@ dependencies = [
[[package]]
name = "quote"
-version = "1.0.10"
+version = "1.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05"
+checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
dependencies = [
- "proc-macro2 1.0.32",
+ "proc-macro2 1.0.47",
]
-[[package]]
-name = "radium"
-version = "0.5.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8"
-
[[package]]
name = "rand"
version = "0.4.6"
@@ -3663,20 +3965,19 @@ dependencies = [
"libc",
"rand_chacha 0.2.2",
"rand_core 0.5.1",
- "rand_hc 0.2.0",
+ "rand_hc",
"rand_pcg",
]
[[package]]
name = "rand"
-version = "0.8.4"
+version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
+checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha 0.3.1",
- "rand_core 0.6.3",
- "rand_hc 0.3.1",
+ "rand_core 0.6.4",
]
[[package]]
@@ -3696,7 +3997,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
- "rand_core 0.6.3",
+ "rand_core 0.6.4",
]
[[package]]
@@ -3725,11 +4026,11 @@ dependencies = [
[[package]]
name = "rand_core"
-version = "0.6.3"
+version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
+checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
- "getrandom 0.2.3",
+ "getrandom 0.2.8",
]
[[package]]
@@ -3741,15 +4042,6 @@ dependencies = [
"rand_core 0.5.1",
]
-[[package]]
-name = "rand_hc"
-version = "0.3.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
-dependencies = [
- "rand_core 0.6.3",
-]
-
[[package]]
name = "rand_pcg"
version = "0.2.1"
@@ -3765,7 +4057,7 @@ version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
dependencies = [
- "rand_core 0.6.3",
+ "rand_core 0.6.4",
]
[[package]]
@@ -3774,7 +4066,7 @@ version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
dependencies = [
- "rand_core 0.6.3",
+ "rand_core 0.6.4",
]
[[package]]
@@ -3785,9 +4077,9 @@ checksum = "5cb37e7b5c272e9d7d75d3ab9d4f3a028edfbb4e99a2f35ec887057ea51656ad"
[[package]]
name = "rayon"
-version = "1.5.1"
+version = "1.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"
+checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
dependencies = [
"autocfg",
"crossbeam-deque",
@@ -3797,14 +4089,13 @@ dependencies = [
[[package]]
name = "rayon-core"
-version = "1.9.1"
+version = "1.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"
+checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
- "lazy_static",
"num_cpus",
]
@@ -3812,7 +4103,7 @@ dependencies = [
name = "rbpf-cli"
version = "1.13.6"
dependencies = [
- "clap 3.1.6",
+ "clap 3.2.23",
"serde",
"serde_json",
"solana-bpf-loader-program",
@@ -3824,13 +4115,13 @@ dependencies = [
[[package]]
name = "rcgen"
-version = "0.9.2"
+version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d7fa2d386df8533b02184941c76ae2e0d0c1d053f5d43339169d80f21275fc5e"
+checksum = "6413f3de1edee53342e6138e75b56d32e7bc6e332b3bd62d497b1929d4cfbcdd"
dependencies = [
"pem",
"ring",
- "time 0.3.7",
+ "time 0.3.17",
"yasna",
]
@@ -3845,42 +4136,43 @@ dependencies = [
[[package]]
name = "redox_syscall"
-version = "0.2.10"
+version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
+checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
dependencies = [
"bitflags",
]
[[package]]
name = "redox_users"
-version = "0.4.0"
+version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
+checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
dependencies = [
- "getrandom 0.2.3",
+ "getrandom 0.2.8",
"redox_syscall",
+ "thiserror",
]
[[package]]
name = "reed-solomon-erasure"
-version = "5.0.1"
+version = "5.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7170bac0d8306941e101df0caaa6518b10bc4232dd36c34f1cb78b8a063024db"
+checksum = "c2fe31452b684b8b33f65f8730c8b8812c3f5a0bb8a096934717edb1ac488641"
dependencies = [
"cc",
"libc",
"libm",
"parking_lot 0.11.2",
"smallvec",
- "spin 0.9.2",
+ "spin 0.9.4",
]
[[package]]
name = "regex"
-version = "1.5.5"
+version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
+checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
dependencies = [
"aho-corasick",
"memchr",
@@ -3895,9 +4187,9 @@ checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
[[package]]
name = "regex-syntax"
-version = "0.6.25"
+version = "0.6.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
+checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
[[package]]
name = "remove_dir_all"
@@ -3910,12 +4202,12 @@ dependencies = [
[[package]]
name = "reqwest"
-version = "0.11.10"
+version = "0.11.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "46a1f7aa4f35e5e8b4160449f51afc758f0ce6454315a9fa7d0d113e958c41eb"
+checksum = "68cc60575865c7831548863cc02356512e3f1dc2f3f82cb837d7fc4cc8f3c97c"
dependencies = [
"async-compression",
- "base64 0.13.0",
+ "base64 0.13.1",
"bytes",
"encoding_rs",
"futures-core",
@@ -3928,34 +4220,35 @@ dependencies = [
"hyper-tls",
"ipnet",
"js-sys",
- "lazy_static",
"log",
"mime",
"native-tls",
- "percent-encoding 2.1.0",
+ "once_cell",
+ "percent-encoding 2.2.0",
"pin-project-lite",
- "rustls 0.20.4",
- "rustls-pemfile 0.3.0",
+ "rustls 0.20.7",
+ "rustls-pemfile 1.0.1",
"serde",
"serde_json",
"serde_urlencoded",
"tokio",
"tokio-native-tls",
- "tokio-rustls 0.23.2",
- "tokio-util 0.6.9",
- "url 2.2.2",
+ "tokio-rustls 0.23.4",
+ "tokio-util 0.7.2",
+ "tower-service",
+ "url 2.3.1",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
- "webpki-roots",
+ "webpki-roots 0.22.5",
"winreg",
]
[[package]]
name = "retain_mut"
-version = "0.1.7"
+version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8c31b5c4033f8fdde8700e4657be2c497e7288f01515be52168c631e2e4d4086"
+checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0"
[[package]]
name = "ring"
@@ -4015,22 +4308,13 @@ dependencies = [
"semver 0.9.0",
]
-[[package]]
-name = "rustc_version"
-version = "0.3.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
-dependencies = [
- "semver 0.11.0",
-]
-
[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
- "semver 1.0.6",
+ "semver 1.0.14",
]
[[package]]
@@ -4039,21 +4323,21 @@ version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
dependencies = [
- "nom 7.0.0",
+ "nom",
]
[[package]]
name = "rustix"
-version = "0.33.3"
+version = "0.36.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a9466f25b92a648960ac1042fd3baa6b0bf285e60f754d7e5070770c813a177a"
+checksum = "203974af07ea769452490ee8de3e5947971efc3a090dca8a779dd432d3fa46a7"
dependencies = [
"bitflags",
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys",
- "winapi 0.3.9",
+ "windows-sys 0.42.0",
]
[[package]]
@@ -4062,7 +4346,7 @@ version = "0.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"
dependencies = [
- "base64 0.13.0",
+ "base64 0.13.1",
"log",
"ring",
"sct 0.6.1",
@@ -4071,9 +4355,9 @@ dependencies = [
[[package]]
name = "rustls"
-version = "0.20.4"
+version = "0.20.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4fbfeb8d0ddb84706bc597a5574ab8912817c52a397f819e5b614e2265206921"
+checksum = "539a2bfe908f471bfa933876bd1eb6a19cf2176d375f82ef7f99530a40e48c2c"
dependencies = [
"log",
"ring",
@@ -4083,12 +4367,24 @@ dependencies = [
[[package]]
name = "rustls-native-certs"
-version = "0.6.1"
+version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5ca9ebdfa27d3fc180e42879037b5338ab1c040c06affd00d8338598e7800943"
+checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"
dependencies = [
"openssl-probe",
- "rustls-pemfile 0.2.1",
+ "rustls 0.19.1",
+ "schannel",
+ "security-framework",
+]
+
+[[package]]
+name = "rustls-native-certs"
+version = "0.6.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"
+dependencies = [
+ "openssl-probe",
+ "rustls-pemfile 1.0.1",
"schannel",
"security-framework",
]
@@ -4099,23 +4395,23 @@ version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9"
dependencies = [
- "base64 0.13.0",
+ "base64 0.13.1",
]
[[package]]
name = "rustls-pemfile"
-version = "0.3.0"
+version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1ee86d63972a7c661d1536fefe8c3c8407321c3df668891286de28abcd087360"
+checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55"
dependencies = [
- "base64 0.13.0",
+ "base64 0.13.1",
]
[[package]]
name = "rustversion"
-version = "1.0.6"
+version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"
+checksum = "97477e48b4cf8603ad5f7aaf897467cf42ab4218a38ef76fb14c2d6773a6d6a8"
[[package]]
name = "rusty-fork"
@@ -4131,9 +4427,9 @@ dependencies = [
[[package]]
name = "ryu"
-version = "1.0.5"
+version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
+checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
[[package]]
name = "same-file"
@@ -4146,12 +4442,12 @@ dependencies = [
[[package]]
name = "schannel"
-version = "0.1.19"
+version = "0.1.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
+checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
dependencies = [
"lazy_static",
- "winapi 0.3.9",
+ "windows-sys 0.36.1",
]
[[package]]
@@ -4160,6 +4456,12 @@ version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
+[[package]]
+name = "scratch"
+version = "1.0.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898"
+
[[package]]
name = "scroll"
version = "0.10.2"
@@ -4175,9 +4477,9 @@ version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aaaae8f38bb311444cfb7f1979af0bc9240d95795f75f9ceddf6a59b79ceffa0"
dependencies = [
- "proc-macro2 1.0.32",
- "quote 1.0.10",
- "syn 1.0.91",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "syn 1.0.103",
]
[[package]]
@@ -4202,9 +4504,9 @@ dependencies = [
[[package]]
name = "security-framework"
-version = "2.4.2"
+version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "525bc1abfda2e1998d152c45cf13e696f76d0a4972310b22fac1658b05df7c87"
+checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c"
dependencies = [
"bitflags",
"core-foundation",
@@ -4215,9 +4517,9 @@ dependencies = [
[[package]]
name = "security-framework-sys"
-version = "2.4.2"
+version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a9dd14d83160b528b7bfd66439110573efcfbe281b17fc2ca9f39f550d619c7e"
+checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
dependencies = [
"core-foundation-sys",
"libc",
@@ -4229,23 +4531,14 @@ version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
dependencies = [
- "semver-parser 0.7.0",
-]
-
-[[package]]
-name = "semver"
-version = "0.11.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
-dependencies = [
- "semver-parser 0.10.2",
+ "semver-parser",
]
[[package]]
name = "semver"
-version = "1.0.6"
+version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a4a3381e03edd24287172047536f20cabde766e2cd3e65e6b00fb3af51c4f38d"
+checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4"
dependencies = [
"serde",
]
@@ -4256,29 +4549,20 @@ version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
-[[package]]
-name = "semver-parser"
-version = "0.10.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
-dependencies = [
- "pest",
-]
-
[[package]]
name = "serde"
-version = "1.0.136"
+version = "1.0.147"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
+checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_bytes"
-version = "0.11.5"
+version = "0.11.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "16ae07dd2f88a366f15bd0632ba725227018c69a1c8550a927324f8eb8368bb9"
+checksum = "cfc50e8183eeeb6178dcb167ae34a8051d63535023ae38b5d8d12beae193d37b"
dependencies = [
"serde",
]
@@ -4295,22 +4579,22 @@ dependencies = [
[[package]]
name = "serde_derive"
-version = "1.0.136"
+version = "1.0.147"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
+checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"
dependencies = [
- "proc-macro2 1.0.32",
- "quote 1.0.10",
- "syn 1.0.91",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "syn 1.0.103",
]
[[package]]
name = "serde_json"
-version = "1.0.79"
+version = "1.0.88"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"
+checksum = "8e8b3801309262e8184d9687fb697586833e939767aea0dda89f5a8e650e8bd7"
dependencies = [
- "itoa 1.0.1",
+ "itoa 1.0.4",
"ryu",
"serde",
]
@@ -4322,16 +4606,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
dependencies = [
"form_urlencoded",
- "itoa 1.0.1",
+ "itoa 1.0.4",
"ryu",
"serde",
]
[[package]]
name = "serde_yaml"
-version = "0.8.23"
+version = "0.8.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a4a521f2940385c165a24ee286aa8599633d162077a54bdcae2a6fd5a7bfa7a0"
+checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b"
dependencies = [
"indexmap",
"ryu",
@@ -4347,7 +4631,21 @@ checksum = "e5bcc41d18f7a1d50525d080fd3e953be87c4f9f1a974f3c21798ca00d54ec15"
dependencies = [
"lazy_static",
"parking_lot 0.11.2",
- "serial_test_derive",
+ "serial_test_derive 0.6.0",
+]
+
+[[package]]
+name = "serial_test"
+version = "0.9.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "92761393ee4dc3ff8f4af487bd58f4307c9329bbedea02cac0089ad9c411e153"
+dependencies = [
+ "dashmap 5.2.0",
+ "futures 0.3.25",
+ "lazy_static",
+ "log",
+ "parking_lot 0.12.1",
+ "serial_test_derive 0.9.0",
]
[[package]]
@@ -4357,22 +4655,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2881bccd7d60fb32dfa3d7b3136385312f8ad75e2674aab2852867a09790cae8"
dependencies = [
"proc-macro-error",
- "proc-macro2 1.0.32",
- "quote 1.0.10",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
"rustversion",
- "syn 1.0.91",
+ "syn 1.0.103",
]
[[package]]
-name = "sha-1"
-version = "0.8.2"
+name = "serial_test_derive"
+version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
+checksum = "4b6f5d1c3087fb119617cff2966fe3808a80e5eb59a8c1601d5994d66f4346a5"
dependencies = [
- "block-buffer 0.7.3",
- "digest 0.8.1",
- "fake-simd",
- "opaque-debug 0.2.3",
+ "proc-macro-error",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "syn 1.0.103",
]
[[package]]
@@ -4385,7 +4683,7 @@ dependencies = [
"cfg-if 1.0.0",
"cpufeatures",
"digest 0.9.0",
- "opaque-debug 0.3.0",
+ "opaque-debug",
]
[[package]]
@@ -4396,14 +4694,34 @@ checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
dependencies = [
"cfg-if 1.0.0",
"cpufeatures",
- "digest 0.10.3",
+ "digest 0.10.6",
]
[[package]]
name = "sha1"
-version = "0.6.0"
+version = "0.6.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770"
+dependencies = [
+ "sha1_smol",
+]
+
+[[package]]
+name = "sha1"
+version = "0.10.5"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
+dependencies = [
+ "cfg-if 1.0.0",
+ "cpufeatures",
+ "digest 0.10.6",
+]
+
+[[package]]
+name = "sha1_smol"
+version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
+checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
[[package]]
name = "sha2"
@@ -4415,18 +4733,18 @@ dependencies = [
"cfg-if 1.0.0",
"cpufeatures",
"digest 0.9.0",
- "opaque-debug 0.3.0",
+ "opaque-debug",
]
[[package]]
name = "sha2"
-version = "0.10.2"
+version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"
+checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
dependencies = [
"cfg-if 1.0.0",
"cpufeatures",
- "digest 0.10.3",
+ "digest 0.10.6",
]
[[package]]
@@ -4438,16 +4756,16 @@ dependencies = [
"block-buffer 0.9.0",
"digest 0.9.0",
"keccak",
- "opaque-debug 0.3.0",
+ "opaque-debug",
]
[[package]]
name = "sha3"
-version = "0.10.1"
+version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "881bf8156c87b6301fc5ca6b27f11eeb2761224c7081e69b409d5a1951a70c86"
+checksum = "bdf0c33fae925bdc080598b84bc15c55e7b9a4a43b3c704da051f977469691c9"
dependencies = [
- "digest 0.10.3",
+ "digest 0.10.6",
"keccak",
]
@@ -4468,9 +4786,9 @@ checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
[[package]]
name = "signal-hook"
-version = "0.3.13"
+version = "0.3.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "647c97df271007dcea485bb74ffdb57f2e683f1306c854f468a0c244badabf2d"
+checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"
dependencies = [
"libc",
"signal-hook-registry",
@@ -4487,9 +4805,9 @@ dependencies = [
[[package]]
name = "signature"
-version = "1.4.0"
+version = "1.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"
+checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
[[package]]
name = "simpl"
@@ -4509,15 +4827,18 @@ dependencies = [
[[package]]
name = "slab"
-version = "0.4.5"
+version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
+checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
+dependencies = [
+ "autocfg",
+]
[[package]]
name = "smallvec"
-version = "1.7.0"
+version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309"
+checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
[[package]]
name = "smpl_jwt"
@@ -4525,7 +4846,7 @@ version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4370044f8b20f944e05c35d77edd3518e6f21fc4de77e593919f287c6a3f428a"
dependencies = [
- "base64 0.13.0",
+ "base64 0.13.1",
"log",
"openssl",
"serde",
@@ -4537,9 +4858,9 @@ dependencies = [
[[package]]
name = "socket2"
-version = "0.4.4"
+version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
+checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
dependencies = [
"libc",
"winapi 0.3.9",
@@ -4551,12 +4872,12 @@ version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"
dependencies = [
- "base64 0.13.0",
+ "base64 0.13.1",
"bytes",
- "futures 0.3.21",
+ "futures 0.3.25",
"httparse",
"log",
- "rand 0.8.4",
+ "rand 0.8.5",
"sha-1 0.9.8",
]
@@ -4565,9 +4886,9 @@ name = "solana-account-decoder"
version = "1.13.6"
dependencies = [
"Inflector",
- "base64 0.13.0",
+ "base64 0.13.1",
"bincode",
- "bs58",
+ "bs58 0.4.0",
"bv",
"lazy_static",
"serde",
@@ -4586,7 +4907,7 @@ dependencies = [
name = "solana-accounts-bench"
version = "1.13.6"
dependencies = [
- "clap 2.33.3",
+ "clap 2.34.0",
"log",
"rayon",
"solana-logger 1.13.6",
@@ -4600,7 +4921,7 @@ dependencies = [
name = "solana-accounts-cluster-bench"
version = "1.13.6"
dependencies = [
- "clap 2.33.3",
+ "clap 2.34.0",
"log",
"rand 0.7.3",
"rayon",
@@ -4657,7 +4978,7 @@ dependencies = [
name = "solana-banking-bench"
version = "1.13.6"
dependencies = [
- "clap 3.1.6",
+ "clap 3.2.23",
"crossbeam-channel",
"log",
"rand 0.7.3",
@@ -4681,7 +5002,7 @@ name = "solana-banks-client"
version = "1.13.6"
dependencies = [
"borsh",
- "futures 0.3.21",
+ "futures 0.3.25",
"solana-banks-interface",
"solana-banks-server",
"solana-program 1.13.6",
@@ -4708,23 +5029,40 @@ version = "1.13.6"
dependencies = [
"bincode",
"crossbeam-channel",
- "futures 0.3.21",
+ "futures 0.3.25",
"solana-banks-interface",
"solana-client",
+ "solana-gossip",
"solana-runtime",
"solana-sdk 1.13.6",
"solana-send-transaction-service",
+ "solana-streamer",
"tarpc",
"tokio",
"tokio-serde",
"tokio-stream",
]
+[[package]]
+name = "solana-bench-batch-simulate-bundle"
+version = "1.13.6"
+dependencies = [
+ "clap 3.2.23",
+ "env_logger",
+ "log",
+ "num-traits",
+ "rayon",
+ "solana-client",
+ "solana-runtime",
+ "solana-sdk 1.13.6",
+ "solana-transaction-status",
+]
+
[[package]]
name = "solana-bench-streamer"
version = "1.13.6"
dependencies = [
- "clap 2.33.3",
+ "clap 2.34.0",
"crossbeam-channel",
"solana-net-utils",
"solana-streamer",
@@ -4735,13 +5073,13 @@ dependencies = [
name = "solana-bench-tps"
version = "1.13.6"
dependencies = [
- "clap 2.33.3",
+ "clap 2.34.0",
"crossbeam-channel",
"log",
"rayon",
"serde_json",
"serde_yaml",
- "serial_test",
+ "serial_test 0.6.0",
"solana-clap-utils",
"solana-cli-config",
"solana-client",
@@ -4821,9 +5159,9 @@ version = "1.13.6"
dependencies = [
"bzip2",
"cargo_metadata",
- "clap 3.1.6",
+ "clap 3.2.23",
"regex",
- "serial_test",
+ "serial_test 0.9.0",
"solana-download-utils",
"solana-sdk 1.13.6",
"tar",
@@ -4834,7 +5172,7 @@ name = "solana-cargo-test-bpf"
version = "1.13.6"
dependencies = [
"cargo_metadata",
- "clap 3.1.6",
+ "clap 3.2.23",
]
[[package]]
@@ -4842,7 +5180,7 @@ name = "solana-clap-utils"
version = "1.13.6"
dependencies = [
"chrono",
- "clap 2.33.3",
+ "clap 2.34.0",
"rpassword",
"solana-perf",
"solana-remote-wallet",
@@ -4851,7 +5189,7 @@ dependencies = [
"thiserror",
"tiny-bip39",
"uriparse",
- "url 2.2.2",
+ "url 2.3.1",
]
[[package]]
@@ -4859,8 +5197,8 @@ name = "solana-cli"
version = "1.13.6"
dependencies = [
"bincode",
- "bs58",
- "clap 2.33.3",
+ "bs58 0.4.0",
+ "clap 2.34.0",
"console",
"const_format",
"criterion-stats",
@@ -4871,7 +5209,7 @@ dependencies = [
"num-traits",
"pretty-hex",
"reqwest",
- "semver 1.0.6",
+ "semver 1.0.14",
"serde",
"serde_derive",
"serde_json",
@@ -4911,7 +5249,7 @@ dependencies = [
"serde_yaml",
"solana-clap-utils",
"solana-sdk 1.13.6",
- "url 2.2.2",
+ "url 2.3.1",
]
[[package]]
@@ -4919,14 +5257,14 @@ name = "solana-cli-output"
version = "1.13.6"
dependencies = [
"Inflector",
- "base64 0.13.0",
+ "base64 0.13.1",
"chrono",
- "clap 2.33.3",
+ "clap 2.34.0",
"console",
"ed25519-dalek",
"humantime",
"indicatif",
- "semver 1.0.6",
+ "semver 1.0.14",
"serde",
"serde_json",
"solana-account-decoder",
@@ -4946,14 +5284,14 @@ dependencies = [
"assert_matches",
"async-mutex",
"async-trait",
- "base64 0.13.0",
+ "base64 0.13.1",
"bincode",
- "bs58",
+ "bs58 0.4.0",
"bytes",
- "clap 2.33.3",
+ "clap 2.34.0",
"crossbeam-channel",
"enum_dispatch",
- "futures 0.3.21",
+ "futures 0.3.25",
"futures-util",
"indexmap",
"indicatif",
@@ -4969,8 +5307,8 @@ dependencies = [
"rand_chacha 0.2.2",
"rayon",
"reqwest",
- "rustls 0.20.4",
- "semver 1.0.6",
+ "rustls 0.20.7",
+ "semver 1.0.14",
"serde",
"serde_derive",
"serde_json",
@@ -4993,7 +5331,7 @@ dependencies = [
"tokio-stream",
"tokio-tungstenite",
"tungstenite",
- "url 2.2.2",
+ "url 2.3.1",
]
[[package]]
@@ -5002,7 +5340,7 @@ version = "1.13.6"
dependencies = [
"futures-util",
"serde_json",
- "serial_test",
+ "serial_test 0.6.0",
"solana-client",
"solana-ledger",
"solana-logger 1.13.6",
@@ -5048,20 +5386,31 @@ name = "solana-core"
version = "1.13.6"
dependencies = [
"ahash",
- "base64 0.13.0",
+ "anchor-lang",
+ "base64 0.13.1",
"bincode",
- "bs58",
+ "bs58 0.4.0",
+ "bytes",
"chrono",
+ "clap 3.2.23",
"crossbeam-channel",
- "dashmap",
+ "dashmap 4.0.2",
"etcd-client",
"fs_extra",
+ "futures 0.3.25",
+ "futures-util",
"histogram",
+ "indexmap",
"itertools",
+ "jito-protos",
+ "lazy_static",
"log",
"lru",
"matches",
"min-max-heap",
+ "num_enum",
+ "prost 0.8.0",
+ "prost-types 0.8.0",
"rand 0.7.3",
"rand_chacha 0.2.2",
"raptorq",
@@ -5072,7 +5421,7 @@ dependencies = [
"serde",
"serde_derive",
"serde_json",
- "serial_test",
+ "serial_test 0.6.0",
"solana-address-lookup-table-program",
"solana-bloom",
"solana-client",
@@ -5106,8 +5455,14 @@ dependencies = [
"systemstat",
"tempfile",
"thiserror",
+ "tip-distribution",
+ "tip-payment",
"tokio",
+ "tokio-stream",
+ "tonic 0.5.2",
+ "tonic-build 0.5.2",
"trees",
+ "uuid",
]
[[package]]
@@ -5115,7 +5470,7 @@ name = "solana-dos"
version = "1.13.6"
dependencies = [
"bincode",
- "clap 3.1.6",
+ "clap 3.2.23",
"log",
"rand 0.7.3",
"serde",
@@ -5182,7 +5537,7 @@ version = "1.13.6"
dependencies = [
"bincode",
"byteorder",
- "clap 2.33.3",
+ "clap 2.34.0",
"crossbeam-channel",
"log",
"serde",
@@ -5200,13 +5555,11 @@ dependencies = [
[[package]]
name = "solana-frozen-abi"
-version = "1.10.33"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "49a5d3280421bb53fc12bdba1eaa505153fb4f99a06b5609dae22192652ead3b"
+version = "1.13.6"
dependencies = [
- "bs58",
+ "bs58 0.4.0",
"bv",
- "generic-array 0.14.5",
+ "generic-array",
"im",
"lazy_static",
"log",
@@ -5215,60 +5568,74 @@ dependencies = [
"serde",
"serde_bytes",
"serde_derive",
- "sha2 0.10.2",
- "solana-frozen-abi-macro 1.10.33",
+ "sha2 0.10.6",
+ "solana-frozen-abi-macro 1.13.6",
+ "solana-logger 1.13.6",
"thiserror",
]
[[package]]
name = "solana-frozen-abi"
-version = "1.13.6"
+version = "1.14.7"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "0e9d5107e663df4a87c658ee764e9f0e4d15adf8bc1d1c9088b45ed8eaaf4958"
dependencies = [
- "bs58",
+ "ahash",
+ "blake3",
+ "block-buffer 0.9.0",
+ "bs58 0.4.0",
"bv",
- "generic-array 0.14.5",
+ "byteorder",
+ "cc",
+ "either",
+ "generic-array",
+ "getrandom 0.1.16",
+ "hashbrown 0.12.3",
"im",
"lazy_static",
"log",
"memmap2",
+ "once_cell",
+ "rand_core 0.6.4",
"rustc_version 0.4.0",
"serde",
"serde_bytes",
"serde_derive",
- "sha2 0.10.2",
- "solana-frozen-abi-macro 1.13.6",
- "solana-logger 1.13.6",
+ "serde_json",
+ "sha2 0.10.6",
+ "solana-frozen-abi-macro 1.14.7",
+ "subtle",
"thiserror",
]
[[package]]
name = "solana-frozen-abi-macro"
-version = "1.10.33"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "635c60ac96b1347af272c625465068b908aff919d19f29b5795a44310310494d"
+version = "1.13.6"
dependencies = [
- "proc-macro2 1.0.32",
- "quote 1.0.10",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
"rustc_version 0.4.0",
- "syn 1.0.91",
+ "syn 1.0.103",
]
[[package]]
name = "solana-frozen-abi-macro"
-version = "1.13.6"
+version = "1.14.7"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "7e4600fe5ae28cec848debc4ea3b41f34d9d8fd088aca209fbb1e8205489d08d"
dependencies = [
- "proc-macro2 1.0.32",
- "quote 1.0.10",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
"rustc_version 0.4.0",
- "syn 1.0.91",
+ "syn 1.0.103",
]
[[package]]
name = "solana-genesis"
version = "1.13.6"
dependencies = [
- "base64 0.13.0",
- "clap 2.33.3",
+ "base64 0.13.1",
+ "clap 2.34.0",
"serde",
"serde_json",
"serde_yaml",
@@ -5308,7 +5675,7 @@ dependencies = [
name = "solana-geyser-plugin-manager"
version = "1.13.6"
dependencies = [
- "bs58",
+ "bs58 0.4.0",
"crossbeam-channel",
"json5",
"libloading",
@@ -5330,7 +5697,7 @@ version = "1.13.6"
dependencies = [
"bincode",
"bv",
- "clap 2.33.3",
+ "clap 2.34.0",
"crossbeam-channel",
"flate2",
"indexmap",
@@ -5347,7 +5714,7 @@ dependencies = [
"serde",
"serde_bytes",
"serde_derive",
- "serial_test",
+ "serial_test 0.6.0",
"solana-bloom",
"solana-clap-utils",
"solana-client",
@@ -5377,16 +5744,16 @@ dependencies = [
"bincode",
"bzip2",
"chrono",
- "clap 2.33.3",
+ "clap 2.34.0",
"console",
"crossbeam-channel",
"ctrlc",
"dirs-next",
"indicatif",
"lazy_static",
- "nix",
+ "nix 0.23.1",
"reqwest",
- "semver 1.0.6",
+ "semver 1.0.14",
"serde",
"serde_yaml",
"solana-clap-utils",
@@ -5397,7 +5764,7 @@ dependencies = [
"solana-version",
"tar",
"tempfile",
- "url 2.2.2",
+ "url 2.3.1",
"winapi 0.3.9",
"winreg",
]
@@ -5406,8 +5773,8 @@ dependencies = [
name = "solana-keygen"
version = "1.13.6"
dependencies = [
- "bs58",
- "clap 2.33.3",
+ "bs58 0.4.0",
+ "clap 2.34.0",
"dirs-next",
"num_cpus",
"solana-clap-utils",
@@ -5430,7 +5797,7 @@ dependencies = [
"chrono-humanize",
"crossbeam-channel",
"fs_extra",
- "futures 0.3.21",
+ "futures 0.3.25",
"itertools",
"lazy_static",
"libc",
@@ -5439,7 +5806,7 @@ dependencies = [
"matches",
"num_cpus",
"num_enum",
- "prost 0.10.0",
+ "prost 0.10.4",
"rand 0.7.3",
"rand_chacha 0.2.2",
"rayon",
@@ -5448,7 +5815,7 @@ dependencies = [
"rustc_version 0.4.0",
"serde",
"serde_bytes",
- "sha2 0.10.2",
+ "sha2 0.10.6",
"solana-account-decoder",
"solana-bpf-loader-program",
"solana-entry",
@@ -5480,12 +5847,12 @@ name = "solana-ledger-tool"
version = "1.13.6"
dependencies = [
"assert_cmd",
- "base64 0.13.0",
+ "base64 0.13.1",
"bytecount",
- "clap 2.33.3",
+ "clap 2.34.0",
"crossbeam-channel",
"csv",
- "dashmap",
+ "dashmap 4.0.2",
"histogram",
"itertools",
"log",
@@ -5523,7 +5890,7 @@ dependencies = [
"log",
"rand 0.7.3",
"rayon",
- "serial_test",
+ "serial_test 0.6.0",
"solana-client",
"solana-config-program",
"solana-core",
@@ -5545,7 +5912,7 @@ name = "solana-log-analyzer"
version = "1.13.6"
dependencies = [
"byte-unit",
- "clap 2.33.3",
+ "clap 2.34.0",
"serde",
"serde_json",
"solana-logger 1.13.6",
@@ -5554,9 +5921,7 @@ dependencies = [
[[package]]
name = "solana-logger"
-version = "1.10.33"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b12cb6e6f1f9c9876d356c928b8c2ac532f6715e7cd2a1b4343d747bee3eca73"
+version = "1.13.6"
dependencies = [
"env_logger",
"lazy_static",
@@ -5565,7 +5930,9 @@ dependencies = [
[[package]]
name = "solana-logger"
-version = "1.13.6"
+version = "1.14.7"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "0f78a1849908659ed28696b92f030b1048b8ddafadfad0e95e79dcd21fe31072"
dependencies = [
"env_logger",
"lazy_static",
@@ -5584,7 +5951,7 @@ dependencies = [
name = "solana-merkle-root-bench"
version = "1.13.6"
dependencies = [
- "clap 2.33.3",
+ "clap 2.34.0",
"log",
"solana-logger 1.13.6",
"solana-measure",
@@ -5614,7 +5981,7 @@ dependencies = [
"log",
"rand 0.7.3",
"reqwest",
- "serial_test",
+ "serial_test 0.6.0",
"solana-sdk 1.13.6",
]
@@ -5622,7 +5989,7 @@ dependencies = [
name = "solana-net-shaper"
version = "1.13.6"
dependencies = [
- "clap 2.33.3",
+ "clap 2.34.0",
"rand 0.7.3",
"serde",
"serde_json",
@@ -5634,10 +6001,10 @@ name = "solana-net-utils"
version = "1.13.6"
dependencies = [
"bincode",
- "clap 2.33.3",
+ "clap 2.34.0",
"crossbeam-channel",
"log",
- "nix",
+ "nix 0.23.1",
"rand 0.7.3",
"serde",
"serde_derive",
@@ -5646,7 +6013,7 @@ dependencies = [
"solana-sdk 1.13.6",
"solana-version",
"tokio",
- "url 2.2.2",
+ "url 2.3.1",
]
[[package]]
@@ -5674,7 +6041,7 @@ dependencies = [
"libc",
"log",
"matches",
- "nix",
+ "nix 0.23.1",
"rand 0.7.3",
"rayon",
"serde",
@@ -5711,7 +6078,7 @@ dependencies = [
name = "solana-poh-bench"
version = "1.13.6"
dependencies = [
- "clap 2.33.3",
+ "clap 2.34.0",
"log",
"rand 0.7.3",
"rayon",
@@ -5725,17 +6092,17 @@ dependencies = [
[[package]]
name = "solana-program"
-version = "1.10.33"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "eeecf504cee2821b006871f70e7a1f54db15f914cedf259eaf5976fe606470f0"
+version = "1.13.6"
dependencies = [
- "base64 0.13.0",
+ "anyhow",
+ "assert_matches",
+ "base64 0.13.1",
"bincode",
"bitflags",
"blake3",
"borsh",
"borsh-derive",
- "bs58",
+ "bs58 0.4.0",
"bv",
"bytemuck",
"console_error_panic_hook",
@@ -5749,72 +6116,79 @@ dependencies = [
"log",
"num-derive",
"num-traits",
- "parking_lot 0.12.0",
+ "parking_lot 0.12.1",
"rand 0.7.3",
"rustc_version 0.4.0",
"rustversion",
"serde",
"serde_bytes",
"serde_derive",
- "sha2 0.10.2",
- "sha3 0.10.1",
- "solana-frozen-abi 1.10.33",
- "solana-frozen-abi-macro 1.10.33",
- "solana-sdk-macro 1.10.33",
+ "serde_json",
+ "sha2 0.10.6",
+ "sha3 0.10.6",
+ "solana-frozen-abi 1.13.6",
+ "solana-frozen-abi-macro 1.13.6",
+ "solana-logger 1.13.6",
+ "solana-sdk-macro 1.13.6",
+ "static_assertions",
"thiserror",
"wasm-bindgen",
]
[[package]]
name = "solana-program"
-version = "1.13.6"
+version = "1.14.7"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "512475cccb7e13f96ba76ed091b2d79a8431a485c73be728cd2235f9adba5a4e"
dependencies = [
- "anyhow",
- "assert_matches",
- "base64 0.13.0",
+ "base64 0.13.1",
"bincode",
"bitflags",
"blake3",
"borsh",
"borsh-derive",
- "bs58",
+ "bs58 0.4.0",
"bv",
"bytemuck",
+ "cc",
"console_error_panic_hook",
"console_log",
"curve25519-dalek",
- "getrandom 0.1.16",
+ "getrandom 0.2.8",
"itertools",
"js-sys",
"lazy_static",
+ "libc",
"libsecp256k1",
"log",
+ "memoffset",
"num-derive",
"num-traits",
- "parking_lot 0.12.0",
+ "parking_lot 0.12.1",
"rand 0.7.3",
+ "rand_chacha 0.2.2",
"rustc_version 0.4.0",
"rustversion",
"serde",
"serde_bytes",
"serde_derive",
"serde_json",
- "sha2 0.10.2",
- "sha3 0.10.1",
- "solana-frozen-abi 1.13.6",
- "solana-frozen-abi-macro 1.13.6",
- "solana-logger 1.13.6",
- "solana-sdk-macro 1.13.6",
- "static_assertions",
+ "sha2 0.10.6",
+ "sha3 0.10.6",
+ "solana-frozen-abi 1.14.7",
+ "solana-frozen-abi-macro 1.14.7",
+ "solana-sdk-macro 1.14.7",
"thiserror",
+ "tiny-bip39",
"wasm-bindgen",
+ "zeroize",
]
[[package]]
name = "solana-program-runtime"
version = "1.13.6"
dependencies = [
- "base64 0.13.0",
+ "base64 0.13.1",
"bincode",
"enum-iterator",
"itertools",
@@ -5838,7 +6212,7 @@ name = "solana-program-test"
version = "1.13.6"
dependencies = [
"async-trait",
- "base64 0.13.0",
+ "base64 0.13.1",
"bincode",
"chrono-humanize",
"log",
@@ -5873,9 +6247,9 @@ dependencies = [
"log",
"num-derive",
"num-traits",
- "parking_lot 0.12.0",
+ "parking_lot 0.12.1",
"qstring",
- "semver 1.0.6",
+ "semver 1.0.14",
"solana-sdk 1.13.6",
"thiserror",
"uriparse",
@@ -5888,24 +6262,24 @@ dependencies = [
"crossbeam-channel",
"futures-util",
"log",
- "prost 0.10.0",
+ "prost 0.10.4",
"solana-rpc",
"solana-runtime",
"solana-sdk 1.13.6",
"tokio",
- "tonic 0.7.1",
- "tonic-build 0.7.0",
+ "tonic 0.7.2",
+ "tonic-build 0.7.2",
]
[[package]]
name = "solana-replica-node"
version = "1.13.6"
dependencies = [
- "clap 2.33.3",
+ "clap 2.34.0",
"crossbeam-channel",
"log",
"rand 0.7.3",
- "serial_test",
+ "serial_test 0.6.0",
"solana-clap-utils",
"solana-client",
"solana-core",
@@ -5925,18 +6299,18 @@ dependencies = [
"solana-validator",
"solana-version",
"tempfile",
- "tonic-build 0.7.0",
+ "tonic-build 0.7.2",
]
[[package]]
name = "solana-rpc"
version = "1.13.6"
dependencies = [
- "base64 0.13.0",
+ "base64 0.13.1",
"bincode",
- "bs58",
+ "bs58 0.4.0",
"crossbeam-channel",
- "dashmap",
+ "dashmap 4.0.2",
"itertools",
"jsonrpc-core",
"jsonrpc-core-client",
@@ -5950,7 +6324,7 @@ dependencies = [
"serde",
"serde_derive",
"serde_json",
- "serial_test",
+ "serial_test 0.6.0",
"soketto",
"solana-account-decoder",
"solana-address-lookup-table-program",
@@ -5980,7 +6354,7 @@ dependencies = [
"symlink",
"thiserror",
"tokio",
- "tokio-util 0.6.9",
+ "tokio-util 0.6.10",
]
[[package]]
@@ -5988,7 +6362,7 @@ name = "solana-rpc-test"
version = "1.13.6"
dependencies = [
"bincode",
- "bs58",
+ "bs58 0.4.0",
"crossbeam-channel",
"futures-util",
"log",
@@ -6019,7 +6393,7 @@ dependencies = [
"byteorder",
"bzip2",
"crossbeam-channel",
- "dashmap",
+ "dashmap 4.0.2",
"dir-diff",
"ed25519-dalek",
"flate2",
@@ -6070,24 +6444,25 @@ dependencies = [
[[package]]
name = "solana-sdk"
-version = "1.10.33"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "636f6c615aca6f75e22b6baceaf0ffed9d74367f9320b07ed57cd9b5ce2e4ff9"
+version = "1.13.6"
dependencies = [
+ "anchor-lang",
+ "anyhow",
"assert_matches",
- "base64 0.13.0",
+ "base64 0.13.1",
"bincode",
"bitflags",
"borsh",
- "bs58",
+ "bs58 0.4.0",
"bytemuck",
"byteorder",
"chrono",
+ "curve25519-dalek",
"derivation-path",
- "digest 0.10.3",
+ "digest 0.10.6",
"ed25519-dalek",
"ed25519-dalek-bip32",
- "generic-array 0.14.5",
+ "generic-array",
"hmac 0.12.1",
"itertools",
"js-sys",
@@ -6107,38 +6482,40 @@ dependencies = [
"serde_bytes",
"serde_derive",
"serde_json",
- "sha2 0.10.2",
- "sha3 0.10.1",
- "solana-frozen-abi 1.10.33",
- "solana-frozen-abi-macro 1.10.33",
- "solana-logger 1.10.33",
- "solana-program 1.10.33",
- "solana-sdk-macro 1.10.33",
+ "sha2 0.10.6",
+ "sha3 0.10.6",
+ "solana-frozen-abi 1.13.6",
+ "solana-frozen-abi-macro 1.13.6",
+ "solana-logger 1.13.6",
+ "solana-program 1.13.6",
+ "solana-sdk-macro 1.13.6",
"thiserror",
+ "tiny-bip39",
"uriparse",
+ "uuid",
"wasm-bindgen",
]
[[package]]
name = "solana-sdk"
-version = "1.13.6"
+version = "1.14.7"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "0cb45fd782d3793c3821dd961b9c7a28b675e187f7f22cff06e694c7743904ce"
dependencies = [
- "anyhow",
"assert_matches",
- "base64 0.13.0",
+ "base64 0.13.1",
"bincode",
"bitflags",
"borsh",
- "bs58",
+ "bs58 0.4.0",
"bytemuck",
"byteorder",
"chrono",
- "curve25519-dalek",
"derivation-path",
- "digest 0.10.3",
+ "digest 0.10.6",
"ed25519-dalek",
"ed25519-dalek-bip32",
- "generic-array 0.14.5",
+ "generic-array",
"hmac 0.12.1",
"itertools",
"js-sys",
@@ -6148,7 +6525,7 @@ dependencies = [
"memmap2",
"num-derive",
"num-traits",
- "pbkdf2 0.10.1",
+ "pbkdf2 0.11.0",
"qstring",
"rand 0.7.3",
"rand_chacha 0.2.2",
@@ -6158,41 +6535,40 @@ dependencies = [
"serde_bytes",
"serde_derive",
"serde_json",
- "sha2 0.10.2",
- "sha3 0.10.1",
- "solana-frozen-abi 1.13.6",
- "solana-frozen-abi-macro 1.13.6",
- "solana-logger 1.13.6",
- "solana-program 1.13.6",
- "solana-sdk-macro 1.13.6",
+ "sha2 0.10.6",
+ "sha3 0.10.6",
+ "solana-frozen-abi 1.14.7",
+ "solana-frozen-abi-macro 1.14.7",
+ "solana-logger 1.14.7",
+ "solana-program 1.14.7",
+ "solana-sdk-macro 1.14.7",
"thiserror",
- "tiny-bip39",
"uriparse",
"wasm-bindgen",
]
[[package]]
name = "solana-sdk-macro"
-version = "1.10.33"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2b8bcac4394644f21dc013e932a7df9f536fcecef3e5df43fe362b4ec532ce30"
+version = "1.13.6"
dependencies = [
- "bs58",
- "proc-macro2 1.0.32",
- "quote 1.0.10",
+ "bs58 0.4.0",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
"rustversion",
- "syn 1.0.91",
+ "syn 1.0.103",
]
[[package]]
name = "solana-sdk-macro"
-version = "1.13.6"
+version = "1.14.7"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "a08cc4804804ecb9eb07a16c7ff2d4a770fe0533298f36f867a5efc2e3284745"
dependencies = [
- "bs58",
- "proc-macro2 1.0.32",
- "quote 1.0.10",
+ "bs58 0.4.0",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
"rustversion",
- "syn 1.0.91",
+ "syn 1.0.103",
]
[[package]]
@@ -6202,18 +6578,20 @@ dependencies = [
"crossbeam-channel",
"log",
"solana-client",
+ "solana-gossip",
"solana-logger 1.13.6",
"solana-measure",
"solana-metrics",
"solana-runtime",
"solana-sdk 1.13.6",
+ "solana-streamer",
]
[[package]]
name = "solana-stake-accounts"
version = "1.13.6"
dependencies = [
- "clap 2.33.3",
+ "clap 2.34.0",
"solana-clap-utils",
"solana-cli-config",
"solana-client",
@@ -6256,15 +6634,15 @@ dependencies = [
"bzip2",
"enum-iterator",
"flate2",
- "futures 0.3.21",
+ "futures 0.3.25",
"goauth",
"http",
"hyper",
"hyper-proxy",
"log",
"openssl",
- "prost 0.10.0",
- "prost-types 0.10.0",
+ "prost 0.10.4",
+ "prost-types 0.10.1",
"serde",
"serde_derive",
"smpl_jwt",
@@ -6274,7 +6652,7 @@ dependencies = [
"solana-transaction-status",
"thiserror",
"tokio",
- "tonic 0.7.1",
+ "tonic 0.7.2",
"zstd",
]
@@ -6283,21 +6661,21 @@ name = "solana-storage-proto"
version = "1.13.6"
dependencies = [
"bincode",
- "bs58",
+ "bs58 0.4.0",
"enum-iterator",
- "prost 0.10.0",
+ "prost 0.10.4",
"serde",
"solana-account-decoder",
"solana-sdk 1.13.6",
"solana-transaction-status",
- "tonic-build 0.7.0",
+ "tonic-build 0.7.2",
]
[[package]]
name = "solana-store-tool"
version = "1.13.6"
dependencies = [
- "clap 2.33.3",
+ "clap 2.34.0",
"log",
"solana-logger 1.13.6",
"solana-runtime",
@@ -6315,14 +6693,14 @@ dependencies = [
"itertools",
"libc",
"log",
- "nix",
+ "nix 0.23.1",
"pem",
"percentage",
"pkcs8",
"quinn",
"rand 0.7.3",
"rcgen",
- "rustls 0.20.4",
+ "rustls 0.20.7",
"solana-logger 1.13.6",
"solana-metrics",
"solana-perf",
@@ -6336,10 +6714,10 @@ dependencies = [
name = "solana-sys-tuner"
version = "1.13.6"
dependencies = [
- "clap 2.33.3",
+ "clap 2.34.0",
"libc",
"log",
- "nix",
+ "nix 0.23.1",
"solana-logger 1.13.6",
"solana-version",
"sysctl",
@@ -6351,7 +6729,7 @@ dependencies = [
name = "solana-test-validator"
version = "1.13.6"
dependencies = [
- "base64 0.13.0",
+ "base64 0.13.1",
"log",
"serde_derive",
"serde_json",
@@ -6370,13 +6748,43 @@ dependencies = [
"tokio",
]
+[[package]]
+name = "solana-tip-distributor"
+version = "1.13.6"
+dependencies = [
+ "anchor-lang",
+ "bigdecimal",
+ "clap 3.2.23",
+ "env_logger",
+ "futures 0.3.25",
+ "im",
+ "itertools",
+ "log",
+ "num-traits",
+ "serde",
+ "serde_json",
+ "solana-client",
+ "solana-genesis-utils",
+ "solana-ledger",
+ "solana-merkle-tree",
+ "solana-program 1.13.6",
+ "solana-rpc",
+ "solana-runtime",
+ "solana-sdk 1.13.6",
+ "solana-stake-program",
+ "thiserror",
+ "tip-distribution",
+ "tip-payment",
+ "tokio",
+]
+
[[package]]
name = "solana-tokens"
version = "1.13.6"
dependencies = [
"bincode",
"chrono",
- "clap 2.33.3",
+ "clap 2.34.0",
"console",
"csv",
"ctrlc",
@@ -6406,7 +6814,7 @@ name = "solana-transaction-dos"
version = "1.13.6"
dependencies = [
"bincode",
- "clap 2.33.3",
+ "clap 2.34.0",
"log",
"rand 0.7.3",
"rayon",
@@ -6432,10 +6840,10 @@ name = "solana-transaction-status"
version = "1.13.6"
dependencies = [
"Inflector",
- "base64 0.13.0",
+ "base64 0.13.1",
"bincode",
"borsh",
- "bs58",
+ "bs58 0.4.0",
"lazy_static",
"log",
"serde",
@@ -6466,7 +6874,7 @@ name = "solana-validator"
version = "1.13.6"
dependencies = [
"chrono",
- "clap 2.33.3",
+ "clap 2.34.0",
"console",
"core_affinity",
"crossbeam-channel",
@@ -6511,6 +6919,7 @@ dependencies = [
"solana-vote-program",
"symlink",
"tikv-jemallocator",
+ "tonic 0.5.2",
]
[[package]]
@@ -6519,7 +6928,7 @@ version = "1.13.6"
dependencies = [
"log",
"rustc_version 0.4.0",
- "semver 1.0.6",
+ "semver 1.0.14",
"serde",
"serde_derive",
"solana-frozen-abi 1.13.6",
@@ -6551,7 +6960,7 @@ dependencies = [
name = "solana-watchtower"
version = "1.13.6"
dependencies = [
- "clap 2.33.3",
+ "clap 2.34.0",
"humantime",
"log",
"solana-clap-utils",
@@ -6580,13 +6989,11 @@ dependencies = [
[[package]]
name = "solana-zk-token-sdk"
-version = "1.10.33"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "410ee53a26ac91098c289c983863535d4fbb6604b229ae1159503f48fa4fc90f"
+version = "1.13.6"
dependencies = [
"aes-gcm-siv",
"arrayref",
- "base64 0.13.0",
+ "base64 0.13.1",
"bincode",
"bytemuck",
"byteorder",
@@ -6601,8 +7008,8 @@ dependencies = [
"serde",
"serde_json",
"sha3 0.9.1",
- "solana-program 1.10.33",
- "solana-sdk 1.10.33",
+ "solana-program 1.13.6",
+ "solana-sdk 1.13.6",
"subtle",
"thiserror",
"zeroize",
@@ -6610,17 +7017,20 @@ dependencies = [
[[package]]
name = "solana-zk-token-sdk"
-version = "1.13.6"
+version = "1.14.7"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "3d4f9818b158e7a49266b83e0c06e551ba429d2395a55de5803eb6e2daa1260c"
dependencies = [
"aes-gcm-siv",
"arrayref",
- "base64 0.13.0",
+ "base64 0.13.1",
"bincode",
"bytemuck",
"byteorder",
"cipher 0.4.3",
"curve25519-dalek",
"getrandom 0.1.16",
+ "itertools",
"lazy_static",
"merlin",
"num-derive",
@@ -6629,8 +7039,8 @@ dependencies = [
"serde",
"serde_json",
"sha3 0.9.1",
- "solana-program 1.13.6",
- "solana-sdk 1.13.6",
+ "solana-program 1.14.7",
+ "solana-sdk 1.14.7",
"subtle",
"thiserror",
"zeroize",
@@ -6652,7 +7062,7 @@ dependencies = [
"rustc-demangle",
"scroll",
"thiserror",
- "time 0.1.43",
+ "time 0.1.44",
]
[[package]]
@@ -6663,9 +7073,9 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
[[package]]
name = "spin"
-version = "0.9.2"
+version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "511254be0c5bcf062b019a6c89c01a664aa359ded62f78aa72c6fc137c0590e5"
+checksum = "7f6002a767bff9e83f8eeecf883ecb8011875a21ae8da43bffb817a57e78cc09"
[[package]]
name = "spki"
@@ -6687,7 +7097,7 @@ dependencies = [
"borsh",
"num-derive",
"num-traits",
- "solana-program 1.10.33",
+ "solana-program 1.14.7",
"spl-token",
"spl-token-2022",
"thiserror",
@@ -6699,7 +7109,7 @@ version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd0dc6f70db6bacea7ff25870b016a65ba1d1b6013536f08e4fd79a8f9005325"
dependencies = [
- "solana-program 1.10.33",
+ "solana-program 1.14.7",
]
[[package]]
@@ -6713,7 +7123,7 @@ dependencies = [
"num-derive",
"num-traits",
"num_enum",
- "solana-program 1.10.33",
+ "solana-program 1.14.7",
"thiserror",
]
@@ -6728,8 +7138,8 @@ dependencies = [
"num-derive",
"num-traits",
"num_enum",
- "solana-program 1.10.33",
- "solana-zk-token-sdk 1.10.33",
+ "solana-program 1.14.7",
+ "solana-zk-token-sdk 1.14.7",
"spl-memo",
"spl-token",
"thiserror",
@@ -6776,11 +7186,11 @@ version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
dependencies = [
- "proc-macro2 1.0.32",
- "quote 1.0.10",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
"serde",
"serde_derive",
- "syn 1.0.91",
+ "syn 1.0.103",
]
[[package]]
@@ -6790,13 +7200,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
dependencies = [
"base-x",
- "proc-macro2 1.0.32",
- "quote 1.0.10",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
"serde",
"serde_derive",
"serde_json",
- "sha1",
- "syn 1.0.91",
+ "sha1 0.6.1",
+ "syn 1.0.103",
]
[[package]]
@@ -6830,24 +7240,24 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "strum"
-version = "0.24.0"
+version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e96acfc1b70604b8b2f1ffa4c57e59176c7dbb05d556c71ecd2f5498a1dee7f8"
+checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
dependencies = [
"strum_macros",
]
[[package]]
name = "strum_macros"
-version = "0.24.0"
+version = "0.24.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6878079b17446e4d3eba6192bb0a2950d5b14f0ed8424b852310e5a94345d0ef"
+checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
dependencies = [
"heck 0.4.0",
- "proc-macro2 1.0.32",
- "quote 1.0.10",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
"rustversion",
- "syn 1.0.91",
+ "syn 1.0.103",
]
[[package]]
@@ -6875,13 +7285,13 @@ dependencies = [
[[package]]
name = "syn"
-version = "1.0.91"
+version = "1.0.103"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b683b2b825c8eef438b77c36a06dc262294da3d5a5813fac20da149241dcd44d"
+checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"
dependencies = [
- "proc-macro2 1.0.32",
- "quote 1.0.10",
- "unicode-xid 0.2.2",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "unicode-ident",
]
[[package]]
@@ -6896,10 +7306,10 @@ version = "0.12.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
dependencies = [
- "proc-macro2 1.0.32",
- "quote 1.0.10",
- "syn 1.0.91",
- "unicode-xid 0.2.2",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "syn 1.0.103",
+ "unicode-xid 0.2.4",
]
[[package]]
@@ -6914,9 +7324,9 @@ dependencies = [
[[package]]
name = "sysctl"
-version = "0.4.4"
+version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1123645dfaf2b5eac6b6c88addafc359c789b8ef2a770ecaef758c1ddf363ea4"
+checksum = "225e483f02d0ad107168dc57381a8a40c3aeea6abe47f37506931f861643cfa8"
dependencies = [
"bitflags",
"byteorder",
@@ -6927,24 +7337,18 @@ dependencies = [
[[package]]
name = "systemstat"
-version = "0.1.10"
+version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8862adb0fd5f4c5707b0eeb6c2ec7610bd7a8bf5e069150bd6dde04a7f40ebf7"
+checksum = "91a3cae256f8af5246c2daad51ff29c32de4b4b0b0222063920af445fa3e12ab"
dependencies = [
"bytesize",
"chrono",
"lazy_static",
"libc",
- "nom 7.0.0",
+ "nom",
"winapi 0.3.9",
]
-[[package]]
-name = "tap"
-version = "1.0.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
-
[[package]]
name = "tar"
version = "0.4.38"
@@ -6964,18 +7368,18 @@ checksum = "b85d0a9369a919ba0db919b142a2b704cd207dfc676f7a43c2d105d0bc225487"
dependencies = [
"anyhow",
"fnv",
- "futures 0.3.21",
+ "futures 0.3.25",
"humantime",
"opentelemetry",
"pin-project",
- "rand 0.8.4",
+ "rand 0.8.5",
"serde",
"static_assertions",
"tarpc-plugins",
"thiserror",
"tokio",
"tokio-serde",
- "tokio-util 0.6.9",
+ "tokio-util 0.6.10",
"tracing",
"tracing-opentelemetry",
]
@@ -6986,9 +7390,9 @@ version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ee42b4e559f17bce0385ebf511a7beb67d5cc33c12c96b7f4e9789919d9c10f"
dependencies = [
- "proc-macro2 1.0.32",
- "quote 1.0.10",
- "syn 1.0.91",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "syn 1.0.103",
]
[[package]]
@@ -7007,9 +7411,9 @@ dependencies = [
[[package]]
name = "termcolor"
-version = "1.1.2"
+version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
+checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
dependencies = [
"winapi-util",
]
@@ -7026,9 +7430,9 @@ dependencies = [
[[package]]
name = "termtree"
-version = "0.2.3"
+version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16"
+checksum = "95059e91184749cb66be6dc994f67f182b6d897cb3df74a5bf66b5e709295fd8"
[[package]]
name = "textwrap"
@@ -7041,28 +7445,28 @@ dependencies = [
[[package]]
name = "textwrap"
-version = "0.15.0"
+version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
+checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
[[package]]
name = "thiserror"
-version = "1.0.30"
+version = "1.0.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
+checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
-version = "1.0.30"
+version = "1.0.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
+checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"
dependencies = [
- "proc-macro2 1.0.32",
- "quote 1.0.10",
- "syn 1.0.91",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "syn 1.0.103",
]
[[package]]
@@ -7082,9 +7486,9 @@ dependencies = [
[[package]]
name = "tikv-jemalloc-sys"
-version = "0.4.2+5.2.1-patched.2"
+version = "0.4.3+5.2.1-patched.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5844e429d797c62945a566f8da4e24c7fe3fbd5d6617fd8bf7a0b7dc1ee0f22e"
+checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"
dependencies = [
"cc",
"fs_extra",
@@ -7093,9 +7497,9 @@ dependencies = [
[[package]]
name = "tikv-jemallocator"
-version = "0.4.1"
+version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3c14a5a604eb8715bc5785018a37d00739b180bcf609916ddf4393d33d49ccdf"
+checksum = "a5b7bcecfafe4998587d636f9ae9d55eb9d0499877b88757767c346875067098"
dependencies = [
"libc",
"tikv-jemalloc-sys",
@@ -7103,11 +7507,12 @@ dependencies = [
[[package]]
name = "time"
-version = "0.1.43"
+version = "0.1.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
+checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
dependencies = [
"libc",
+ "wasi 0.10.0+wasi-snapshot-preview1",
"winapi 0.3.9",
]
@@ -7128,16 +7533,22 @@ dependencies = [
[[package]]
name = "time"
-version = "0.3.7"
+version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "004cbc98f30fa233c61a38bc77e96a9106e65c88f2d3bef182ae952027e5753d"
+checksum = "a561bf4617eebd33bca6434b988f39ed798e527f51a1e797d0ee4f61c0a38376"
dependencies = [
- "itoa 1.0.1",
- "libc",
- "num_threads",
- "time-macros 0.2.3",
+ "itoa 1.0.4",
+ "serde",
+ "time-core",
+ "time-macros 0.2.6",
]
+[[package]]
+name = "time-core"
+version = "0.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
+
[[package]]
name = "time-macros"
version = "0.1.1"
@@ -7150,9 +7561,12 @@ dependencies = [
[[package]]
name = "time-macros"
-version = "0.2.3"
+version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "25eb0ca3468fc0acc11828786797f6ef9aa1555e4a211a60d64cc8e4d1be47d6"
+checksum = "d967f99f534ca7e495c575c62638eebc2898a8c84c119b89e250477bc4ba16b2"
+dependencies = [
+ "time-core",
+]
[[package]]
name = "time-macros-impl"
@@ -7161,10 +7575,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd3c141a1b43194f3f56a1411225df8646c55781d5f26db825b3d98507eb482f"
dependencies = [
"proc-macro-hack",
- "proc-macro2 1.0.32",
- "quote 1.0.10",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
"standback",
- "syn 1.0.91",
+ "syn 1.0.103",
]
[[package]]
@@ -7188,9 +7602,9 @@ dependencies = [
[[package]]
name = "tinyvec"
-version = "1.5.0"
+version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f83b2a3d4d9091d0abd7eba4dc2710b1718583bd4d8992e2190720ea38f391f7"
+checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
dependencies = [
"tinyvec_macros",
]
@@ -7201,6 +7615,21 @@ version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
+[[package]]
+name = "tip-distribution"
+version = "0.1.0"
+dependencies = [
+ "anchor-lang",
+ "solana-program 1.13.6",
+]
+
+[[package]]
+name = "tip-payment"
+version = "0.1.0"
+dependencies = [
+ "anchor-lang",
+]
+
[[package]]
name = "tokio"
version = "1.14.1"
@@ -7223,9 +7652,9 @@ dependencies = [
[[package]]
name = "tokio-io-timeout"
-version = "1.1.1"
+version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "90c49f106be240de154571dd31fbe48acb10ba6c6dd6f6517ad603abffa42de9"
+checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
dependencies = [
"pin-project-lite",
"tokio",
@@ -7233,13 +7662,13 @@ dependencies = [
[[package]]
name = "tokio-macros"
-version = "1.7.0"
+version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"
+checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"
dependencies = [
- "proc-macro2 1.0.32",
- "quote 1.0.10",
- "syn 1.0.91",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "syn 1.0.103",
]
[[package]]
@@ -7265,11 +7694,11 @@ dependencies = [
[[package]]
name = "tokio-rustls"
-version = "0.23.2"
+version = "0.23.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a27d5f2b839802bd8267fa19b0530f5a08b9c08cd417976be2a65d130fe1c11b"
+checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
dependencies = [
- "rustls 0.20.4",
+ "rustls 0.20.7",
"tokio",
"webpki 0.22.0",
]
@@ -7292,9 +7721,9 @@ dependencies = [
[[package]]
name = "tokio-stream"
-version = "0.1.8"
+version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"
+checksum = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce"
dependencies = [
"futures-core",
"pin-project-lite",
@@ -7303,25 +7732,25 @@ dependencies = [
[[package]]
name = "tokio-tungstenite"
-version = "0.17.1"
+version = "0.17.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "06cda1232a49558c46f8a504d5b93101d42c0bf7f911f12a105ba48168f821ae"
+checksum = "f714dd15bead90401d77e04243611caec13726c2408afd5b31901dfcdcb3b181"
dependencies = [
"futures-util",
"log",
- "rustls 0.20.4",
+ "rustls 0.20.7",
"tokio",
- "tokio-rustls 0.23.2",
+ "tokio-rustls 0.23.4",
"tungstenite",
"webpki 0.22.0",
- "webpki-roots",
+ "webpki-roots 0.22.5",
]
[[package]]
name = "tokio-util"
-version = "0.6.9"
+version = "0.6.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"
+checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507"
dependencies = [
"bytes",
"futures-core",
@@ -7335,9 +7764,9 @@ dependencies = [
[[package]]
name = "tokio-util"
-version = "0.7.1"
+version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0edfdeb067411dba2044da6d1cb2df793dd35add7888d73c16e3381ded401764"
+checksum = "f988a1a1adc2fb21f9c12aa96441da33a1728193ae0b95d2be22dbd17fcb4e5c"
dependencies = [
"bytes",
"futures-core",
@@ -7349,13 +7778,47 @@ dependencies = [
[[package]]
name = "toml"
-version = "0.5.8"
+version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
+checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
dependencies = [
"serde",
]
+[[package]]
+name = "tonic"
+version = "0.5.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "796c5e1cd49905e65dd8e700d4cb1dffcbfdb4fc9d017de08c1a537afd83627c"
+dependencies = [
+ "async-stream",
+ "async-trait",
+ "base64 0.13.1",
+ "bytes",
+ "futures-core",
+ "futures-util",
+ "h2",
+ "http",
+ "http-body",
+ "hyper",
+ "hyper-timeout",
+ "percent-encoding 2.2.0",
+ "pin-project",
+ "prost 0.8.0",
+ "prost-derive 0.8.0",
+ "rustls-native-certs 0.5.0",
+ "tokio",
+ "tokio-rustls 0.22.0",
+ "tokio-stream",
+ "tokio-util 0.6.10",
+ "tower",
+ "tower-layer",
+ "tower-service",
+ "tracing",
+ "tracing-futures",
+ "webpki-roots 0.21.1",
+]
+
[[package]]
name = "tonic"
version = "0.6.2"
@@ -7364,7 +7827,7 @@ checksum = "ff08f4649d10a70ffa3522ca559031285d8e421d727ac85c60825761818f5d0a"
dependencies = [
"async-stream",
"async-trait",
- "base64 0.13.0",
+ "base64 0.13.1",
"bytes",
"futures-core",
"futures-util",
@@ -7373,14 +7836,14 @@ dependencies = [
"http-body",
"hyper",
"hyper-timeout",
- "percent-encoding 2.1.0",
+ "percent-encoding 2.2.0",
"pin-project",
"prost 0.9.0",
"prost-derive 0.9.0",
"tokio",
"tokio-rustls 0.22.0",
"tokio-stream",
- "tokio-util 0.6.9",
+ "tokio-util 0.6.10",
"tower",
"tower-layer",
"tower-service",
@@ -7390,14 +7853,14 @@ dependencies = [
[[package]]
name = "tonic"
-version = "0.7.1"
+version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "30fb54bf1e446f44d870d260d99957e7d11fb9d0a0f5bd1a662ad1411cc103f9"
+checksum = "5be9d60db39854b30b835107500cf0aca0b0d14d6e1c3de124217c23a29c2ddb"
dependencies = [
"async-stream",
"async-trait",
"axum",
- "base64 0.13.0",
+ "base64 0.13.1",
"bytes",
"futures-core",
"futures-util",
@@ -7406,15 +7869,15 @@ dependencies = [
"http-body",
"hyper",
"hyper-timeout",
- "percent-encoding 2.1.0",
+ "percent-encoding 2.2.0",
"pin-project",
- "prost 0.10.0",
- "prost-derive 0.10.0",
- "rustls-pemfile 0.3.0",
+ "prost 0.10.4",
+ "prost-derive 0.10.1",
+ "rustls-pemfile 1.0.1",
"tokio",
- "tokio-rustls 0.23.2",
+ "tokio-rustls 0.23.4",
"tokio-stream",
- "tokio-util 0.7.1",
+ "tokio-util 0.7.2",
"tower",
"tower-layer",
"tower-service",
@@ -7422,46 +7885,58 @@ dependencies = [
"tracing-futures",
]
+[[package]]
+name = "tonic-build"
+version = "0.5.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "12b52d07035516c2b74337d2ac7746075e7dcae7643816c1b12c5ff8a7484c08"
+dependencies = [
+ "proc-macro2 1.0.47",
+ "prost-build 0.8.0",
+ "quote 1.0.21",
+ "syn 1.0.103",
+]
+
[[package]]
name = "tonic-build"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9403f1bafde247186684b230dc6f38b5cd514584e8bec1dd32514be4745fa757"
dependencies = [
- "proc-macro2 1.0.32",
+ "proc-macro2 1.0.47",
"prost-build 0.9.0",
- "quote 1.0.10",
- "syn 1.0.91",
+ "quote 1.0.21",
+ "syn 1.0.103",
]
[[package]]
name = "tonic-build"
-version = "0.7.0"
+version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4d17087af5c80e5d5fc8ba9878e60258065a0a757e35efe7a05b7904bece1943"
+checksum = "d9263bf4c9bfaae7317c1c2faf7f18491d2fe476f70c414b73bf5d445b00ffa1"
dependencies = [
"prettyplease",
- "proc-macro2 1.0.32",
- "prost-build 0.10.0",
- "quote 1.0.10",
- "syn 1.0.91",
+ "proc-macro2 1.0.47",
+ "prost-build 0.10.4",
+ "quote 1.0.21",
+ "syn 1.0.103",
]
[[package]]
name = "tower"
-version = "0.4.12"
+version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9a89fd63ad6adf737582df5db40d286574513c69a11dac5214dc3b5603d6713e"
+checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
dependencies = [
"futures-core",
"futures-util",
"indexmap",
"pin-project",
"pin-project-lite",
- "rand 0.8.4",
+ "rand 0.8.5",
"slab",
"tokio",
- "tokio-util 0.7.1",
+ "tokio-util 0.7.2",
"tower-layer",
"tower-service",
"tracing",
@@ -7469,9 +7944,9 @@ dependencies = [
[[package]]
name = "tower-http"
-version = "0.2.5"
+version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "aba3f3efabf7fb41fae8534fc20a817013dd1c12cb45441efb6c82e6556b4cd8"
+checksum = "3c530c8675c1dbf98facee631536fa116b5fb6382d7dd6dc1b118d970eafe3ba"
dependencies = [
"bitflags",
"bytes",
@@ -7488,21 +7963,21 @@ dependencies = [
[[package]]
name = "tower-layer"
-version = "0.3.1"
+version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "343bc9466d3fe6b0f960ef45960509f84480bf4fd96f92901afe7ff3df9d3a62"
+checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
[[package]]
name = "tower-service"
-version = "0.3.1"
+version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
+checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
[[package]]
name = "tracing"
-version = "0.1.29"
+version = "0.1.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105"
+checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
dependencies = [
"cfg-if 1.0.0",
"log",
@@ -7513,22 +7988,23 @@ dependencies = [
[[package]]
name = "tracing-attributes"
-version = "0.1.18"
+version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f4f480b8f81512e825f337ad51e94c1eb5d3bbdf2b363dcd01e2b19a9ffe3f8e"
+checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
dependencies = [
- "proc-macro2 1.0.32",
- "quote 1.0.10",
- "syn 1.0.91",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "syn 1.0.103",
]
[[package]]
name = "tracing-core"
-version = "0.1.21"
+version = "0.1.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4"
+checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
dependencies = [
- "lazy_static",
+ "once_cell",
+ "valuable",
]
[[package]]
@@ -7578,37 +8054,37 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
[[package]]
name = "tungstenite"
-version = "0.17.2"
+version = "0.17.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d96a2dea40e7570482f28eb57afbe42d97551905da6a9400acc5c328d24004f5"
+checksum = "e27992fd6a8c29ee7eef28fc78349aa244134e10ad447ce3b9f0ac0ed0fa4ce0"
dependencies = [
- "base64 0.13.0",
+ "base64 0.13.1",
"byteorder",
"bytes",
"http",
"httparse",
"log",
- "rand 0.8.4",
- "rustls 0.20.4",
+ "rand 0.8.5",
+ "rustls 0.20.7",
"sha-1 0.10.0",
"thiserror",
- "url 2.2.2",
+ "url 2.3.1",
"utf-8",
"webpki 0.22.0",
- "webpki-roots",
+ "webpki-roots 0.22.5",
]
[[package]]
name = "typenum"
-version = "1.14.0"
+version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b63708a265f51345575b27fe43f9500ad611579e764c79edbc2037b1121959ec"
+checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
[[package]]
name = "ucd-trie"
-version = "0.1.3"
+version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
+checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
[[package]]
name = "unicase"
@@ -7621,30 +8097,36 @@ dependencies = [
[[package]]
name = "unicode-bidi"
-version = "0.3.7"
+version = "0.3.8"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
+
+[[package]]
+name = "unicode-ident"
+version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
+checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
[[package]]
name = "unicode-normalization"
-version = "0.1.19"
+version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
+checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
dependencies = [
"tinyvec",
]
[[package]]
name = "unicode-segmentation"
-version = "1.9.0"
+version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
+checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
[[package]]
name = "unicode-width"
-version = "0.1.9"
+version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
+checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
[[package]]
name = "unicode-xid"
@@ -7654,9 +8136,9 @@ checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
[[package]]
name = "unicode-xid"
-version = "0.2.2"
+version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
+checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
[[package]]
name = "universal-hash"
@@ -7664,7 +8146,7 @@ version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"
dependencies = [
- "generic-array 0.14.5",
+ "generic-array",
"subtle",
]
@@ -7694,9 +8176,9 @@ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
[[package]]
name = "uriparse"
-version = "0.6.3"
+version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e515b1ada404168e145ac55afba3c42f04cf972201a8552d42e2abb17c1b7221"
+checksum = "0200d0fc04d809396c2ad43f3c95da3582a2556eba8d453c1087f4120ee352ff"
dependencies = [
"fnv",
"lazy_static",
@@ -7715,14 +8197,13 @@ dependencies = [
[[package]]
name = "url"
-version = "2.2.2"
+version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
+checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
dependencies = [
"form_urlencoded",
- "idna 0.2.3",
- "matches",
- "percent-encoding 2.1.0",
+ "idna 0.3.0",
+ "percent-encoding 2.2.0",
]
[[package]]
@@ -7743,9 +8224,25 @@ checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
[[package]]
name = "utf8-width"
-version = "0.1.5"
+version = "0.1.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5190c9442dcdaf0ddd50f37420417d219ae5261bbf5db120d0f9bab996c9cba1"
+
+[[package]]
+name = "uuid"
+version = "1.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7cf7d77f457ef8dfa11e4cd5933c5ddb5dc52a94664071951219a97710f0a32b"
+checksum = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c"
+dependencies = [
+ "getrandom 0.2.8",
+ "rand 0.8.5",
+]
+
+[[package]]
+name = "valuable"
+version = "0.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
[[package]]
name = "vcpkg"
@@ -7761,9 +8258,9 @@ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
[[package]]
name = "version_check"
-version = "0.9.3"
+version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
+checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "void"
@@ -7809,15 +8306,21 @@ checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
[[package]]
name = "wasi"
-version = "0.10.2+wasi-snapshot-preview1"
+version = "0.10.0+wasi-snapshot-preview1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
+
+[[package]]
+name = "wasi"
+version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
+checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wasm-bindgen"
-version = "0.2.78"
+version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "632f73e236b219150ea279196e54e610f5dbafa5d61786303d4da54f84e47fce"
+checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
dependencies = [
"cfg-if 1.0.0",
"wasm-bindgen-macro",
@@ -7825,24 +8328,24 @@ dependencies = [
[[package]]
name = "wasm-bindgen-backend"
-version = "0.2.78"
+version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a317bf8f9fba2476b4b2c85ef4c4af8ff39c3c7f0cdfeed4f82c34a880aa837b"
+checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
dependencies = [
"bumpalo",
- "lazy_static",
"log",
- "proc-macro2 1.0.32",
- "quote 1.0.10",
- "syn 1.0.91",
+ "once_cell",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "syn 1.0.103",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
-version = "0.4.28"
+version = "0.4.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8e8d7523cb1f2a4c96c1317ca690031b714a51cc14e05f712446691f413f5d39"
+checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"
dependencies = [
"cfg-if 1.0.0",
"js-sys",
@@ -7852,38 +8355,38 @@ dependencies = [
[[package]]
name = "wasm-bindgen-macro"
-version = "0.2.78"
+version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d56146e7c495528bf6587663bea13a8eb588d39b36b679d83972e1a2dbbdacf9"
+checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
dependencies = [
- "quote 1.0.10",
+ "quote 1.0.21",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
-version = "0.2.78"
+version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7803e0eea25835f8abdc585cd3021b3deb11543c6fe226dcd30b228857c5c5ab"
+checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
dependencies = [
- "proc-macro2 1.0.32",
- "quote 1.0.10",
- "syn 1.0.91",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "syn 1.0.103",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
-version = "0.2.78"
+version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0237232789cf037d5480773fe568aac745bfe2afbc11a863e97901780a6b47cc"
+checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
[[package]]
name = "web-sys"
-version = "0.3.55"
+version = "0.3.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "38eb105f1c59d9eaa6b5cdc92b859d85b926e82cb2e0945cd0c9259faa6fe9fb"
+checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"
dependencies = [
"js-sys",
"wasm-bindgen",
@@ -7911,22 +8414,31 @@ dependencies = [
[[package]]
name = "webpki-roots"
-version = "0.22.1"
+version = "0.21.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"
+dependencies = [
+ "webpki 0.21.4",
+]
+
+[[package]]
+name = "webpki-roots"
+version = "0.22.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c475786c6f47219345717a043a37ec04cb4bc185e28853adcc4fa0a947eba630"
+checksum = "368bfe657969fb01238bb756d351dcade285e0f6fcbd36dcb23359a5169975be"
dependencies = [
"webpki 0.22.0",
]
[[package]]
name = "which"
-version = "4.2.2"
+version = "4.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ea187a8ef279bc014ec368c27a920da2024d2a711109bfbe3440585d5cf27ad9"
+checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"
dependencies = [
"either",
- "lazy_static",
"libc",
+ "once_cell",
]
[[package]]
@@ -7974,89 +8486,103 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windows-sys"
-version = "0.30.0"
+version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "030b7ff91626e57a05ca64a07c481973cbb2db774e4852c9c7ca342408c6a99a"
+checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
dependencies = [
- "windows_aarch64_msvc 0.30.0",
- "windows_i686_gnu 0.30.0",
- "windows_i686_msvc 0.30.0",
- "windows_x86_64_gnu 0.30.0",
- "windows_x86_64_msvc 0.30.0",
+ "windows_aarch64_msvc 0.36.1",
+ "windows_i686_gnu 0.36.1",
+ "windows_i686_msvc 0.36.1",
+ "windows_x86_64_gnu 0.36.1",
+ "windows_x86_64_msvc 0.36.1",
]
[[package]]
name = "windows-sys"
-version = "0.32.0"
+version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3df6e476185f92a12c072be4a189a0210dcdcf512a1891d6dff9edb874deadc6"
+checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
dependencies = [
- "windows_aarch64_msvc 0.32.0",
- "windows_i686_gnu 0.32.0",
- "windows_i686_msvc 0.32.0",
- "windows_x86_64_gnu 0.32.0",
- "windows_x86_64_msvc 0.32.0",
+ "windows_aarch64_gnullvm",
+ "windows_aarch64_msvc 0.42.0",
+ "windows_i686_gnu 0.42.0",
+ "windows_i686_msvc 0.42.0",
+ "windows_x86_64_gnu 0.42.0",
+ "windows_x86_64_gnullvm",
+ "windows_x86_64_msvc 0.42.0",
]
+[[package]]
+name = "windows_aarch64_gnullvm"
+version = "0.42.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
+
[[package]]
name = "windows_aarch64_msvc"
-version = "0.30.0"
+version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "29277a4435d642f775f63c7d1faeb927adba532886ce0287bd985bffb16b6bca"
+checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
[[package]]
name = "windows_aarch64_msvc"
-version = "0.32.0"
+version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d8e92753b1c443191654ec532f14c199742964a061be25d77d7a96f09db20bf5"
+checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
[[package]]
name = "windows_i686_gnu"
-version = "0.30.0"
+version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1145e1989da93956c68d1864f32fb97c8f561a8f89a5125f6a2b7ea75524e4b8"
+checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
[[package]]
name = "windows_i686_gnu"
-version = "0.32.0"
+version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6a711c68811799e017b6038e0922cb27a5e2f43a2ddb609fe0b6f3eeda9de615"
+checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
[[package]]
name = "windows_i686_msvc"
-version = "0.30.0"
+version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d4a09e3a0d4753b73019db171c1339cd4362c8c44baf1bcea336235e955954a6"
+checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
[[package]]
name = "windows_i686_msvc"
-version = "0.32.0"
+version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "146c11bb1a02615db74680b32a68e2d61f553cc24c4eb5b4ca10311740e44172"
+checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
[[package]]
name = "windows_x86_64_gnu"
-version = "0.30.0"
+version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8ca64fcb0220d58db4c119e050e7af03c69e6f4f415ef69ec1773d9aab422d5a"
+checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
[[package]]
name = "windows_x86_64_gnu"
-version = "0.32.0"
+version = "0.42.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
+
+[[package]]
+name = "windows_x86_64_gnullvm"
+version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c912b12f7454c6620635bbff3450962753834be2a594819bd5e945af18ec64bc"
+checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
[[package]]
name = "windows_x86_64_msvc"
-version = "0.30.0"
+version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "08cabc9f0066848fef4bc6a1c1668e6efce38b661d2aeec75d18d8617eebb5f1"
+checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
[[package]]
name = "windows_x86_64_msvc"
-version = "0.32.0"
+version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "504a2476202769977a040c6364301a3f65d0cc9e3fb08600b2bda150a0488316"
+checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
[[package]]
name = "winreg"
@@ -8067,12 +8593,6 @@ dependencies = [
"winapi 0.3.9",
]
-[[package]]
-name = "wyz"
-version = "0.2.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"
-
[[package]]
name = "x509-parser"
version = "0.14.0"
@@ -8080,22 +8600,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0ecbeb7b67ce215e40e3cc7f2ff902f94a223acf44995934763467e7b1febc8"
dependencies = [
"asn1-rs",
- "base64 0.13.0",
+ "base64 0.13.1",
"data-encoding",
"der-parser",
"lazy_static",
- "nom 7.0.0",
+ "nom",
"oid-registry",
"rusticata-macros",
"thiserror",
- "time 0.3.7",
+ "time 0.3.17",
]
[[package]]
name = "xattr"
-version = "0.2.2"
+version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
+checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
dependencies = [
"libc",
]
@@ -8109,13 +8629,19 @@ dependencies = [
"linked-hash-map",
]
+[[package]]
+name = "yansi"
+version = "0.5.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
+
[[package]]
name = "yasna"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "346d34a236c9d3e5f3b9b74563f238f955bbd05fa0b8b4efa53c130c43982f4c"
dependencies = [
- "time 0.3.7",
+ "time 0.3.17",
]
[[package]]
@@ -8129,30 +8655,30 @@ dependencies = [
[[package]]
name = "zeroize_derive"
-version = "1.2.0"
+version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bdff2024a851a322b08f179173ae2ba620445aef1e838f0c196820eade4ae0c7"
+checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"
dependencies = [
- "proc-macro2 1.0.32",
- "quote 1.0.10",
- "syn 1.0.91",
+ "proc-macro2 1.0.47",
+ "quote 1.0.21",
+ "syn 1.0.103",
"synstructure",
]
[[package]]
name = "zstd"
-version = "0.11.1+zstd.1.5.2"
+version = "0.11.2+zstd.1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "77a16b8414fde0414e90c612eba70985577451c4c504b99885ebed24762cb81a"
+checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
dependencies = [
"zstd-safe",
]
[[package]]
name = "zstd-safe"
-version = "5.0.1+zstd.1.5.2"
+version = "5.0.2+zstd.1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7c12659121420dd6365c5c3de4901f97145b79651fb1d25814020ed2ed0585ae"
+checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
dependencies = [
"libc",
"zstd-sys",
diff --git a/Cargo.toml b/Cargo.toml
index 2f6e9f66f5..c4c0b96976 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,6 +7,8 @@ members = [
"banks-client",
"banks-interface",
"banks-server",
+ "bench-batch-simulate-bundle",
+ "bench-get-confirmed-blocks-with-data",
"bench-streamer",
"bench-tps",
"bloom",
@@ -29,6 +31,7 @@ members = [
"geyser-plugin-manager",
"gossip",
"install",
+ "jito-protos",
"keygen",
"ledger",
"ledger-tool",
@@ -75,6 +78,7 @@ members = [
"streamer",
"sys-tuner",
"test-validator",
+ "tip-distributor",
"tokens",
"transaction-dos",
"transaction-status",
@@ -86,7 +90,10 @@ members = [
]
exclude = [
+ "anchor",
+ "jito-programs",
"programs/bpf",
+ "programs/sbf",
]
# This prevents a Travis CI error when building for Windows.
diff --git a/README.md b/README.md
index 496f7dedb2..a01c4c8c88 100644
--- a/README.md
+++ b/README.md
@@ -4,10 +4,14 @@
-[![Solana crate](https://img.shields.io/crates/v/solana-core.svg)](https://crates.io/crates/solana-core)
-[![Solana documentation](https://docs.rs/solana-core/badge.svg)](https://docs.rs/solana-core)
-[![Build status](https://badge.buildkite.com/8cc350de251d61483db98bdfc895b9ea0ac8ffa4a32ee850ed.svg?branch=master)](https://buildkite.com/solana-labs/solana/builds?branch=master)
-[![codecov](https://codecov.io/gh/solana-labs/solana/branch/master/graph/badge.svg)](https://codecov.io/gh/solana-labs/solana)
+[![Build status](https://badge.buildkite.com/a6981eb34c6e0c7c09e3a3cb4bda09579f0ff2dcb1bd74b2ad.svg?branch=master)](https://buildkite.com/jito-labs/jito-solana)
+
+[//]: # ([![Solana crate](https://img.shields.io/crates/v/solana-core.svg)](https://crates.io/crates/solana-core))
+[//]: # ([![Solana documentation](https://docs.rs/solana-core/badge.svg)](https://docs.rs/solana-core))
+[//]: # ([![codecov](https://codecov.io/gh/solana-labs/solana/branch/master/graph/badge.svg)](https://codecov.io/gh/solana-labs/solana))
+
+# About
+This repository contains Jito Foundations's fork of the Solana validator.
# Building
diff --git a/anchor b/anchor
new file mode 160000
index 0000000000..7532647bb8
--- /dev/null
+++ b/anchor
@@ -0,0 +1 @@
+Subproject commit 7532647bb86d26fd7497d9cbc7ac99e2b3941e86
diff --git a/banking-bench/Cargo.toml b/banking-bench/Cargo.toml
index 820473b025..b7f216b57f 100644
--- a/banking-bench/Cargo.toml
+++ b/banking-bench/Cargo.toml
@@ -9,7 +9,7 @@ homepage = "https://solana.com/"
publish = false
[dependencies]
-clap = {version = "3.1.5", features = ["derive", "cargo"]}
+clap = { version = "3.1.5", features = ["derive", "cargo"] }
crossbeam-channel = "0.5"
log = "0.4.14"
rand = "0.7.0"
diff --git a/banking-bench/src/main.rs b/banking-bench/src/main.rs
index e23e881827..20de455b02 100644
--- a/banking-bench/src/main.rs
+++ b/banking-bench/src/main.rs
@@ -6,7 +6,7 @@ use {
rand::{thread_rng, Rng},
rayon::prelude::*,
solana_client::connection_cache::{ConnectionCache, DEFAULT_TPU_CONNECTION_POOL_SIZE},
- solana_core::banking_stage::BankingStage,
+ solana_core::{banking_stage::BankingStage, bundle_account_locker::BundleAccountLocker},
solana_gossip::cluster_info::{ClusterInfo, Node},
solana_ledger::{
blockstore::Blockstore,
@@ -30,6 +30,7 @@ use {
},
solana_streamer::socket::SocketAddrSpace,
std::{
+ collections::HashSet,
sync::{atomic::Ordering, Arc, Mutex, RwLock},
thread::sleep,
time::{Duration, Instant},
@@ -45,9 +46,15 @@ fn check_txs(
let now = Instant::now();
let mut no_bank = false;
loop {
- if let Ok((_bank, (entry, _tick_height))) = receiver.recv_timeout(Duration::from_millis(10))
+ if let Ok(WorkingBankEntry {
+ bank: _,
+ entries_ticks,
+ }) = receiver.recv_timeout(Duration::from_millis(10))
{
- total += entry.transactions.len();
+ total += entries_ticks
+ .iter()
+ .map(|e| e.0.transactions.len())
+ .sum::();
}
if total >= ref_tx_count {
break;
@@ -358,6 +365,8 @@ fn main() {
Arc::new(RwLock::new(CostModel::default())),
Arc::new(connection_cache),
bank_forks.clone(),
+ HashSet::default(),
+ BundleAccountLocker::default(),
);
poh_recorder.lock().unwrap().set_bank(&bank);
diff --git a/banks-server/Cargo.toml b/banks-server/Cargo.toml
index 3353cecd5d..8648d5f1a7 100644
--- a/banks-server/Cargo.toml
+++ b/banks-server/Cargo.toml
@@ -15,6 +15,7 @@ crossbeam-channel = "0.5"
futures = "0.3"
solana-banks-interface = { path = "../banks-interface", version = "=1.13.6" }
solana-client = { path = "../client", version = "=1.13.6" }
+solana-gossip = { path = "../gossip", version = "=1.13.6" }
solana-runtime = { path = "../runtime", version = "=1.13.6" }
solana-sdk = { path = "../sdk", version = "=1.13.6" }
solana-send-transaction-service = { path = "../send-transaction-service", version = "=1.13.6" }
@@ -23,6 +24,9 @@ tokio = { version = "1", features = ["full"] }
tokio-serde = { version = "0.8", features = ["bincode"] }
tokio-stream = "0.1"
+[dev-dependencies]
+solana-streamer = { path = "../streamer", version = "=1.13.6" }
+
[lib]
crate-type = ["lib"]
name = "solana_banks_server"
diff --git a/banks-server/src/banks_server.rs b/banks-server/src/banks_server.rs
index 606cb50352..124f6f38f3 100644
--- a/banks-server/src/banks_server.rs
+++ b/banks-server/src/banks_server.rs
@@ -7,6 +7,7 @@ use {
TransactionConfirmationStatus, TransactionSimulationDetails, TransactionStatus,
},
solana_client::connection_cache::ConnectionCache,
+ solana_gossip::cluster_info::ClusterInfo,
solana_runtime::{
bank::{Bank, TransactionSimulationResult},
bank_forks::BankForks,
@@ -373,7 +374,7 @@ pub async fn start_local_server(
pub async fn start_tcp_server(
listen_addr: SocketAddr,
- tpu_addr: SocketAddr,
+ cluster_info: Arc,
bank_forks: Arc>,
block_commitment_cache: Arc>,
connection_cache: Arc,
@@ -397,7 +398,7 @@ pub async fn start_tcp_server(
let (sender, receiver) = unbounded();
SendTransactionService::new::(
- tpu_addr,
+ cluster_info.clone(),
&bank_forks,
None,
receiver,
diff --git a/banks-server/src/rpc_banks_service.rs b/banks-server/src/rpc_banks_service.rs
index 822798dd1f..8e0bfbeaaf 100644
--- a/banks-server/src/rpc_banks_service.rs
+++ b/banks-server/src/rpc_banks_service.rs
@@ -4,6 +4,7 @@ use {
crate::banks_server::start_tcp_server,
futures::{future::FutureExt, pin_mut, prelude::stream::StreamExt, select},
solana_client::connection_cache::ConnectionCache,
+ solana_gossip::cluster_info::ClusterInfo,
solana_runtime::{bank_forks::BankForks, commitment::BlockCommitmentCache},
std::{
net::SocketAddr,
@@ -27,7 +28,7 @@ pub struct RpcBanksService {
/// Run the TCP service until `exit` is set to true
async fn start_abortable_tcp_server(
listen_addr: SocketAddr,
- tpu_addr: SocketAddr,
+ cluster_info: Arc,
bank_forks: Arc>,
block_commitment_cache: Arc>,
connection_cache: Arc,
@@ -35,7 +36,7 @@ async fn start_abortable_tcp_server(
) {
let server = start_tcp_server(
listen_addr,
- tpu_addr,
+ cluster_info,
bank_forks.clone(),
block_commitment_cache.clone(),
connection_cache,
@@ -58,7 +59,7 @@ async fn start_abortable_tcp_server(
impl RpcBanksService {
fn run(
listen_addr: SocketAddr,
- tpu_addr: SocketAddr,
+ cluster_info: Arc,
bank_forks: Arc>,
block_commitment_cache: Arc>,
connection_cache: Arc,
@@ -66,7 +67,7 @@ impl RpcBanksService {
) {
let server = start_abortable_tcp_server(
listen_addr,
- tpu_addr,
+ cluster_info,
bank_forks,
block_commitment_cache,
connection_cache,
@@ -77,7 +78,7 @@ impl RpcBanksService {
pub fn new(
listen_addr: SocketAddr,
- tpu_addr: SocketAddr,
+ cluster_info: Arc,
bank_forks: &Arc>,
block_commitment_cache: &Arc>,
connection_cache: &Arc,
@@ -92,7 +93,7 @@ impl RpcBanksService {
.spawn(move || {
Self::run(
listen_addr,
- tpu_addr,
+ cluster_info,
bank_forks,
block_commitment_cache,
connection_cache,
@@ -111,7 +112,14 @@ impl RpcBanksService {
#[cfg(test)]
mod tests {
- use {super::*, solana_runtime::bank::Bank};
+ use {
+ super::*,
+ solana_gossip::contact_info::ContactInfo,
+ solana_runtime::bank::Bank,
+ solana_sdk::signature::Keypair,
+ solana_streamer::socket::SocketAddrSpace,
+ std::net::{IpAddr, Ipv4Addr},
+ };
#[test]
fn test_rpc_banks_server_exit() {
@@ -120,9 +128,18 @@ mod tests {
let connection_cache = Arc::new(ConnectionCache::default());
let exit = Arc::new(AtomicBool::new(false));
let addr = "127.0.0.1:0".parse().unwrap();
+ let contact_info = ContactInfo {
+ tpu: SocketAddr::new(IpAddr::V4(Ipv4Addr::new(127, 0, 0, 1)), 8080),
+ ..ContactInfo::default()
+ };
+ let cluster_info: Arc = Arc::new(ClusterInfo::new(
+ contact_info,
+ Arc::new(Keypair::new()),
+ SocketAddrSpace::new(false),
+ ));
let service = RpcBanksService::new(
addr,
- addr,
+ cluster_info,
&bank_forks,
&block_commitment_cache,
&connection_cache,
diff --git a/bench-batch-simulate-bundle/Cargo.toml b/bench-batch-simulate-bundle/Cargo.toml
new file mode 100644
index 0000000000..6e06249524
--- /dev/null
+++ b/bench-batch-simulate-bundle/Cargo.toml
@@ -0,0 +1,16 @@
+[package]
+name = "solana-bench-batch-simulate-bundle"
+version = "1.13.6"
+edition = "2021"
+publish = false
+
+[dependencies]
+clap = { version = "3.1.12", features = ["derive", "env"] }
+env_logger = "0.9.0"
+log = "0.4.17"
+num-traits = "0.2.15"
+rayon = "1.5.2"
+solana-client = { path = "../client" }
+solana-runtime = { path = "../runtime" }
+solana-sdk = { path = "../sdk" }
+solana-transaction-status = { path = "../transaction-status" }
diff --git a/bench-batch-simulate-bundle/src/main.rs b/bench-batch-simulate-bundle/src/main.rs
new file mode 100644
index 0000000000..56e8762ddb
--- /dev/null
+++ b/bench-batch-simulate-bundle/src/main.rs
@@ -0,0 +1,396 @@
+mod simulator;
+
+use {
+ crate::simulator::{Simulator, Stats},
+ clap::Parser,
+ log::*,
+ num_traits::abs_sub,
+ solana_client::{
+ pubsub_client::PubsubClient, rpc_client::RpcClient, rpc_config::RpcBlockConfig,
+ },
+ solana_runtime::cost_model::CostModel,
+ solana_sdk::{
+ bundle::VersionedBundle,
+ clock::Slot,
+ commitment_config::{CommitmentConfig, CommitmentLevel},
+ message::{
+ v0::{LoadedAddresses, MessageAddressTableLookup},
+ AddressLoaderError,
+ },
+ transaction::{AddressLoader, SanitizedTransaction, VersionedTransaction},
+ },
+ solana_transaction_status::{TransactionDetails, UiConfirmedBlock, UiTransactionEncoding},
+ std::{
+ cmp::Reverse,
+ collections::BinaryHeap,
+ sync::{
+ atomic::{AtomicBool, AtomicU64, Ordering},
+ Arc, RwLock,
+ },
+ thread::{self, sleep, Builder, JoinHandle},
+ time::Duration,
+ },
+};
+
+#[derive(Parser, Debug)]
+#[clap(author, version, about, long_about = None)]
+struct Args {
+ /// URL of the RPC server with no simulations running
+ #[clap(long, env, default_value = "https://api.testnet.solana.com")]
+ baseline_rpc_url: String,
+
+ /// websocket URL of the RPC server with no simulations running
+ #[clap(long, env, default_value = "ws://api.testnet.solana.com")]
+ baseline_ws_url: String,
+
+ /// URL of the RPC server running simulations against
+ #[clap(long, env)]
+ simulation_rpc_url: String,
+
+ /// websocket URL of the RPC server running simulations against
+ #[clap(long, env)]
+ simulation_ws_url: String,
+
+ /// duration to run the test for, must be >= [SIMULATION_REFRESH_SECS]
+ #[clap(long, env, default_value_t = 60)]
+ test_duration_secs: u64,
+
+ /// size of the bundle batch being sent for simulation
+ #[clap(long, env, default_value_t = 5)]
+ bundle_batch_size: usize,
+
+ /// number of threads sharing a single RPC connection
+ #[clap(long, env, default_value_t = 16)]
+ n_threads: usize,
+
+ /// number of unique RPC connections
+ #[clap(long, env, default_value_t = 32)]
+ n_rpc_connections: u64,
+}
+
+const SIMULATION_REFRESH_SECS: u64 = 5;
+const BUNDLE_SIZE: usize = 3;
+
+pub struct BundleBatch {
+ pub bundles: Vec,
+ pub simulation_slot: Slot,
+}
+
+fn main() {
+ env_logger::init();
+
+ println!("starting load test...");
+
+ let args = Args::parse();
+ assert!(args.test_duration_secs >= SIMULATION_REFRESH_SECS);
+
+ let stats = Arc::new(Stats {
+ total_rpc_errs: Arc::new(AtomicU64::new(0)),
+ total_sim_errs: Arc::new(AtomicU64::new(0)),
+ total_sim_success: Arc::new(AtomicU64::new(0)),
+ });
+ let simulation_refresh_interval = Duration::from_secs(SIMULATION_REFRESH_SECS);
+ let exit = Arc::new(AtomicBool::new(false));
+
+ // get the current finalized slots of each node and make sure they're not too far off
+ const TOLERABLE_SLOT_DIFF: i64 = 3;
+ let baseline_rpc_client = RpcClient::new(args.baseline_rpc_url.clone());
+ let simulation_rpc_client = RpcClient::new(args.simulation_rpc_url.clone());
+ let (baseline_node_slot, simulation_node_slot) = fetch_and_assert_slot_diff(
+ &baseline_rpc_client,
+ &simulation_rpc_client,
+ Some(TOLERABLE_SLOT_DIFF),
+ );
+ println!(
+ "[baseline_node_slot: {}, simulation_node_slot: {}, diff: {}]",
+ baseline_node_slot,
+ simulation_node_slot,
+ abs_sub(baseline_node_slot, simulation_node_slot)
+ );
+
+ let t_hdls = vec![
+ spawn_slots_subscribe_thread(
+ args.simulation_ws_url,
+ "simulation-node".into(),
+ exit.clone(),
+ ),
+ spawn_slots_subscribe_thread(args.baseline_ws_url, "baseline-node".into(), exit.clone()),
+ ];
+
+ let rpc_client = RpcClient::new(args.baseline_rpc_url.clone());
+ let (transactions, simulation_slot) =
+ fetch_n_highest_cost_transactions(&rpc_client, BUNDLE_SIZE);
+
+ let bundle = VersionedBundle { transactions };
+ let bundles = (0..args.bundle_batch_size)
+ .map(|_| bundle.clone())
+ .collect::>();
+ drop(bundle);
+
+ // This object is read-locked by all Simulator threads and write-locked by `spawn_highest_cost_bundle_scraper`
+ // periodically to update.
+ let bundle_batch = BundleBatch {
+ bundles,
+ simulation_slot,
+ };
+ let bundle_batch = Arc::new(RwLock::new(bundle_batch));
+
+ spawn_highest_cost_bundle_scraper(
+ bundle_batch.clone(),
+ rpc_client,
+ simulation_refresh_interval,
+ args.bundle_batch_size,
+ BUNDLE_SIZE,
+ );
+
+ let simulators: Vec> = (0..args.n_rpc_connections)
+ .map(|_| {
+ let stats = stats.clone();
+ let rpc_client = RpcClient::new(args.simulation_rpc_url.clone());
+ Arc::new(Simulator::new(
+ rpc_client,
+ stats,
+ args.n_threads,
+ exit.clone(),
+ ))
+ })
+ .collect();
+ for s in &simulators {
+ let s = s.clone();
+ let bundle_batch = bundle_batch.clone();
+ thread::spawn(move || {
+ s.start(bundle_batch);
+ });
+ }
+
+ sleep(Duration::from_secs(args.test_duration_secs));
+ exit.store(true, Ordering::Relaxed);
+
+ for t in t_hdls {
+ info!("joining...");
+ t.join().unwrap();
+ }
+
+ {
+ let t0 = stats.total_sim_success.load(Ordering::Acquire) as f64;
+ let t1 = stats.total_sim_errs.load(Ordering::Acquire) as f64;
+ let actual_rps = (t0 + t1) / args.test_duration_secs as f64;
+ println!(
+ "[successful simulations: {}, total_sim_errs: {}, total_rpc_errs: {}, actual_rps: {}]",
+ stats.total_sim_success.load(Ordering::Acquire),
+ stats.total_sim_errs.load(Ordering::Acquire),
+ stats.total_rpc_errs.load(Ordering::Acquire),
+ actual_rps,
+ );
+
+ let (baseline_node_slot, simulation_node_slot) =
+ fetch_and_assert_slot_diff(&baseline_rpc_client, &simulation_rpc_client, None);
+ println!(
+ "[baseline_node_slot: {}, simulation_node_slot: {}, diff: {}]",
+ baseline_node_slot,
+ simulation_node_slot,
+ abs_sub(baseline_node_slot, simulation_node_slot)
+ );
+ }
+
+ println!("finished load test...");
+}
+
+fn spawn_highest_cost_bundle_scraper(
+ bundle_batch: Arc>,
+ rpc_client: RpcClient,
+ refresh: Duration,
+ batch_size: usize,
+ bundle_size: usize,
+) -> JoinHandle<()> {
+ Builder::new()
+ .name("highest-cost-tx-scraper".into())
+ .spawn(move || loop {
+ let (transactions, simulation_slot) =
+ fetch_n_highest_cost_transactions(&rpc_client, bundle_size);
+
+ let bundle = VersionedBundle { transactions };
+ let bundles = (0..batch_size)
+ .map(|_| bundle.clone())
+ .collect::>();
+ drop(bundle);
+
+ let mut w_bundle_batch = bundle_batch.write().unwrap();
+ *w_bundle_batch = BundleBatch {
+ bundles,
+ simulation_slot,
+ };
+ drop(w_bundle_batch);
+
+ sleep(refresh);
+ })
+ .unwrap()
+}
+
+fn spawn_slots_subscribe_thread(
+ pubsub_addr: String,
+ node_name: String,
+ exit: Arc,
+) -> JoinHandle<()> {
+ let mut slots_sub = PubsubClient::slot_subscribe(&*pubsub_addr).unwrap();
+ thread::spawn(move || loop {
+ if exit.load(Ordering::Acquire) {
+ let _ = slots_sub.0.shutdown();
+ break;
+ }
+
+ match slots_sub.1.recv() {
+ Ok(slot_info) => info!("[RPC={} slot={:?}]", node_name, slot_info.slot),
+ Err(e) => {
+ error!("error receiving on slots_sub channel: {}", e);
+ slots_sub = PubsubClient::slot_subscribe(&*pubsub_addr).unwrap();
+ }
+ }
+ })
+}
+
+/// Fetches the N highest cost transactions from the last confirmed block and returns said block's parent slot
+fn fetch_n_highest_cost_transactions(
+ rpc_client: &RpcClient,
+ n: usize,
+) -> (Vec, Slot) {
+ let slot = rpc_client
+ .get_slot_with_commitment(CommitmentConfig::confirmed())
+ .unwrap();
+ info!("fetched slot {}", slot);
+
+ let config = RpcBlockConfig {
+ encoding: Some(UiTransactionEncoding::Base64),
+ transaction_details: Some(TransactionDetails::Full),
+ rewards: None,
+ commitment: Some(CommitmentConfig {
+ commitment: CommitmentLevel::Confirmed,
+ }),
+ max_supported_transaction_version: None,
+ };
+ let block = rpc_client
+ .get_block_with_config(slot, config)
+ .expect(&*format!("failed to fetch block at slot: {}", slot));
+
+ let parent_slot = block.parent_slot;
+ (
+ n_highest_cost_transactions_from_block(block, &CostModel::default(), n),
+ parent_slot,
+ )
+}
+
+#[derive(Eq)]
+struct TransactionCost {
+ transaction: VersionedTransaction,
+ cost: u64,
+}
+
+impl PartialEq for TransactionCost {
+ fn eq(&self, other: &Self) -> bool {
+ self.cost == other.cost
+ }
+}
+
+impl PartialOrd for TransactionCost {
+ fn partial_cmp(&self, other: &Self) -> Option {
+ self.cost.partial_cmp(&other.cost)
+ }
+}
+
+impl Ord for TransactionCost {
+ fn cmp(&self, other: &Self) -> std::cmp::Ordering {
+ self.cost.cmp(&other.cost)
+ }
+}
+
+/// Returns the N highest cost transactions from a given block
+fn n_highest_cost_transactions_from_block(
+ block: UiConfirmedBlock,
+ cost_model: &CostModel,
+ n: usize,
+) -> Vec {
+ let txs: Vec = block
+ .transactions
+ .unwrap()
+ .into_iter()
+ .filter(|encoded_tx| encoded_tx.meta.as_ref().unwrap().err.is_none())
+ .filter_map(|encoded_tx| encoded_tx.transaction.decode())
+ .collect();
+ let mut max_costs: BinaryHeap> = BinaryHeap::with_capacity(n);
+
+ for tx in txs {
+ if let Ok(sanitized_tx) = SanitizedTransaction::try_create(
+ tx.clone(),
+ tx.message.hash(),
+ None,
+ MockAddressLoader {},
+ false,
+ ) {
+ let cost = cost_model.calculate_cost(&sanitized_tx).sum();
+ if let Some(min_cost) = max_costs.peek() {
+ if cost > min_cost.0.cost {
+ if max_costs.len() == n {
+ let _ = max_costs.pop();
+ }
+ max_costs.push(Reverse(TransactionCost {
+ cost,
+ transaction: tx.clone(),
+ }));
+ }
+ } else {
+ max_costs.push(Reverse(TransactionCost {
+ cost,
+ transaction: tx.clone(),
+ }));
+ }
+ }
+ }
+
+ max_costs
+ .into_iter()
+ .map(|tx_cost| tx_cost.0.transaction)
+ .collect::>()
+}
+
+fn fetch_and_assert_slot_diff(
+ rpc_client_0: &RpcClient,
+ rpc_client_1: &RpcClient,
+ tolerable_diff: Option,
+) -> (i64, i64) {
+ let slot_0 = rpc_client_0
+ .get_slot_with_commitment(CommitmentConfig {
+ commitment: CommitmentLevel::Finalized,
+ })
+ .unwrap() as i64;
+ let slot_1 = rpc_client_1
+ .get_slot_with_commitment(CommitmentConfig {
+ commitment: CommitmentLevel::Finalized,
+ })
+ .unwrap() as i64;
+
+ if let Some(tolerable_diff) = tolerable_diff {
+ let actual_diff = abs_sub(slot_0, slot_1);
+ assert!(
+ actual_diff < tolerable_diff,
+ "{}",
+ format!(
+ "actual_diff: {}, tolerable_diff: {}",
+ actual_diff, tolerable_diff
+ )
+ );
+ }
+
+ (slot_0, slot_1)
+}
+
+#[derive(Clone)]
+struct MockAddressLoader;
+
+impl AddressLoader for MockAddressLoader {
+ fn load_addresses(
+ self,
+ _lookups: &[MessageAddressTableLookup],
+ ) -> Result {
+ Ok(LoadedAddresses::default())
+ }
+}
diff --git a/bench-batch-simulate-bundle/src/simulator.rs b/bench-batch-simulate-bundle/src/simulator.rs
new file mode 100644
index 0000000000..e8d844ba58
--- /dev/null
+++ b/bench-batch-simulate-bundle/src/simulator.rs
@@ -0,0 +1,149 @@
+use {
+ crate::{BundleBatch, Slot},
+ log::*,
+ rayon::{ThreadPool, ThreadPoolBuilder},
+ solana_client::{
+ rpc_client::RpcClient,
+ rpc_config::{RpcSimulateBundleConfig, SimulationSlotConfig},
+ rpc_response::RpcBundleSimulationSummary,
+ },
+ solana_sdk::bundle::VersionedBundle,
+ std::{
+ sync::{
+ atomic::{AtomicBool, AtomicU64, Ordering},
+ Arc, RwLock,
+ },
+ thread::sleep,
+ time::Duration,
+ },
+};
+
+pub struct Simulator {
+ t_pool: ThreadPool,
+ /// shared tcp socket amongst the thread pool
+ rpc_client: Arc,
+ stats: Arc,
+ exit: Arc,
+}
+
+pub struct Stats {
+ pub total_rpc_errs: Arc,
+ pub total_sim_errs: Arc,
+ pub total_sim_success: Arc,
+}
+
+impl Simulator {
+ pub fn new(
+ rpc_client: RpcClient,
+ stats: Arc,
+ n_threads: usize,
+ exit: Arc,
+ ) -> Self {
+ let t_pool = ThreadPoolBuilder::new()
+ .num_threads(n_threads)
+ .build()
+ .unwrap();
+ let rpc_client = Arc::new(rpc_client);
+
+ Self {
+ t_pool,
+ rpc_client,
+ stats,
+ exit,
+ }
+ }
+
+ pub fn start(&self, bundle_batch: Arc>) {
+ info!("starting bundle batch simulator...");
+
+ loop {
+ if self.exit.load(Ordering::Relaxed) {
+ info!("simulator exiting...");
+ break;
+ }
+
+ let (bundles, simulation_slot) = {
+ let r_bundle_batch = bundle_batch.read().unwrap();
+ (
+ r_bundle_batch.bundles.clone(),
+ r_bundle_batch.simulation_slot,
+ )
+ };
+ let rpc_client = self.rpc_client.clone();
+ let stats = self.stats.clone();
+
+ self.t_pool.spawn(move || {
+ // TODO: is this slow?
+ if let Some((n_succeeded, n_failed)) =
+ Self::do_simulate(bundles, simulation_slot, &rpc_client)
+ {
+ stats
+ .total_sim_success
+ .fetch_add(n_succeeded, Ordering::Relaxed);
+ stats.total_sim_errs.fetch_add(n_failed, Ordering::Relaxed);
+ info!(
+ "succeeded={}, failed={}, simulation_slot={}",
+ n_succeeded, n_failed, simulation_slot
+ );
+ } else {
+ stats.total_rpc_errs.fetch_add(1, Ordering::Relaxed);
+ }
+ });
+
+ sleep(Duration::from_millis(10));
+ }
+ }
+
+ /// returns (num_succeeded, num_failed) simulations
+ fn do_simulate(
+ bundles: Vec,
+ simulation_slot: Slot,
+ rpc_client: &Arc,
+ ) -> Option<(u64, u64)> {
+ let configs = bundles
+ .iter()
+ .map(|b| RpcSimulateBundleConfig {
+ // TODO: Let's set some accounts data for more realistic performance metrics.
+ pre_execution_accounts_configs: vec![None; b.transactions.len()],
+ post_execution_accounts_configs: vec![None; b.transactions.len()],
+ replace_recent_blockhash: true,
+ simulation_bank: Some(SimulationSlotConfig::Slot(simulation_slot)),
+ skip_sig_verify: true,
+ transaction_encoding: None,
+ })
+ .collect::>();
+
+ match rpc_client
+ .batch_simulate_bundle_with_config(bundles.into_iter().zip(configs).collect())
+ {
+ Ok(response) => {
+ let mut n_succeeded: u64 = 0;
+ let mut n_failed: u64 = 0;
+
+ for result in response {
+ match result.result.value.summary {
+ RpcBundleSimulationSummary::Failed {
+ error,
+ tx_signature,
+ } => {
+ error!(
+ "bundle simulation failed [error={:?}, tx_signature={}]",
+ error, tx_signature
+ );
+ n_failed = n_failed.checked_add(1).unwrap();
+ }
+ RpcBundleSimulationSummary::Succeeded => {
+ n_succeeded = n_succeeded.checked_add(1).unwrap()
+ }
+ }
+ }
+
+ Some((n_succeeded, n_failed))
+ }
+ Err(e) => {
+ error!("error from rpc {}", e);
+ None
+ }
+ }
+ }
+}
diff --git a/bench-get-confirmed-blocks-with-data/Cargo.toml b/bench-get-confirmed-blocks-with-data/Cargo.toml
new file mode 100644
index 0000000000..375863f7e8
--- /dev/null
+++ b/bench-get-confirmed-blocks-with-data/Cargo.toml
@@ -0,0 +1,12 @@
+[package]
+name = "bench-get-confirmed-blocks-with-data"
+version = "1.13.6"
+edition = "2021"
+
+[dependencies]
+env_logger = "0.9.0"
+log = "0.4.17"
+solana-sdk = { path = "../sdk", version = "=1.13.6" }
+solana-storage-bigtable = { path = "../storage-bigtable", version = "=1.13.6" }
+solana-transaction-status = { path = "../transaction-status", version = "=1.13.6" }
+tokio = { version = "1", features = ["full"] }
diff --git a/bench-get-confirmed-blocks-with-data/src/main.rs b/bench-get-confirmed-blocks-with-data/src/main.rs
new file mode 100644
index 0000000000..5361ab667c
--- /dev/null
+++ b/bench-get-confirmed-blocks-with-data/src/main.rs
@@ -0,0 +1,120 @@
+use {
+ log::info,
+ solana_sdk::clock::Slot,
+ solana_transaction_status::ConfirmedBlock,
+ std::{
+ sync::{Arc, Mutex},
+ thread::{self, sleep},
+ time::{Duration, Instant},
+ },
+ tokio::task::JoinHandle,
+};
+
+fn main() {
+ env_logger::init();
+
+ let num_blocks_to_fetch: Vec = vec![10];
+ let num_tasks = 128;
+ let lowest_slot: Slot = 1_000_000;
+ let highest_slot: Slot = 135_000_000;
+ let task_unit = (highest_slot.checked_sub(lowest_slot).unwrap())
+ .checked_div(num_tasks)
+ .unwrap();
+ let test_duration_s = 4_u64.checked_mul(60).unwrap().checked_mul(60).unwrap();
+
+ let log_duration = Duration::from_secs(1);
+
+ let test_duration = Duration::from_secs(test_duration_s);
+
+ for chunk_size in num_blocks_to_fetch {
+ info!(
+ "Benchmarking performance of get_confirmed_blocks_with_data for {:?} blocks",
+ chunk_size
+ );
+
+ let total_blocks_read = Arc::new(Mutex::new(0_usize));
+
+ let thread = {
+ let total_blocks_read = total_blocks_read.clone();
+ thread::spawn(move || {
+ let test_start = Instant::now();
+
+ let mut last_update_time = Instant::now();
+ let mut last_update_count = 0;
+
+ while test_start.elapsed() < test_duration {
+ let elapsed = last_update_time.elapsed();
+ if elapsed > log_duration {
+ let total_blocks_read = *total_blocks_read.lock().unwrap();
+ let blocks_received =
+ total_blocks_read.checked_sub(last_update_count).unwrap();
+ let recent_block_rate = blocks_received as f64 / elapsed.as_secs_f64();
+ let total_block_rate =
+ total_blocks_read as f64 / test_start.elapsed().as_secs_f64();
+ info!(
+ "tasks: {}, chunk_size: {}, recent_block_rate: {:.2}, total_blocks_read: {}, total_elapsed: {:.2}, total blocks/s: {:.2}",
+ num_tasks,
+ chunk_size,
+ recent_block_rate,
+ total_blocks_read,
+ test_start.elapsed().as_secs_f64(),
+ total_block_rate
+ );
+
+ last_update_time = Instant::now();
+ last_update_count = total_blocks_read;
+ }
+
+ sleep(Duration::from_millis(100));
+ }
+ })
+ };
+
+ let runtime = tokio::runtime::Runtime::new().unwrap();
+ runtime.block_on(async {
+ let tasks: Vec> = (0..num_tasks)
+ .map(|i| {
+ let total_blocks_read = total_blocks_read.clone();
+ runtime.spawn(async move {
+ let bigtable =
+ solana_storage_bigtable::LedgerStorage::new(true, None, None)
+ .await
+ .expect("connected to bigtable");
+
+ let start = Instant::now();
+ let mut starting_slot = (task_unit.checked_mul(i).unwrap())
+ .checked_add(lowest_slot)
+ .unwrap();
+ let stopping_slot = starting_slot.checked_add(task_unit).unwrap();
+
+ while start.elapsed() < test_duration {
+ let slot_requests: Vec<_> = (starting_slot
+ ..starting_slot.checked_add(chunk_size).unwrap_or(u64::MAX))
+ .collect();
+ let slots_blocks: Vec<(Slot, ConfirmedBlock)> = bigtable
+ .get_confirmed_blocks_with_data(slot_requests.as_slice())
+ .await
+ .expect("got blocks")
+ .collect();
+ starting_slot = slots_blocks.last().unwrap().0;
+ {
+ let mut total_blocks_read = total_blocks_read.lock().unwrap();
+ *total_blocks_read =
+ total_blocks_read.checked_add(slots_blocks.len()).unwrap();
+ }
+ if starting_slot >= stopping_slot {
+ info!("work here is done!!");
+ break;
+ }
+ }
+ })
+ })
+ .collect();
+ for t in tasks {
+ t.await.expect("results fetched");
+ }
+ });
+
+ thread.join().unwrap();
+ }
+}
diff --git a/bootstrap b/bootstrap
new file mode 100755
index 0000000000..b01bc6734f
--- /dev/null
+++ b/bootstrap
@@ -0,0 +1,21 @@
+#!/usr/bin/env sh
+bank_hash=$(./target/release/solana-ledger-tool -l config/bootstrap-validator bank-hash)
+
+# NOTE: make sure tip-payment and tip-distribution program are deployed using the correct pubkeys
+RUST_LOG=INFO,solana_core::bundle_stage=DEBUG \
+ NDEBUG=1 ./multinode-demo/bootstrap-validator.sh \
+ --wait-for-supermajority 0 \
+ --expected-bank-hash $bank_hash \
+ --block-engine-address http://127.0.0.1:1003 \
+ --block-engine-auth-service-address http://127.0.0.1:1005 \
+ --relayer-auth-service-address http://127.0.0.1:11226 \
+ --relayer-address http://127.0.0.1:11226 \
+ --rpc-pubsub-enable-block-subscription \
+ --enable-rpc-transaction-history \
+ --tip-payment-program-pubkey 6veFRUKJBNGMR58LEcKn5Bc6MR17WZF4rsgD4Lqq7fsU \
+ --tip-distribution-program-pubkey 3PX9z1qPj37eNZqH7e5fyaVDyG7ARqkjkYEe1a4xsBkA \
+ --commission-bps 0 \
+ --shred-receiver-address 127.0.0.1:1002 \
+ --allow-private-addr \
+ --trust-relayer-packets \
+ --trust-block-engine-packets
diff --git a/ci/buildkite-pipeline-in-disk.sh b/ci/buildkite-pipeline-in-disk.sh
index 4d0832ef24..a4a3d99dad 100644
--- a/ci/buildkite-pipeline-in-disk.sh
+++ b/ci/buildkite-pipeline-in-disk.sh
@@ -185,7 +185,7 @@ all_test_steps() {
- "queue=default"
EOF
else
- annotate --style info \
+ annotate --style info --context test-stable-bpf \
"Stable-BPF skipped as no relevant files were modified"
fi
@@ -203,16 +203,18 @@ EOF
^programs/ \
^sdk/ \
; then
- cat >> "$output_file" <<"EOF"
- - command: "ci/test-stable-perf.sh"
- name: "stable-perf"
- timeout_in_minutes: 20
- artifact_paths: "log-*.txt"
- agents:
- - "queue=cuda"
-EOF
+ annotate --style warning --context test-stable-perf \
+ "test-stable-perf is currently disabled because it requires GPUs (LB)"
+#cat >> "$output_file" <<"EOF"
+# - command: "ci/test-stable-perf.sh"
+# name: "stable-perf"
+# timeout_in_minutes: 20
+# artifact_paths: "log-*.txt"
+# agents:
+# queue: "cuda"
+#EOF
else
- annotate --style info \
+ annotate --style info --context test-stable-perf \
"Stable-perf skipped as no relevant files were modified"
fi
@@ -237,7 +239,7 @@ EOF
timeout_in_minutes: 30
EOF
else
- annotate --style info \
+ annotate --style info --context test-downstream-projects \
"downstream-projects skipped as no relevant files were modified"
fi
@@ -247,9 +249,11 @@ EOF
^ci/test-stable.sh \
^sdk/ \
; then
- command_step wasm ". ci/rust-version.sh; ci/docker-run.sh \$\$rust_stable_docker_image ci/test-wasm.sh" 20
+ annotate --style warning --context test-wasm \
+ "test-wasm is currently disabled because it times out (LB)"
+# command_step wasm ". ci/rust-version.sh; ci/docker-run.sh \$\$rust_stable_docker_image ci/test-wasm.sh" 20
else
- annotate --style info \
+ annotate --style info --context test-wasm \
"wasm skipped as no relevant files were modified"
fi
@@ -308,7 +312,7 @@ if [[ -n $BUILDKITE_TAG ]]; then
"https://github.com/solana-labs/solana/releases/$BUILDKITE_TAG"
# Jump directly to the secondary build to publish release artifacts quickly
- trigger_secondary_step
+# trigger_secondary_step
exit 0
fi
@@ -336,5 +340,5 @@ fi
start_pipeline "Push pipeline for ${BUILDKITE_BRANCH:-?unknown branch?}"
pull_or_push_steps
wait_step
-trigger_secondary_step
+#trigger_secondary_step
exit 0
diff --git a/ci/buildkite-pipeline.sh b/ci/buildkite-pipeline.sh
index cfc24d2528..7f59a691a6 100755
--- a/ci/buildkite-pipeline.sh
+++ b/ci/buildkite-pipeline.sh
@@ -190,7 +190,7 @@ all_test_steps() {
- "queue=solana"
EOF
else
- annotate --style info \
+ annotate --style info --context test-stable-bpf \
"Stable-BPF skipped as no relevant files were modified"
fi
@@ -208,17 +208,19 @@ EOF
^programs/ \
^sdk/ \
; then
- cat >> "$output_file" <<"EOF"
- - command: "ci/test-stable-perf.sh"
- name: "stable-perf"
- timeout_in_minutes: 20
- artifact_paths: "log-*.txt"
- agents:
- - "queue=cuda"
-EOF
+ annotate --style warning --context test-stable-perf \
+ "Stable perf skipped because CI doesn't have GPUs (LB)"
+# cat >> "$output_file" <<"EOF"
+# - command: "ci/test-stable-perf.sh"
+# name: "stable-perf"
+# timeout_in_minutes: 20
+# artifact_paths: "log-*.txt"
+# agents:
+# - "queue=cuda"
+#EOF
else
- annotate --style info \
- "Stable-perf skipped as no relevant files were modified"
+ annotate --style info --context test-stable-perf \
+ "Stable perf skipped as no relevant files were modified"
fi
# Wasm support
@@ -227,9 +229,11 @@ EOF
^ci/test-stable.sh \
^sdk/ \
; then
- command_step wasm ". ci/rust-version.sh; ci/docker-run.sh \$\$rust_stable_docker_image ci/test-wasm.sh" 20
+ annotate --style warning --context test-wasm \
+ "test-wasm is currently disabled because it times out (LB)"
+# command_step wasm ". ci/rust-version.sh; ci/docker-run.sh \$\$rust_stable_docker_image ci/test-wasm.sh" 20
else
- annotate --style info \
+ annotate --style info --context test-wasm \
"wasm skipped as no relevant files were modified"
fi
@@ -292,7 +296,7 @@ if [[ -n $BUILDKITE_TAG ]]; then
"https://github.com/solana-labs/solana/releases/$BUILDKITE_TAG"
# Jump directly to the secondary build to publish release artifacts quickly
- trigger_secondary_step
+# trigger_secondary_step
exit 0
fi
@@ -320,5 +324,5 @@ fi
start_pipeline "Push pipeline for ${BUILDKITE_BRANCH:-?unknown branch?}"
pull_or_push_steps
wait_step
-trigger_secondary_step
+#trigger_secondary_step
exit 0
diff --git a/ci/buildkite-solana-private.sh b/ci/buildkite-solana-private.sh
index 797f40ac0b..7d4110ed6a 100644
--- a/ci/buildkite-solana-private.sh
+++ b/ci/buildkite-solana-private.sh
@@ -185,8 +185,8 @@ all_test_steps() {
- "queue=sol-private"
EOF
else
- annotate --style info \
- "Stable-BPF skipped as no relevant files were modified"
+ annotate --style info --context test-stable-bpf \
+ "Stable-SBF skipped as no relevant files were modified"
fi
# Perf test suite
@@ -203,16 +203,18 @@ EOF
^programs/ \
^sdk/ \
; then
- cat >> "$output_file" <<"EOF"
- - command: "ci/test-stable-perf.sh"
- name: "stable-perf"
- timeout_in_minutes: 35
- artifact_paths: "log-*.txt"
- agents:
- - "queue=sol-private"
-EOF
+ annotate --style warning --context test-stable-perf \
+ "test-stable-perf is currently disabled because it requires GPUs (LB)"
+# cat >> "$output_file" <<"EOF"
+# - command: "ci/test-stable-perf.sh"
+# name: "stable-perf"
+# timeout_in_minutes: 35
+# artifact_paths: "log-*.txt"
+# agents:
+# - "queue=sol-private"
+#EOF
else
- annotate --style info \
+ annotate --style info --context test-stable-perf \
"Stable-perf skipped as no relevant files were modified"
fi
@@ -239,7 +241,7 @@ EOF
- "queue=sol-private"
EOF
else
- annotate --style info \
+ annotate --style info --context test-downstream-projects \
"downstream-projects skipped as no relevant files were modified"
fi
@@ -249,9 +251,11 @@ EOF
^ci/test-stable.sh \
^sdk/ \
; then
- command_step wasm ". ci/rust-version.sh; ci/docker-run.sh \$\$rust_stable_docker_image ci/test-wasm.sh" 20
+ annotate --style warning --context test-wasm \
+ "test-wasm is currently disabled because it times out (LB)"
+# command_step wasm ". ci/rust-version.sh; ci/docker-run.sh \$\$rust_stable_docker_image ci/test-wasm.sh" 20
else
- annotate --style info \
+ annotate --style info --context test-wasm \
"wasm skipped as no relevant files were modified"
fi
diff --git a/ci/docker-rust/Dockerfile b/ci/docker-rust/Dockerfile
index 7238a1615a..6ab67b8d79 100644
--- a/ci/docker-rust/Dockerfile
+++ b/ci/docker-rust/Dockerfile
@@ -39,6 +39,7 @@ RUN set -x \
&& cargo install mdbook-linkcheck \
&& cargo install svgbob_cli \
&& cargo install wasm-pack \
+ && cargo install sccache \
&& rustc --version \
&& cargo --version \
&& curl -OL https://github.com/google/protobuf/releases/download/v$PROTOC_VERSION/$PROTOC_ZIP \
diff --git a/cli-output/Cargo.toml b/cli-output/Cargo.toml
index a14931ef36..d50a1c37b3 100644
--- a/cli-output/Cargo.toml
+++ b/cli-output/Cargo.toml
@@ -22,8 +22,8 @@ serde = "1.0.136"
serde_json = "1.0.79"
solana-account-decoder = { path = "../account-decoder", version = "=1.13.6" }
solana-clap-utils = { path = "../clap-utils", version = "=1.13.6" }
-solana-client = { path = "../client", version = "=1.13.6" }
solana-cli-config = { path = "../cli-config", version = "=1.13.6" }
+solana-client = { path = "../client", version = "=1.13.6" }
solana-sdk = { path = "../sdk", version = "=1.13.6" }
solana-transaction-status = { path = "../transaction-status", version = "=1.13.6" }
solana-vote-program = { path = "../programs/vote", version = "=1.13.6" }
diff --git a/client/src/http_sender.rs b/client/src/http_sender.rs
index 84e1418d7a..c05e2673e1 100644
--- a/client/src/http_sender.rs
+++ b/client/src/http_sender.rs
@@ -70,6 +70,102 @@ impl HttpSender {
stats: RwLock::new(RpcTransportStats::default()),
}
}
+
+ fn check_response(response: &serde_json::Value) -> Result<()> {
+ if response["error"].is_object() {
+ return match serde_json::from_value::(response["error"].clone()) {
+ Ok(rpc_error_object) => {
+ let data = match rpc_error_object.code {
+ rpc_custom_error::JSON_RPC_SERVER_ERROR_SEND_TRANSACTION_PREFLIGHT_FAILURE => {
+ match serde_json::from_value::(response["error"]["data"].clone()) {
+ Ok(data) => RpcResponseErrorData::SendTransactionPreflightFailure(data),
+ Err(err) => {
+ debug!("Failed to deserialize RpcSimulateTransactionResult: {:?}", err);
+ RpcResponseErrorData::Empty
+ }
+ }
+ },
+ rpc_custom_error::JSON_RPC_SERVER_ERROR_NODE_UNHEALTHY => {
+ match serde_json::from_value::(response["error"]["data"].clone()) {
+ Ok(rpc_custom_error::NodeUnhealthyErrorData {num_slots_behind}) => RpcResponseErrorData::NodeUnhealthy {num_slots_behind},
+ Err(_err) => {
+ RpcResponseErrorData::Empty
+ }
+ }
+ },
+ _ => RpcResponseErrorData::Empty
+ };
+ Err(RpcError::RpcResponseError {
+ request_id: response["id"].as_u64().unwrap(),
+ code: rpc_error_object.code,
+ message: rpc_error_object.message,
+ data,
+ }
+ .into())
+ }
+ Err(err) => Err(RpcError::RpcRequestError(format!(
+ "Failed to deserialize RPC error response: {} [{}]",
+ serde_json::to_string(&response["error"]).unwrap(),
+ err
+ ))
+ .into()),
+ };
+ }
+
+ Ok(())
+ }
+
+ async fn do_send_with_retry(
+ &self,
+ request: serde_json::Value,
+ ) -> reqwest::Result {
+ let mut stats_updater = StatsUpdater::new(&self.stats);
+ let mut too_many_requests_retries = 5;
+ loop {
+ let response = {
+ let client = self.client.clone();
+ let request = request.to_string();
+ client
+ .post(&self.url)
+ .header(CONTENT_TYPE, "application/json")
+ .body(request)
+ .send()
+ .await
+ }?;
+
+ if !response.status().is_success() {
+ if response.status() == StatusCode::TOO_MANY_REQUESTS
+ && too_many_requests_retries > 0
+ {
+ let mut duration = Duration::from_millis(500);
+ if let Some(retry_after) = response.headers().get(RETRY_AFTER) {
+ if let Ok(retry_after) = retry_after.to_str() {
+ if let Ok(retry_after) = retry_after.parse::() {
+ if retry_after < 120 {
+ duration = Duration::from_secs(retry_after);
+ }
+ }
+ }
+ }
+
+ too_many_requests_retries -= 1;
+ debug!(
+ "Too many requests: server responded with {:?}, {} retries left, pausing for {:?}",
+ response, too_many_requests_retries, duration
+ );
+
+ sleep(duration).await;
+ stats_updater.add_rate_limited_time(duration);
+
+ continue;
+ }
+
+ return Err(response.error_for_status().unwrap_err());
+ }
+
+ return response.json::().await;
+ }
+ }
}
#[derive(Deserialize, Debug)]
@@ -109,103 +205,38 @@ impl<'a> Drop for StatsUpdater<'a> {
#[async_trait]
impl RpcSender for HttpSender {
- fn get_transport_stats(&self) -> RpcTransportStats {
- self.stats.read().unwrap().clone()
- }
-
async fn send(
&self,
request: RpcRequest,
params: serde_json::Value,
) -> Result {
- let mut stats_updater = StatsUpdater::new(&self.stats);
-
let request_id = self.request_id.fetch_add(1, Ordering::Relaxed);
- let request_json = request.build_request_json(request_id, params).to_string();
+ let request = request.build_request_json(request_id, params);
+ let mut resp = self.do_send_with_retry(request).await?;
+ Self::check_response(&resp)?;
- let mut too_many_requests_retries = 5;
- loop {
- let response = {
- let client = self.client.clone();
- let request_json = request_json.clone();
- client
- .post(&self.url)
- .header(CONTENT_TYPE, "application/json")
- .body(request_json)
- .send()
- .await
- }?;
+ Ok(resp["result"].take())
+ }
- if !response.status().is_success() {
- if response.status() == StatusCode::TOO_MANY_REQUESTS
- && too_many_requests_retries > 0
- {
- let mut duration = Duration::from_millis(500);
- if let Some(retry_after) = response.headers().get(RETRY_AFTER) {
- if let Ok(retry_after) = retry_after.to_str() {
- if let Ok(retry_after) = retry_after.parse::() {
- if retry_after < 120 {
- duration = Duration::from_secs(retry_after);
- }
- }
- }
- }
+ async fn send_batch(
+ &self,
+ requests_and_params: Vec<(RpcRequest, serde_json::Value)>,
+ ) -> Result {
+ let mut batch_request = vec![];
+ for (rpc_req, params) in requests_and_params {
+ let request_id = self.request_id.fetch_add(1, Ordering::Relaxed);
+ batch_request.push(rpc_req.build_request_json(request_id, params));
+ }
- too_many_requests_retries -= 1;
- debug!(
- "Too many requests: server responded with {:?}, {} retries left, pausing for {:?}",
- response, too_many_requests_retries, duration
- );
+ let resp = self
+ .do_send_with_retry(serde_json::Value::Array(batch_request))
+ .await?;
- sleep(duration).await;
- stats_updater.add_rate_limited_time(duration);
- continue;
- }
- return Err(response.error_for_status().unwrap_err().into());
- }
+ Ok(resp)
+ }
- let mut json = response.json::().await?;
- if json["error"].is_object() {
- return match serde_json::from_value::(json["error"].clone()) {
- Ok(rpc_error_object) => {
- let data = match rpc_error_object.code {
- rpc_custom_error::JSON_RPC_SERVER_ERROR_SEND_TRANSACTION_PREFLIGHT_FAILURE => {
- match serde_json::from_value::(json["error"]["data"].clone()) {
- Ok(data) => RpcResponseErrorData::SendTransactionPreflightFailure(data),
- Err(err) => {
- debug!("Failed to deserialize RpcSimulateTransactionResult: {:?}", err);
- RpcResponseErrorData::Empty
- }
- }
- },
- rpc_custom_error::JSON_RPC_SERVER_ERROR_NODE_UNHEALTHY => {
- match serde_json::from_value::(json["error"]["data"].clone()) {
- Ok(rpc_custom_error::NodeUnhealthyErrorData {num_slots_behind}) => RpcResponseErrorData::NodeUnhealthy {num_slots_behind},
- Err(_err) => {
- RpcResponseErrorData::Empty
- }
- }
- },
- _ => RpcResponseErrorData::Empty
- };
-
- Err(RpcError::RpcResponseError {
- code: rpc_error_object.code,
- message: rpc_error_object.message,
- data,
- }
- .into())
- }
- Err(err) => Err(RpcError::RpcRequestError(format!(
- "Failed to deserialize RPC error response: {} [{}]",
- serde_json::to_string(&json["error"]).unwrap(),
- err
- ))
- .into()),
- };
- }
- return Ok(json["result"].take());
- }
+ fn get_transport_stats(&self) -> RpcTransportStats {
+ self.stats.read().unwrap().clone()
}
fn url(&self) -> String {
diff --git a/client/src/mock_sender.rs b/client/src/mock_sender.rs
index a43ea736cd..3485fb3738 100644
--- a/client/src/mock_sender.rs
+++ b/client/src/mock_sender.rs
@@ -473,4 +473,11 @@ impl RpcSender for MockSender {
fn url(&self) -> String {
format!("MockSender: {}", self.url)
}
+
+ async fn send_batch(
+ &self,
+ _requests_and_params: Vec<(RpcRequest, serde_json::Value)>,
+ ) -> Result {
+ todo!()
+ }
}
diff --git a/client/src/nonblocking/rpc_client.rs b/client/src/nonblocking/rpc_client.rs
index 2d300be0b7..1eca9669ac 100644
--- a/client/src/nonblocking/rpc_client.rs
+++ b/client/src/nonblocking/rpc_client.rs
@@ -33,6 +33,7 @@ use {
},
solana_sdk::{
account::Account,
+ bundle::VersionedBundle,
clock::{Epoch, Slot, UnixTimestamp, DEFAULT_MS_PER_SLOT, MAX_HASH_AGE_IN_SECONDS},
commitment_config::{CommitmentConfig, CommitmentLevel},
epoch_info::EpochInfo,
@@ -42,7 +43,7 @@ use {
message::Message,
pubkey::Pubkey,
signature::Signature,
- transaction::{self, uses_durable_nonce, Transaction},
+ transaction::{self, uses_durable_nonce, Transaction, VersionedTransaction},
},
solana_transaction_status::{
EncodedConfirmedBlock, EncodedConfirmedTransactionWithStatusMeta, TransactionStatus,
@@ -943,6 +944,7 @@ impl RpcClient {
code,
message,
data,
+ ..
}) = &err.kind
{
debug!("{} {}", code, message);
@@ -1388,6 +1390,111 @@ impl RpcClient {
.await
}
+ pub async fn batch_simulate_bundle(
+ &self,
+ bundles: Vec,
+ ) -> BatchRpcResult {
+ let configs = bundles
+ .iter()
+ .map(|b| RpcSimulateBundleConfig {
+ simulation_bank: Some(SimulationSlotConfig::Commitment(self.commitment())),
+ pre_execution_accounts_configs: vec![None; b.transactions.len()],
+ post_execution_accounts_configs: vec![None; b.transactions.len()],
+ ..RpcSimulateBundleConfig::default()
+ })
+ .collect::>();
+
+ self.batch_simulate_bundle_with_config(bundles.into_iter().zip(configs).collect())
+ .await
+ }
+
+ pub async fn batch_simulate_bundle_with_config(
+ &self,
+ bundles_and_configs: Vec<(VersionedBundle, RpcSimulateBundleConfig)>,
+ ) -> BatchRpcResult {
+ let mut params = vec![];
+ for (bundle, config) in bundles_and_configs {
+ let transaction_encoding = if let Some(encoding) = config.transaction_encoding {
+ encoding
+ } else {
+ self.default_cluster_transaction_encoding().await?
+ };
+
+ let simulation_bank = config.simulation_bank.unwrap_or_default();
+
+ let config = RpcSimulateBundleConfig {
+ transaction_encoding: Some(transaction_encoding),
+ simulation_bank: Some(simulation_bank),
+ ..config
+ };
+
+ let encoded_transactions = bundle
+ .transactions
+ .iter()
+ .map(|tx| serialize_and_encode::(tx, transaction_encoding))
+ .collect::, ClientError>>()?;
+ let rpc_bundle_request = RpcBundleRequest {
+ encoded_transactions,
+ };
+
+ params.push(json!([rpc_bundle_request, config]));
+ }
+
+ let requests_and_params = vec![RpcRequest::SimulateBundle; params.len()]
+ .into_iter()
+ .zip(params)
+ .collect();
+ self.send_batch(requests_and_params).await
+ }
+
+ pub async fn simulate_bundle(
+ &self,
+ bundle: &VersionedBundle,
+ ) -> RpcResult {
+ self.simulate_bundle_with_config(
+ bundle,
+ RpcSimulateBundleConfig {
+ simulation_bank: Some(SimulationSlotConfig::Commitment(self.commitment())),
+ ..RpcSimulateBundleConfig::default()
+ },
+ )
+ .await
+ }
+
+ pub async fn simulate_bundle_with_config(
+ &self,
+ bundle: &VersionedBundle,
+ config: RpcSimulateBundleConfig,
+ ) -> RpcResult {
+ let transaction_encoding = if let Some(enc) = config.transaction_encoding {
+ enc
+ } else {
+ self.default_cluster_transaction_encoding().await?
+ };
+ let simulation_bank = Some(config.simulation_bank.unwrap_or_default());
+
+ let encoded_transactions = bundle
+ .transactions
+ .iter()
+ .map(|tx| serialize_and_encode::(tx, transaction_encoding))
+ .collect::>>()?;
+ let rpc_bundle_request = RpcBundleRequest {
+ encoded_transactions,
+ };
+
+ let config = RpcSimulateBundleConfig {
+ transaction_encoding: Some(transaction_encoding),
+ simulation_bank,
+ ..config
+ };
+
+ self.send(
+ RpcRequest::SimulateBundle,
+ json!([rpc_bundle_request, config]),
+ )
+ .await
+ }
+
/// Returns the highest slot information that the node has snapshots for.
///
/// This will find the highest full snapshot slot, and the highest incremental snapshot slot
@@ -5340,6 +5447,21 @@ impl RpcClient {
.map_err(|err| ClientError::new_with_request(err.into(), request))
}
+ pub async fn send_batch(
+ &self,
+ requests_and_params: Vec<(RpcRequest, Value)>,
+ ) -> ClientResult
+ where
+ T: serde::de::DeserializeOwned,
+ {
+ let response = self.sender.send_batch(requests_and_params).await?;
+
+ serde_json::from_value(response).map_err(|err| ClientError {
+ request: None,
+ kind: err.into(),
+ })
+ }
+
pub fn get_transport_stats(&self) -> RpcTransportStats {
self.sender.get_transport_stats()
}
diff --git a/client/src/rpc_client.rs b/client/src/rpc_client.rs
index 564494aa80..510cf3e95d 100644
--- a/client/src/rpc_client.rs
+++ b/client/src/rpc_client.rs
@@ -27,6 +27,7 @@ use {
},
solana_sdk::{
account::Account,
+ bundle::VersionedBundle,
clock::{Epoch, Slot, UnixTimestamp},
commitment_config::CommitmentConfig,
epoch_info::EpochInfo,
@@ -1111,6 +1112,35 @@ impl RpcClient {
)
}
+ pub fn batch_simulate_bundle(
+ &self,
+ bundles: Vec,
+ ) -> BatchRpcResult {
+ self.invoke(self.rpc_client.batch_simulate_bundle(bundles))
+ }
+
+ pub fn batch_simulate_bundle_with_config(
+ &self,
+ bundles_and_configs: Vec<(VersionedBundle, RpcSimulateBundleConfig)>,
+ ) -> BatchRpcResult {
+ self.invoke(
+ self.rpc_client
+ .batch_simulate_bundle_with_config(bundles_and_configs),
+ )
+ }
+
+ pub fn simulate_bundle(&self, bundle: &VersionedBundle) -> RpcResult {
+ self.invoke(self.rpc_client.simulate_bundle(bundle))
+ }
+
+ pub fn simulate_bundle_with_config(
+ &self,
+ bundle: &VersionedBundle,
+ config: RpcSimulateBundleConfig,
+ ) -> RpcResult {
+ self.invoke(self.rpc_client.simulate_bundle_with_config(bundle, config))
+ }
+
/// Returns the highest slot information that the node has snapshots for.
///
/// This will find the highest full snapshot slot, and the highest incremental snapshot slot
diff --git a/client/src/rpc_config.rs b/client/src/rpc_config.rs
index 4c21b8284e..5daf68fdb8 100644
--- a/client/src/rpc_config.rs
+++ b/client/src/rpc_config.rs
@@ -46,6 +46,51 @@ pub struct RpcSimulateTransactionConfig {
pub min_context_slot: Option,
}
+#[derive(Serialize, Deserialize, Clone, Copy, Debug, Eq, PartialEq)]
+#[serde(rename_all = "camelCase")]
+pub enum SimulationSlotConfig {
+ Commitment(CommitmentConfig),
+ Slot(Slot),
+}
+
+impl Default for SimulationSlotConfig {
+ fn default() -> Self {
+ Self::Commitment(CommitmentConfig {
+ commitment: CommitmentLevel::Confirmed,
+ })
+ }
+}
+
+#[derive(Debug, PartialEq, Default, Eq, Clone, Serialize, Deserialize)]
+#[serde(rename_all = "camelCase")]
+pub struct RpcBundleRequest {
+ pub encoded_transactions: Vec,
+}
+
+#[derive(Debug, Default, Clone, PartialEq, Serialize, Deserialize)]
+#[serde(rename_all = "camelCase")]
+pub struct RpcSimulateBundleConfig {
+ /// Gives the state of accounts pre/post transaction execution.
+ /// The length of each of these must be equal to the number transactions.
+ pub pre_execution_accounts_configs: Vec