From d50de5f1b63692610d53f1ca86d7581e5cb98de8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 10:05:13 +0000 Subject: [PATCH] chore(deps): bump serde_json from 1.0.107 to 1.0.108 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.107 to 1.0.108. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.107...v1.0.108) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- flutter/native/Cargo.toml | 2 +- integrationtests/Cargo.toml | 2 +- moksha-core/Cargo.toml | 2 +- moksha-fedimint/Cargo.toml | 2 +- moksha-mint/Cargo.toml | 2 +- moksha-wallet/Cargo.toml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5fb32a61..72306ecd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3426,9 +3426,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.107" +version = "1.0.108" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65" +checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b" dependencies = [ "itoa", "ryu", diff --git a/flutter/native/Cargo.toml b/flutter/native/Cargo.toml index d842c91f..5070d8ad 100644 --- a/flutter/native/Cargo.toml +++ b/flutter/native/Cargo.toml @@ -33,7 +33,7 @@ once_cell = "1.18.0" gloo-net = { version = "0.4.0" } gloo-timers = { version = "0.3.0", features = ["futures"] } serde = "1.0.190" -serde_json = "1.0.107" +serde_json = "1.0.108" tracing-wasm = "0.2.1" wasm-bindgen-futures = "0.4.37" diff --git a/integrationtests/Cargo.toml b/integrationtests/Cargo.toml index ab48803a..ad2cf721 100644 --- a/integrationtests/Cargo.toml +++ b/integrationtests/Cargo.toml @@ -23,7 +23,7 @@ axum = "0.6.20" anyhow = { version = "1.0.75", features = ["backtrace"] } serde = { version = "1.0.190", features = ["derive"] } serde_derive = "1.0.171" -serde_json = "1.0.107" +serde_json = "1.0.108" lightning-invoice = "0.24.0" lightning = "0.0.116" hyper = { version = "0.14", features = ["full"] } diff --git a/moksha-core/Cargo.toml b/moksha-core/Cargo.toml index 0d80e0e1..1a1d1111 100644 --- a/moksha-core/Cargo.toml +++ b/moksha-core/Cargo.toml @@ -18,7 +18,7 @@ bitcoin_hashes = "0.12.0" rand = "0.8.5" secp256k1 = { version = "0.27.0", features = ["rand", "serde"] } serde = { version = "1.0.190", features = ["derive"] } -serde_json = "1.0.107" +serde_json = "1.0.108" hex = "0.4.3" serde_with = "3.4.0" thiserror = "1.0.50" diff --git a/moksha-fedimint/Cargo.toml b/moksha-fedimint/Cargo.toml index 6107fa58..216a7282 100644 --- a/moksha-fedimint/Cargo.toml +++ b/moksha-fedimint/Cargo.toml @@ -16,7 +16,7 @@ path = "src/lib.rs" dotenvy = "0.15.7" base64 = "0.20.0" anyhow = { version = "1.0.75", features = ["backtrace"] } -serde_json = "1.0.107" +serde_json = "1.0.108" lightning-invoice = { version = "0.21.0", features = ["serde"] } fedimint-client = { git = "https://github.com/fedimint/fedimint", rev = "6d833d0a85db07245c627d9bbab0757e41043eb2" } fedimint-core = { git = "https://github.com/fedimint/fedimint", rev = "6d833d0a85db07245c627d9bbab0757e41043eb2" } diff --git a/moksha-mint/Cargo.toml b/moksha-mint/Cargo.toml index 91a729c4..cd8cc520 100644 --- a/moksha-mint/Cargo.toml +++ b/moksha-mint/Cargo.toml @@ -26,7 +26,7 @@ axum = { version = "0.6.20", features = ["http2"] } hyper = "0.14.27" serde = { version = "1.0.190", features = ["derive"] } serde_derive = "1.0.171" -serde_json = "1.0.107" +serde_json = "1.0.108" serde_with = "3.4.0" tokio = { version = "1.33.0", features = ["full"] } tower-http = { version = "0.4.4", features = ["trace", "cors", "fs", "set-header"] } diff --git a/moksha-wallet/Cargo.toml b/moksha-wallet/Cargo.toml index 170c022e..440fbed5 100644 --- a/moksha-wallet/Cargo.toml +++ b/moksha-wallet/Cargo.toml @@ -17,7 +17,7 @@ path = "src/lib.rs" anyhow = { version = "1.0.75", features = ["backtrace"] } secp256k1 = { version = "0.27.0", features = ["serde"] } moksha-core = { version = "0.1.2", path = "../moksha-core" } -serde_json = "1.0.107" +serde_json = "1.0.108" serde = "1.0.190" rand = "0.8.5" thiserror = "1.0.50"