Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 1, 2024
1 parent ddcbef6 commit 50e6b17
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 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 node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ task-scheduler-runtime-api = { workspace = true }
thiserror = "1.0.63"
try-runtime-cli = { workspace = true, optional = true }
jsonrpsee = { workspace = true, features = ["server"] }
serde_json = "1.0.119"
serde_json = "1.0.127"
frame-system = { workspace = true }
pallet-transaction-payment = { workspace = true }
sp-io = { workspace = true, optional = true }
Expand Down
2 changes: 1 addition & 1 deletion pallets/creditcoin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ parity-scale-codec = { workspace = true }
paste = "1.0.15"
scale-info = { workspace = true }
serde = { workspace = true }
serde_json = { version = "1.0.119", features = [
serde_json = { version = "1.0.127", features = [
"alloc",
], default-features = false }
sha2 = { version = "0.10.8", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion pallets/offchain-task-scheduler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
serde = { workspace = true }
serde_json = { version = "1.0.119", features = [
serde_json = { version = "1.0.127", features = [
"alloc",
], default-features = false }
frame-support = { workspace = true }
Expand Down

0 comments on commit 50e6b17

Please sign in to comment.