From 22bec1240529ec191a9b090c3d2dadc75b3b2087 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 15:18:33 +0000 Subject: [PATCH] Update jsonrpsee requirement from 0.20 to 0.22 Updates the requirements on [jsonrpsee](https://github.com/paritytech/jsonrpsee) to permit the latest version. - [Release notes](https://github.com/paritytech/jsonrpsee/releases) - [Changelog](https://github.com/paritytech/jsonrpsee/blob/master/CHANGELOG.md) - [Commits](https://github.com/paritytech/jsonrpsee/compare/v0.20.0...v0.20.3) --- updated-dependencies: - dependency-name: jsonrpsee dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6694773..3e12613 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -116,7 +116,7 @@ url = "2.2.1" parquet = "43.0.0" aquamarine = "0.3" anyhow = "1" -jsonrpsee = { version = "0.20", features = ["server", "http-client", "ws-client", "macros", "client-ws-transport-native-tls"] } +jsonrpsee = { version = "0.22", features = ["server", "http-client", "ws-client", "macros", "client-ws-transport-native-tls"] } metrics = "0.21.1" tracing-appender = "0.2" tracing-subscriber = { version = "0.3.3", features = ["env-filter"] }