From e6d9351aea837fc2be51eba8c06abac4ea97e11b Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 08:55:03 +0100 Subject: [PATCH] Update Rust crate `jsonptr` to v0.6.1 (#5260) Co-authored-by: hash-worker[bot] <180894564+hash-worker[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 932df471681..778ca4dc298 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3350,9 +3350,9 @@ dependencies = [ [[package]] name = "jsonptr" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2da813f8b5a216ec36e2d562a97d18d458a847df98d3c7f6f1f88d848cbc9381" +checksum = "e9a4700eecf4d4e552ee64d8d4ace43a16664942421643fe516875fd0f92cfbf" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index c8e28d1b6ee..b678016dfd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -97,7 +97,7 @@ http = { version = "=1.1.0", default-features = false } inferno = { version = "=0.11.21", default-features = false } iso8601-duration = { version = "=0.2.0", default-features = false } json-number = { version = "=0.4.8", default-features = false } -jsonptr = { version = "=0.6.0", default-features = false } +jsonptr = { version = "=0.6.1", default-features = false } multiaddr = { version = "=0.18.2", default-features = false } multistream-select = { version = "=0.13.0", default-features = false } libp2p-core = { version = "=0.42.0", default-features = false }