Skip to content

Commit

Permalink
chore(deps): bump serde_json from 1.0.113 to 1.0.114
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.113 to 1.0.114.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.113...v1.0.114)

---
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 Feb 20, 2024
1 parent 18d9997 commit 12e1aac
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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 integrationtests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rand = "0.8.5"
axum = "0.7.3"
anyhow = { version = "1.0.79", features = ["backtrace"] }
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111"
serde_json = "1.0.114"
lightning-invoice = "0.29.0"
lightning = "0.0.121"
bitcoin_hashes = { version = "0.12.0", default-features = false }
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.13.0"
rand = "0.8.5"
secp256k1 = { version = "0.28.1", features = ["rand", "serde"] }
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
serde_json = "1.0.114"
hex = "0.4.3"
serde_with = "3.6.0"
thiserror = "1.0.56"
Expand Down
2 changes: 1 addition & 1 deletion moksha-mint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ anyhow = { version = "1.0.75", features = ["backtrace"] }
axum = { version = "0.7.3", features = ["http2"] }
hyper = "0.14.28"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
serde_json = "1.0.114"
tokio = { version = "1.36.0", features = ["full"] }
tower-http = { version = "0.5.0", features = ["trace", "cors", "fs", "set-header"] }
tower-service = { version = "0.3.2" }
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.79", features = ["backtrace"] }
secp256k1 = { version = "0.28.1", default-features = false, features = ["serde"] }
moksha-core = { version = "0.2.0-beta", path = "../moksha-core" }
serde_json = "1.0.113"
serde_json = "1.0.114"
serde = "1.0.196"
thiserror = "1.0.56"
async-trait = "0.1.77"
Expand Down

0 comments on commit 12e1aac

Please sign in to comment.