From ff54aac35e845b6b5922fafc7fde9cb0a4d79474 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 09:19:53 +0000 Subject: [PATCH] chore(deps): bump serde from 1.0.190 to 1.0.192 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.190 to 1.0.192. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.190...v1.0.192) --- 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 85fdda51..81234cff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3386,9 +3386,9 @@ checksum = "f638d531eccd6e23b980caf34876660d38e265409d8e99b397ab71eb3612fad0" [[package]] name = "serde" -version = "1.0.190" +version = "1.0.192" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91d3c334ca1ee894a2c6f6ad698fe8c435b76d504b13d436f0685d648d6d96f7" +checksum = "bca2a08484b285dcb282d0f67b26cadc0df8b19f8c12502c13d966bf9482f001" dependencies = [ "serde_derive", ] @@ -3415,9 +3415,9 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.190" +version = "1.0.192" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67c5609f394e5c2bd7fc51efda478004ea80ef42fee983d5c67a65e34f32c0e3" +checksum = "d6c7207fbec9faa48073f3e3074cbe553af6ea512d7c21ba46e434e70ea9fbc1" dependencies = [ "proc-macro2", "quote", diff --git a/flutter/native/Cargo.toml b/flutter/native/Cargo.toml index 5070d8ad..db084c95 100644 --- a/flutter/native/Cargo.toml +++ b/flutter/native/Cargo.toml @@ -32,7 +32,7 @@ once_cell = "1.18.0" [target.'cfg(target_family="wasm")'.dependencies] gloo-net = { version = "0.4.0" } gloo-timers = { version = "0.3.0", features = ["futures"] } -serde = "1.0.190" +serde = "1.0.192" 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 ad2cf721..e042c8cc 100644 --- a/integrationtests/Cargo.toml +++ b/integrationtests/Cargo.toml @@ -21,7 +21,7 @@ path = "src/lnbitsmock.rs" rand = "0.8.5" axum = "0.6.20" anyhow = { version = "1.0.75", features = ["backtrace"] } -serde = { version = "1.0.190", features = ["derive"] } +serde = { version = "1.0.192", features = ["derive"] } serde_derive = "1.0.171" serde_json = "1.0.108" lightning-invoice = "0.24.0" diff --git a/moksha-core/Cargo.toml b/moksha-core/Cargo.toml index 1a1d1111..0d3eab5e 100644 --- a/moksha-core/Cargo.toml +++ b/moksha-core/Cargo.toml @@ -17,7 +17,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.190", features = ["derive"] } +serde = { version = "1.0.192", features = ["derive"] } serde_json = "1.0.108" hex = "0.4.3" serde_with = "3.4.0" diff --git a/moksha-mint/Cargo.toml b/moksha-mint/Cargo.toml index cd8cc520..2bccfc66 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.6.20", features = ["http2"] } hyper = "0.14.27" -serde = { version = "1.0.190", features = ["derive"] } +serde = { version = "1.0.192", features = ["derive"] } serde_derive = "1.0.171" serde_json = "1.0.108" serde_with = "3.4.0" diff --git a/moksha-wallet/Cargo.toml b/moksha-wallet/Cargo.toml index 4927aa64..faeb7bc3 100644 --- a/moksha-wallet/Cargo.toml +++ b/moksha-wallet/Cargo.toml @@ -18,7 +18,7 @@ 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.108" -serde = "1.0.190" +serde = "1.0.192" rand = "0.8.5" thiserror = "1.0.50" async-trait = "0.1.74"