solana-with-rpc-optimizations/client/src
dependabot[bot] 9d2232306e
chore: bump tungstenite from 0.16.0 to 0.17.2 (#23268)
* chore: bump tungstenite from 0.16.0 to 0.17.2

Bumps [tungstenite](https://github.com/snapview/tungstenite-rs) from 0.16.0 to 0.17.2.
- [Release notes](https://github.com/snapview/tungstenite-rs/releases)
- [Changelog](https://github.com/snapview/tungstenite-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/snapview/tungstenite-rs/compare/v0.16.0...v0.17.2)

---
updated-dependencies:
- dependency-name: tungstenite
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump tokio-tungstenite in tandem

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyera Eulberg <tyera@solana.com>
2022-02-24 01:39:55 -07:00
..
nonblocking chore: bump tungstenite from 0.16.0 to 0.17.2 (#23268) 2022-02-24 01:39:55 -07:00
blockhash_query.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
client_error.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
http_sender.rs rpc: genericize client constructors 2022-02-16 10:05:46 -07:00
lib.rs Drop feature, move to nonblocking mod 2022-01-27 08:19:03 -08:00
mock_sender.rs rpc: genericize client constructors 2022-02-16 10:05:46 -07:00
nonce_utils.rs Improve nonce-related error messages 2022-01-14 12:59:01 -08:00
perf_utils.rs Pacify clippy 2022-01-21 19:12:57 -08:00
pubsub_client.rs Add async WebSocket PubsubClient 2022-01-27 08:19:03 -08:00
rpc_cache.rs chore: cargo +nightly clippy --fix -Z unstable-options 2021-06-18 10:42:46 -07:00
rpc_client.rs rpc: genericize client constructors 2022-02-16 10:05:46 -07:00
rpc_config.rs RPC Block Subscription (#21787) 2021-12-17 16:03:09 -07:00
rpc_custom_error.rs Store address table lookups in blockstore and bigtable (#22402) 2022-01-14 15:24:41 +08:00
rpc_deprecated_config.rs Deprecate "confirmed" RpcClient methods (#16520) 2021-04-15 17:00:14 -06:00
rpc_filter.rs Fixup filter deprecated since (#21123) 2021-11-01 19:06:38 -06:00
rpc_request.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
rpc_response.rs Add vote account address to vote subscription 2022-01-27 08:22:29 -08:00
rpc_sender.rs Add solana_client::nonblocking::RpcClient 2022-01-26 17:58:00 -08:00
spinner.rs tpu-client: Move `send_messages_with_spinner` from program (#20960) 2021-10-26 22:54:26 +02:00
thin_client.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
tpu_client.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
transaction_executor.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00