From 52aa9e68e98d876c054aa8f40d92e36192d1b65e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 09:30:04 +0000 Subject: [PATCH] chore(deps): bump serde from 1.0.186 to 1.0.188 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.186 to 1.0.188. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.186...v1.0.188) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- flutter/native/Cargo.toml | 2 +- integrationtests/Cargo.toml | 2 +- moksha-core/Cargo.toml | 2 +- moksha-mint/Cargo.toml | 2 +- moksha-wallet/Cargo.toml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c447d73f..3c3bfa2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3331,9 +3331,9 @@ checksum = "f638d531eccd6e23b980caf34876660d38e265409d8e99b397ab71eb3612fad0" [[package]] name = "serde" -version = "1.0.186" +version = "1.0.188" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f5db24220c009de9bd45e69fb2938f4b6d2df856aa9304ce377b3180f83b7c1" +checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e" dependencies = [ "serde_derive", ] @@ -3360,9 +3360,9 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.186" +version = "1.0.188" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ad697f7e0b65af4983a4ce8f56ed5b357e8d3c36651bf6a7e13639c17b8e670" +checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2" dependencies = [ "proc-macro2", "quote", diff --git a/flutter/native/Cargo.toml b/flutter/native/Cargo.toml index dccefe99..d58babdf 100644 --- a/flutter/native/Cargo.toml +++ b/flutter/native/Cargo.toml @@ -29,7 +29,7 @@ once_cell = "1.18.0" [target.'cfg(target_family="wasm")'.dependencies] gloo-net = { version = "0.3.1" } gloo-timers = { version = "0.2.6" } -serde = "1.0.183" +serde = "1.0.188" serde_json = "1.0.105" tracing-wasm = "0.2.1" wasm-bindgen-futures = "0.4.37" diff --git a/integrationtests/Cargo.toml b/integrationtests/Cargo.toml index a7c28486..35f02253 100644 --- a/integrationtests/Cargo.toml +++ b/integrationtests/Cargo.toml @@ -17,7 +17,7 @@ path = "src/lnbitsmock.rs" rand = "0.8.5" axum = "0.6.20" anyhow = { version = "1.0.75", features = ["backtrace"] } -serde = { version = "1.0.183", features = ["derive"] } +serde = { version = "1.0.188", features = ["derive"] } serde_derive = "1.0.171" serde_json = "1.0.105" lightning-invoice = "0.24.0" diff --git a/moksha-core/Cargo.toml b/moksha-core/Cargo.toml index eb7f5842..bbb9cdc7 100644 --- a/moksha-core/Cargo.toml +++ b/moksha-core/Cargo.toml @@ -16,7 +16,7 @@ base64 = "0.21.2" bitcoin_hashes = "0.12.0" rand = "0.8.5" secp256k1 = { version = "0.27.0", features = ["rand", "serde"] } -serde = { version = "1.0.183", features = ["derive"] } +serde = { version = "1.0.188", features = ["derive"] } serde_json = "1.0.105" hex = "0.4.3" serde_with = "3.1.0" diff --git a/moksha-mint/Cargo.toml b/moksha-mint/Cargo.toml index 6355ee29..c1d7d0dc 100644 --- a/moksha-mint/Cargo.toml +++ b/moksha-mint/Cargo.toml @@ -21,7 +21,7 @@ anyhow = { version = "1.0.75", features = ["backtrace"] } axum = { version = "0.6.20", features = ["http2"] } hyper = "0.14.27" -serde = { version = "1.0.183", features = ["derive"] } +serde = { version = "1.0.188", features = ["derive"] } serde_derive = "1.0.171" serde_json = "1.0.105" serde_with = "3.1.0" diff --git a/moksha-wallet/Cargo.toml b/moksha-wallet/Cargo.toml index e6ee9242..2e1a4316 100644 --- a/moksha-wallet/Cargo.toml +++ b/moksha-wallet/Cargo.toml @@ -16,7 +16,7 @@ clap = { version = "4.4.0", features = ["derive"] } secp256k1 = { version = "0.27.0", features = ["serde"] } moksha-core = { path = "../moksha-core" } serde_json = "1.0.105" -serde = "1.0.183" +serde = "1.0.188" rand = "0.8.5" thiserror = "1.0.44" async-trait = "0.1.72"