From f83d9d9934036c1bc929073cad537774ecdbb5f2 Mon Sep 17 00:00:00 2001 From: Aiden McClelland Date: Fri, 11 Jul 2025 16:38:35 -0600 Subject: [PATCH] update imbl-value --- Cargo.lock | 6 +++--- Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 598d889..6ad0ccb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -685,9 +685,9 @@ dependencies = [ [[package]] name = "imbl-value" -version = "0.2.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "196915700a024f30561331639c1dad08d2f8313675bfe604e97eb13cd92e73ee" +checksum = "dbeed40ae6b2749083dc16ff2b51e4fa2d5a9507f70b09e9fb4c46acb05f7532" dependencies = [ "imbl", "serde", @@ -1075,7 +1075,7 @@ dependencies = [ [[package]] name = "rpc-toolkit" -version = "0.3.0" +version = "0.3.1" dependencies = [ "async-stream", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index e95c3e7..10739e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Aiden McClelland "] edition = "2018" name = "rpc-toolkit" -version = "0.3.0" +version = "0.3.1" description = "A toolkit for creating JSON-RPC 2.0 servers with automatic cli bindings" license = "MIT" documentation = "https://docs.rs/rpc-toolkit" @@ -25,7 +25,7 @@ http = "1" http-body-util = "0.1" # hyper = { version = "1", features = ["server", "http1", "http2", "client"] } itertools = "0.14" -imbl-value = "0.2.0" +imbl-value = "0.3.0" lazy_format = "2" lazy_static = "1.4" openssl = { version = "0.10", features = ["vendored"] }