From 4fad0108ea2155a24b6051358f5a78dd25a9e75b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 18:59:51 +0000 Subject: [PATCH] build: bump serde_json from 1.0.132 to 1.0.133 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.132 to 1.0.133. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.132...v1.0.133) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- implementations/rust/ockam/ockam_abac/Cargo.toml | 2 +- implementations/rust/ockam/ockam_api/Cargo.toml | 2 +- implementations/rust/ockam/ockam_multiaddr/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a91f0c106ec..29f687b227b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6693,9 +6693,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.132" +version = "1.0.133" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03" +checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" dependencies = [ "itoa", "memchr", diff --git a/implementations/rust/ockam/ockam_abac/Cargo.toml b/implementations/rust/ockam/ockam_abac/Cargo.toml index 597df69523d..5c37dee5bb2 100644 --- a/implementations/rust/ockam/ockam_abac/Cargo.toml +++ b/implementations/rust/ockam/ockam_abac/Cargo.toml @@ -61,7 +61,7 @@ winnow = { version = "0.6.18", default-features = false, optional = true, featur ockam_vault = { path = "../ockam_vault", default-features = false, features = ["rust-crypto"] } quickcheck = "1.0.3" rand = "0.8.5" -serde_json = "1.0.128" +serde_json = "1.0.133" tempfile = "3.10.1" [[bin]] diff --git a/implementations/rust/ockam/ockam_api/Cargo.toml b/implementations/rust/ockam/ockam_api/Cargo.toml index 8602b9900c8..4c6fbf4116b 100644 --- a/implementations/rust/ockam/ockam_api/Cargo.toml +++ b/implementations/rust/ockam/ockam_api/Cargo.toml @@ -93,7 +93,7 @@ rand = "0.8" regex = "1.10.6" reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls-native-roots"] } serde = { version = "1.0.204", features = ["derive"] } -serde_json = "1.0.118" +serde_json = "1.0.133" sha2 = "0.10.8" sqlx = { version = "0.8.2", default-features = false } strip-ansi-escapes = "0.2" diff --git a/implementations/rust/ockam/ockam_multiaddr/Cargo.toml b/implementations/rust/ockam/ockam_multiaddr/Cargo.toml index deab485fc2f..5f64270c585 100644 --- a/implementations/rust/ockam/ockam_multiaddr/Cargo.toml +++ b/implementations/rust/ockam/ockam_multiaddr/Cargo.toml @@ -48,4 +48,4 @@ multiaddr = "0.18" ockam_multiaddr = { path = ".", features = ["cbor", "std", "serde"] } quickcheck = "1.0.3" rand = "0.8.5" -serde_json = "1.0.118" +serde_json = "1.0.133"