From 151330b6927ddff897de0c8834be6dfdce2f6022 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 13:18:16 +0000 Subject: [PATCH] chore(deps): bump serde_json from 1.0.113 to 1.0.114 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.113 to 1.0.114. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.113...v1.0.114) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- integrationtests/Cargo.toml | 2 +- moksha-core/Cargo.toml | 2 +- moksha-mint/Cargo.toml | 2 +- moksha-wallet/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index daf7859b..7b007f21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2907,9 +2907,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.113" +version = "1.0.114" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79" +checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0" dependencies = [ "itoa", "ryu", diff --git a/integrationtests/Cargo.toml b/integrationtests/Cargo.toml index 5300487e..5af3e1f3 100644 --- a/integrationtests/Cargo.toml +++ b/integrationtests/Cargo.toml @@ -22,7 +22,7 @@ rand = "0.8.5" axum = "0.7.3" anyhow = { version = "1.0.79", features = ["backtrace"] } serde = { version = "1.0.195", features = ["derive"] } -serde_json = "1.0.111" +serde_json = "1.0.114" lightning-invoice = "0.29.0" lightning = "0.0.121" bitcoin_hashes = { version = "0.12.0", default-features = false } diff --git a/moksha-core/Cargo.toml b/moksha-core/Cargo.toml index 065495b0..5e9f217d 100644 --- a/moksha-core/Cargo.toml +++ b/moksha-core/Cargo.toml @@ -18,7 +18,7 @@ bitcoin_hashes = "0.13.0" rand = "0.8.5" secp256k1 = { version = "0.28.1", features = ["rand", "serde"] } serde = { version = "1.0.196", features = ["derive"] } -serde_json = "1.0.113" +serde_json = "1.0.114" hex = "0.4.3" serde_with = "3.6.0" thiserror = "1.0.56" diff --git a/moksha-mint/Cargo.toml b/moksha-mint/Cargo.toml index 1c552ac1..eecd881e 100644 --- a/moksha-mint/Cargo.toml +++ b/moksha-mint/Cargo.toml @@ -24,7 +24,7 @@ anyhow = { version = "1.0.75", features = ["backtrace"] } axum = { version = "0.7.3", features = ["http2"] } hyper = "0.14.28" serde = { version = "1.0.193", features = ["derive"] } -serde_json = "1.0.108" +serde_json = "1.0.114" tokio = { version = "1.36.0", features = ["full"] } tower-http = { version = "0.5.0", features = ["cors", "fs", "set-header"] } diff --git a/moksha-wallet/Cargo.toml b/moksha-wallet/Cargo.toml index 17de9398..8f4c41cd 100644 --- a/moksha-wallet/Cargo.toml +++ b/moksha-wallet/Cargo.toml @@ -17,7 +17,7 @@ path = "src/lib.rs" anyhow = { version = "1.0.79", features = ["backtrace"] } secp256k1 = { version = "0.28.1", default-features = false, features = ["serde"] } moksha-core = { version = "0.2.1", path = "../moksha-core" } -serde_json = "1.0.113" +serde_json = "1.0.114" serde = "1.0.196" thiserror = "1.0.56" async-trait = "0.1.77"