Skip to content

Commit

Permalink
chore(deps): bump serde_json from 1.0.107 to 1.0.108
Browse files Browse the repository at this point in the history
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](serde-rs/json@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 31, 2023
1 parent 9c87a93 commit d50de5f
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flutter/native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion integrationtests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion moksha-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion moksha-fedimint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion moksha-mint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion moksha-wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d50de5f

Please sign in to comment.