From cd4c58b881416113a855e81f4eaed408bd045289 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 05:26:12 +0000 Subject: [PATCH] Bump json-patch from 2.0.0 to 3.0.1 Bumps [json-patch](https://github.com/idubrov/json-patch) from 2.0.0 to 3.0.1. - [Changelog](https://github.com/idubrov/json-patch/blob/main/CHANGELOG.md) - [Commits](https://github.com/idubrov/json-patch/compare/v2.0.0...v3.0.1) --- updated-dependencies: - dependency-name: json-patch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 18 ++++-------------- crates/utiles/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 64d6e8f..54d0895 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -797,15 +797,6 @@ dependencies = [ "miniz_oxide 0.8.0", ] -[[package]] -name = "fluent-uri" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17c704e9dbe1ddd863da1e6ff3567795087b1eb201ce80d8fa81162e1516500d" -dependencies = [ - "bitflags 1.3.2", -] - [[package]] name = "flume" version = "0.11.0" @@ -1364,9 +1355,9 @@ dependencies = [ [[package]] name = "json-patch" -version = "2.0.0" +version = "3.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b1fb8864823fad91877e6caea0baca82e49e8db50f8e5c9f9a453e27d3330fc" +checksum = "863726d7afb6bc2590eeff7135d923545e5e964f004c2ccf8716c25e70a86f08" dependencies = [ "jsonptr", "serde", @@ -1376,11 +1367,10 @@ dependencies = [ [[package]] name = "jsonptr" -version = "0.4.7" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c6e529149475ca0b2820835d3dce8fcc41c6b943ca608d32f35b449255e4627" +checksum = "5dea2b27dd239b2556ed7a25ba842fe47fd602e7fc7433c2a8d6106d4d9edd70" dependencies = [ - "fluent-uri", "serde", "serde_json", ] diff --git a/crates/utiles/Cargo.toml b/crates/utiles/Cargo.toml index 6249955..8f20af6 100644 --- a/crates/utiles/Cargo.toml +++ b/crates/utiles/Cargo.toml @@ -39,7 +39,7 @@ image = "0.25.2" imagesize = "0.13.0" indicatif.workspace = true indoc = { workspace = true } -json-patch = "2.0.0" +json-patch = "3.0.1" md-5 = "0.10.6" noncrypto-digests = "0.3.2" num_cpus = "1.16.0"