From d453f4c5248b2d284f27e2d36dd4b915e4da9ed6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 09:51:51 +0000 Subject: [PATCH] chore(deps): bump serde from 1.0.189 to 1.0.190 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.189 to 1.0.190. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.189...v1.0.190) --- 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 ba820bfe..46db3c51 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3377,9 +3377,9 @@ checksum = "f638d531eccd6e23b980caf34876660d38e265409d8e99b397ab71eb3612fad0" [[package]] name = "serde" -version = "1.0.189" +version = "1.0.190" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e422a44e74ad4001bdc8eede9a4570ab52f71190e9c076d14369f38b9200537" +checksum = "91d3c334ca1ee894a2c6f6ad698fe8c435b76d504b13d436f0685d648d6d96f7" dependencies = [ "serde_derive", ] @@ -3406,9 +3406,9 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.189" +version = "1.0.190" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e48d1f918009ce3145511378cf68d613e3b3d9137d67272562080d68a2b32d5" +checksum = "67c5609f394e5c2bd7fc51efda478004ea80ef42fee983d5c67a65e34f32c0e3" dependencies = [ "proc-macro2", "quote", diff --git a/flutter/native/Cargo.toml b/flutter/native/Cargo.toml index 985e9276..1257f7e5 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.189" +serde = "1.0.190" serde_json = "1.0.107" tracing-wasm = "0.2.1" wasm-bindgen-futures = "0.4.37" diff --git a/integrationtests/Cargo.toml b/integrationtests/Cargo.toml index addb66e6..e7079584 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.189", features = ["derive"] } +serde = { version = "1.0.190", features = ["derive"] } serde_derive = "1.0.171" serde_json = "1.0.107" lightning-invoice = "0.24.0" diff --git a/moksha-core/Cargo.toml b/moksha-core/Cargo.toml index 387b2295..0d80e0e1 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.189", features = ["derive"] } +serde = { version = "1.0.190", features = ["derive"] } serde_json = "1.0.107" hex = "0.4.3" serde_with = "3.4.0" diff --git a/moksha-mint/Cargo.toml b/moksha-mint/Cargo.toml index 3985a629..e5037cd8 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.189", features = ["derive"] } +serde = { version = "1.0.190", features = ["derive"] } serde_derive = "1.0.171" serde_json = "1.0.107" serde_with = "3.4.0" diff --git a/moksha-wallet/Cargo.toml b/moksha-wallet/Cargo.toml index 075ebe54..25a08a38 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.107" -serde = "1.0.189" +serde = "1.0.190" rand = "0.8.5" thiserror = "1.0.50" async-trait = "0.1.74"